Searched refs:lv_cache_compare_res_t (Results 1 – 13 of 13) sorted by relevance
/lvgl-latest/src/misc/cache/ |
D | lv_image_header_cache.c | 33 static lv_cache_compare_res_t image_header_cache_compare_cb(const lv_image_header_cache_data_t * lh… 118 inline static lv_cache_compare_res_t image_cache_common_compare(const void * lhs_src, lv_image_src_… in image_cache_common_compare() 138 static lv_cache_compare_res_t image_header_cache_compare_cb( in image_header_cache_compare_cb()
|
D | lv_image_cache.c | 35 static lv_cache_compare_res_t image_cache_compare_cb(const lv_image_cache_data_t * lhs, 123 inline static lv_cache_compare_res_t image_cache_common_compare(const void * lhs_src, lv_image_src_… in image_cache_common_compare() 143 static lv_cache_compare_res_t image_cache_compare_cb( in image_cache_compare_cb()
|
D | lv_cache_private.h | 45 typedef int8_t lv_cache_compare_res_t; typedef 48 typedef lv_cache_compare_res_t (*lv_cache_compare_cb_t)(const void * a, const void * b);
|
/lvgl-latest/src/draw/vg_lite/ |
D | lv_vg_lite_stroke.c | 70 static lv_cache_compare_res_t stroke_compare_cb(const stroke_item_t * lhs, const stroke_item_t * rh… 293 static lv_cache_compare_res_t dash_pattern_compare(const stroke_item_t * lhs, const stroke_item_t *… in dash_pattern_compare() 331 static lv_cache_compare_res_t path_compare(const stroke_item_t * lhs, const stroke_item_t * rhs) in path_compare() 356 static lv_cache_compare_res_t stroke_compare_cb(const stroke_item_t * lhs, const stroke_item_t * rh… in stroke_compare_cb() 374 lv_cache_compare_res_t dash_pattern_res = dash_pattern_compare(lhs, rhs); in stroke_compare_cb()
|
D | lv_vg_lite_grad.c | 60 static lv_cache_compare_res_t grad_compare_cb(const grad_item_t * lhs, const grad_item_t * rhs); 615 static lv_cache_compare_res_t grad_compare_cb(const grad_item_t * lhs, const grad_item_t * rhs) in grad_compare_cb()
|
/lvgl-latest/src/libs/freetype/ |
D | lv_freetype_image.c | 43 static lv_cache_compare_res_t freetype_image_compare_cb(const lv_freetype_image_cache_data_t * lhs, 201 static lv_cache_compare_res_t freetype_image_compare_cb(const lv_freetype_image_cache_data_t * lhs, in freetype_image_compare_cb()
|
D | lv_freetype_glyph.c | 40 static lv_cache_compare_res_t freetype_glyph_compare_cb(const lv_freetype_glyph_cache_data_t * lhs, 215 static lv_cache_compare_res_t freetype_glyph_compare_cb(const lv_freetype_glyph_cache_data_t * lhs, in freetype_glyph_compare_cb()
|
D | lv_freetype.c | 51 static lv_cache_compare_res_t cache_node_cache_compare_cb(const lv_freetype_cache_node_t * lhs, 400 static lv_cache_compare_res_t cache_node_cache_compare_cb(const lv_freetype_cache_node_t * lhs, in cache_node_cache_compare_cb()
|
D | lv_freetype_outline.c | 46 static lv_cache_compare_res_t freetype_glyph_outline_cmp_cb(const lv_freetype_outline_node_t * node… 155 static lv_cache_compare_res_t freetype_glyph_outline_cmp_cb(const lv_freetype_outline_node_t * node… in freetype_glyph_outline_cmp_cb()
|
/lvgl-latest/src/libs/tiny_ttf/ |
D | lv_tiny_ttf.c | 98 static lv_cache_compare_res_t tiny_ttf_glyph_cache_compare_cb(const tiny_ttf_glyph_cache_data_t * l… 103 static lv_cache_compare_res_t tiny_ttf_draw_data_cache_compare_cb(const tiny_ttf_cache_data_t * lhs, 495 static lv_cache_compare_res_t tiny_ttf_glyph_cache_compare_cb(const tiny_ttf_glyph_cache_data_t * l… in tiny_ttf_glyph_cache_compare_cb() 544 static lv_cache_compare_res_t tiny_ttf_draw_data_cache_compare_cb(const tiny_ttf_cache_data_t * lhs, in tiny_ttf_draw_data_cache_compare_cb()
|
/lvgl-latest/tests/src/test_cases/cache/ |
D | test_cache.c | 25 static lv_cache_compare_res_t compare_cb(const test_data * lhs, const test_data * rhs) in compare_cb()
|
/lvgl-latest/src/draw/opengles/ |
D | lv_draw_opengles.c | 62 static lv_cache_compare_res_t opengles_texture_cache_compare_cb(const cache_data_t * lhs, const cac… 141 static lv_cache_compare_res_t opengles_texture_cache_compare_cb(const cache_data_t * lhs, const cac… in opengles_texture_cache_compare_cb()
|
/lvgl-latest/src/draw/sdl/ |
D | lv_draw_sdl.c | 84 static lv_cache_compare_res_t sdl_texture_cache_compare_cb(const cache_data_t * lhs, const cache_da… in sdl_texture_cache_compare_cb()
|