/lvgl-latest/tests/src/test_cases/ |
D | test_margin_grid.c | 77 for(int j = 0; j < N; ++j) { in test_grid() local 85 for(int j = 0; j < N; ++j) { in test_grid() local
|
D | test_hover.c | 46 for(uint8_t j = 0; j < TEST_HOVER_COUNTS; j++) { in test_move_mouse() local
|
D | test_circle_buf.c | 58 for(int32_t i = 0, j = 1; i < circle_buf_CAPACITY * 10; i++, j++) { in test_circle_buf_read_write_peek_values() local
|
D | test_fs.c | 232 for(uint32_t j = 0; j < 20; j++) { in test_write_read_random() local
|
/lvgl-latest/src/misc/ |
D | lv_text_ap.c | 115 uint32_t i, j; in lv_text_ap_calc_bytes_count() local 147 uint32_t index_current, idx_next, idx_previous, i, j; in lv_text_ap_proc() local
|
D | lv_style.c | 276 uint32_t j; in lv_style_remove_prop() local
|
/lvgl-latest/src/libs/qrcode/ |
D | qrcodegen.c | 245 for(int j = 0; j < seg->bitLength; j++) in qrcodegen_encodeSegmentsAdvanced() local 320 for(int j = 0, k = i; j < datLen; j++, k += numBlocks) { // Copy data in addEccAndInterleave() local 325 for(int j = 0, k = dataLen + i; j < blockEccLen; j++, k += numBlocks) // Copy ECC in addEccAndInterleave() local 378 for(int j = 0; j < degree; j++) { in calcReedSolomonGenerator() local 401 for(int j = 0; j < degree; j++) in calcReedSolomonRemainder() local 448 for(int j = 0; j < numAlign; j++) { in initializeFunctionModules() local 493 for(int j = 0; j < numAlign; j++) { in drawWhiteFunctionModules() local 514 for(int j = 0; j < 3; j++) { in drawWhiteFunctionModules() local 601 for(int j = 0; j < 2; j++) { in drawCodewords() local
|
/lvgl-latest/demos/high_res/ |
D | lv_demo_high_res_util.c | 267 for(uint32_t j = 0; j < STYLE_TYPE_COUNT; j++) { in lv_demo_high_res_base_obj_create() local 544 for(uint32_t j = 0; j < STYLE_TYPE_COUNT; j++) { in theme_observer_cb() local 562 for(uint32_t j = 0; j < STYLE_TYPE_COUNT; j++) { in free_ctx_event_cb() local
|
/lvgl-latest/examples/others/file_explorer/ |
D | lv_example_file_explorer_3.c | 9 static void exch_table_item(lv_obj_t * tb, int16_t i, int16_t j) in exch_table_item()
|
/lvgl-latest/src/libs/thorvg/ |
D | tvgSwFill.cpp | 169 for (uint32_t j = 0; j < cnt - 1; ++j) { in _updateColorTable() local 575 for (uint32_t j = 0; j < len; ++j, ++dst, cmp += csize) { in fillLinear() local 606 for (uint32_t j = 0; j < len; ++j, ++dst, cmp += csize) { in fillLinear() local 648 for (uint32_t j = 0; j < len; ++j, ++dst) { in fillLinear() local 692 for (uint32_t j = 0; j < len; ++j, ++dst, ++cmp) { in fillLinear() local 737 for (uint32_t j = 0; j < len; ++j, ++dst) { in fillLinear() local 787 for (uint32_t j = 0; j < len; ++j, ++dst) { in fillLinear() local 807 for (uint32_t j = 0; j < len; ++j, ++dst) { in fillLinear() local
|
D | tvgArray.h | 183 int32_t j = high; in qsort() local
|
/lvgl-latest/src/others/file_explorer/ |
D | lv_file_explorer.c | 417 for(uint32_t j = 0; j < list_ch_cnt; j++) { in init_style() local 648 static void exch_table_item(lv_obj_t * tb, int16_t i, int16_t j) in exch_table_item()
|
/lvgl-latest/src/core/ |
D | lv_obj_style.c | 129 uint32_t j; in lv_obj_add_style() local 237 uint32_t j; in lv_obj_remove_style() local 1007 uint32_t j; in full_cache_refresh() local 1027 uint32_t j; in full_cache_refresh() local
|
/lvgl-latest/src/others/ime/ |
D | lv_ime_pinyin.c | 795 for(uint8_t j = 0; j < 3; j++) { in pinyin_input_proc() local 838 for(uint8_t j = 0; j < 3; j++) { in pinyin_page_proc() local
|
/lvgl-latest/src/libs/thorvg/rapidjson/internal/ |
D | itoa.h | 245 const uint32_t j = (a % 100) << 1; in u64toa() local
|
D | regex.h | 457 for (SizeType j = 0; j < count; j++) { in RAPIDJSON_DIAG_OFF() local
|
/lvgl-latest/src/libs/gif/ |
D | gifdec.c | 669 int j, k; in render_frame_rect() local 704 int j, k; in dispose() local
|
/lvgl-latest/src/widgets/calendar/ |
D | lv_calendar.c | 306 uint8_t j = 0; in lv_calendar_constructor() local
|
/lvgl-latest/src/libs/lodepng/ |
D | lodepng.c | 774 unsigned j; in HuffmanTree_makeTable() local 792 unsigned j; in HuffmanTree_makeTable() local 961 size_t i = p, j = q, k; in bpmnode_sort() local 2012 unsigned j = 0; /*amount of repetitions*/ in deflateDynamic() local 3330 size_t j; in LodePNGUnknownChunks_copy() local 3778 size_t j = i * mode->bitdepth; in getPixelColorRGBA8() local 3807 size_t j = i * mode->bitdepth; in getPixelColorRGBA8() local 3873 size_t j = 0; in getPixelColorsRGBA8() local 3915 size_t j = 0; in getPixelColorsRGBA8() local 3972 size_t j = 0; in getPixelColorsRGB8() local [all …]
|
/lvgl-latest/src/libs/freetype/ |
D | lv_freetype_outline.c | 353 for(int j = 0; j < tag_size; j++) { in outline_create() local
|
/lvgl-latest/src/libs/thorvg/rapidjson/ |
D | pointer.h | 1023 for (size_t j = 0; j < token->length; j++) { in Parse() local 1065 for (size_t j = 0; j < t->length; j++) { in Stringify() local 1114 for (int j = 0; j < 2; j++) { in Take() local
|
/lvgl-latest/src/libs/tiny_ttf/ |
D | stb_truetype_htcw.h | 1899 stbtt_int32 ins, i, j = 0, m, n, next_move, was_off = 0, off, start_off = 0; local 3198 int j = x1 >> STBTT_FIXSHIFT; local 3232 int y, j = 0; local 3623 int y, j = 0, i; local 3724 int i, j; local 3745 int c01, c12, c, m, i, j; local 3818 int n, i, j, k, m; local 4372 int j; local 4434 int j; local 4508 int i, j, k; local [all …]
|
/lvgl-latest/src/libs/tjpgd/ |
D | tjpgd.c | 201 unsigned int i, j, b, cls, num; in create_huffman_tbl() local
|
/lvgl-latest/demos/music/ |
D | lv_demo_music_main.c | 857 uint32_t j = (i + bar_rot + rnd_array[bar_ofs % 10]) % BAR_CNT; in spectrum_draw_event_cb() local
|
/lvgl-latest/src/stdlib/builtin/ |
D | lv_tlsf.c | 796 int i, j; in control_constructor() local 840 int i, j; in lv_tlsf_check() local
|