Searched defs:_lv_image_t (Results 1 – 1 of 1) sorted by relevance
33 struct _lv_image_t { struct34 lv_obj_t obj;35 const void * src; /**< Image source: Pointer to an array or a file or a symbol*/36 const lv_image_dsc_t * bitmap_mask_src; /**< Pointer to an A8 bitmap mask */37 lv_point_t offset;38 int32_t w; /**< Width of the image (Handled by the library)*/39 int32_t h; /**< Height of the image (Handled by the library)*/40 uint32_t rotation; /**< Rotation angle of the image*/41 uint32_t scale_x; /**< 256 means no zoom, 512 double size, 128 half size*/42 uint32_t scale_y; /**< 256 means no zoom, 512 double size, 128 half size*/[all …]