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,
struct _wlmtk_element_t wlmtk_element_t
Definition element.h:30
struct _wlmtk_env_t wlmtk_env_t
Definition env.h:24
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
struct _wlmtk_image_t wlmtk_image_t
Definition image.h:33