Searched defs:count (Results 1 – 7 of 7) sorted by relevance
/lvgl-latest/src/extra/others/ime/ |
D | lv_ime_pinyin.c | 906 volatile uint8_t count = 0; in pinyin_search_matching() local 1006 int count = 0; in pinyin_k9_get_legal_py() local 1057 volatile uint8_t count = 0; in pinyin_k9_is_valid_py() local 1134 int count = 0; in pinyin_k9_cand_page_proc() local
|
/lvgl-latest/src/extra/widgets/animimg/ |
D | lv_animimg.c | 95 void lv_animimg_set_repeat_count(lv_obj_t * obj, uint16_t count) in lv_animimg_set_repeat_count()
|
/lvgl-latest/src/misc/ |
D | lv_printf.c | 384 unsigned int count = prec; in _ftoa() local 865 int lv_snprintf(char * buffer, size_t count, const char * format, ...) in lv_snprintf() 874 int lv_vsnprintf(char * buffer, size_t count, const char * format, va_list va) in lv_vsnprintf()
|
/lvgl-latest/src/extra/libs/tiny_ttf/ |
D | stb_rect_pack.h | 510 int count = 0; in stbrp__skyline_pack_rectangle() local
|
D | stb_truetype_htcw.h | 1278 int count, start, offsize; in stbtt__cff_get_index() local 1350 int count, offsize, start, end; in stbtt__cff_index_get() local 1705 stbtt_uint32 count = ttUSHORT(data, index_map + 8); local 2207 int count = stbtt__cff_index_count(&idx); local 3035 … int count = (size < 32 ? STBTT_HEAP_FACTOR_SIZE_32 : size < 128 ? STBTT_HEAP_FACTOR_SIZE_128 : local 5225 stbtt_int32 i, count, stringOffset; local 5251 stbtt_int32 count = ttUSHORT(fc, nm + 2); local
|
/lvgl-latest/tests/unity/ |
D | unity.c | 115 UNITY_UINT count = 0; in UnityPrintAnsiEscapeString() local
|
/lvgl-latest/src/extra/libs/png/ |
D | lodepng.c | 5544 unsigned count[256]; in filter() local
|