20#ifndef __WLMTK_IMAGE_H__
21#define __WLMTK_IMAGE_H__
23#include <libbase/libbase.h>
44 const char *image_path_ptr,
58 const char *image_path_ptr,
const bs_test_case_t wlmtk_image_test_cases[]
Definition image.c:172
wlmtk_element_t * wlmtk_image_element(wlmtk_image_t *image_ptr)
Definition image.c:83
wlmtk_image_t * wlmtk_image_create(const char *image_path_ptr, wlmtk_env_t *env_ptr)
Definition image.c:37
wlmtk_image_t * wlmtk_image_create_scaled(const char *image_path_ptr, int width, int height, wlmtk_env_t *env_ptr)
Definition image.c:45
void wlmtk_image_destroy(wlmtk_image_t *image_ptr)
Definition image.c:76