Searched defs:map (Results 1 – 11 of 11) sorted by relevance
/lvgl-latest/examples/widgets/buttonmatrix/ |
D | lv_example_buttonmatrix_3.c | 46 static const char * map[] = {LV_SYMBOL_LEFT, "1", "2", "3", "4", "5", LV_SYMBOL_RIGHT, ""}; in lv_example_buttonmatrix_3() local
|
/lvgl-latest/src/widgets/calendar/ |
D | lv_calendar_private.h | 39 const char * map[8 * 7]; member
|
/lvgl-latest/src/libs/libpng/ |
D | lv_libpng.c | 325 void * map = decoded->data + LV_COLOR_INDEXED_PALETTE_SIZE(cf) * sizeof(lv_color32_t); in decode_png() local
|
/lvgl-latest/src/drivers/wayland/ |
D | lv_wayland_smm.c | 104 void * map; member 285 void * map = pool->map; in smm_map() local
|
/lvgl-latest/src/widgets/keyboard/ |
D | lv_keyboard.c | 272 void lv_keyboard_set_map(lv_obj_t * obj, lv_keyboard_mode_t mode, const char * const map[], in lv_keyboard_set_map()
|
/lvgl-latest/tests/src/test_cases/widgets/ |
D | test_btnmatrix.c | 28 const char * const * map; in test_button_matrix_creation() local
|
/lvgl-latest/src/widgets/buttonmatrix/ |
D | lv_buttonmatrix.c | 100 void lv_buttonmatrix_set_map(lv_obj_t * obj, const char * const map[]) in lv_buttonmatrix_set_map() 828 static void allocate_button_areas_and_controls(const lv_obj_t * obj, const char * const * map) in allocate_button_areas_and_controls()
|
/lvgl-latest/src/draw/sw/ |
D | lv_draw_sw_mask_private.h | 131 const lv_opa_t * map; member
|
D | lv_draw_sw_mask.c | 370 …_mask_map_init(lv_draw_sw_mask_map_param_t * param, const lv_area_t * coords, const lv_opa_t * map) in lv_draw_sw_mask_map_init()
|
/lvgl-latest/src/libs/expat/ |
D | expat.h | 528 int map[256]; member
|
/lvgl-latest/src/drivers/display/drm/ |
D | lv_linux_drm.c | 46 uint8_t * map; member
|