/lvgl-latest/src/libs/thorvg/ |
D | tvgLottieParser.cpp | 164 while (auto key = nextObjectKey()) { in getValue() 194 while (auto key = nextObjectKey()) { in getValue() 263 while (nextArrayValue()) color.input->push(getFloat()); in getValue() 270 while (nextArrayValue()) { in getValue() 285 while (nextArrayValue()) getInt(); in getValue() 298 while (nextArrayValue()) getFloat(); in getValue() 311 while (nextArrayValue()) getFloat(); in getValue() 328 while (nextArrayValue()) { in getValue() 343 while (nextArrayValue()) { in getValue() 355 while (auto key = nextObjectKey()) { in getInterpolatorPoint() [all …]
|
D | tvgSwRasterTexmap.h | 108 while (span->y < yStart) { 116 while (y < yEnd) { 124 while (span->y == y && spanIdx < image->rle->size) { 154 while (x++ < x2) { 203 while (x++ < x2) { 302 while (span->y < yStart) { in _rasterBlendingPolygonImageSegment() 310 while (y < yEnd) { in _rasterBlendingPolygonImageSegment() 318 while (span->y == y && spanIdx < image->rle->size) { in _rasterBlendingPolygonImageSegment() 347 while (x++ < x2) { in _rasterBlendingPolygonImageSegment() 390 while (x++ < x2) { in _rasterBlendingPolygonImageSegment() [all …]
|
D | tvgSwStroke.cpp | 61 while (maxCur < maxNew) in _growBorder() 89 while (pt1 < pt2) { in _borderClose() 101 while (tag1 < tag2) { in _borderClose() 151 while (total != 0) { in _borderArcTo() 411 while (side >= 0) { in _lineTo() 441 while (arc >= bezStack) { in _cubicTo() 502 while (side < 2) { in _cubicTo() 640 while (srcPt >= left->pts + left->start) { in _addReverseLeft() 745 while (count > 0) { in _getCounts() 785 while (cnt > 0) { in _exportBorderOutline() [all …]
|
D | tvgSwRle.cpp | 396 while (cell) { in _sweep() 417 while(true) { in _findCell() 524 while (true) { in _lineTo() 556 } while(e1.y != e2.y); in _lineTo() 566 } while(e1.y != e2.y); in _lineTo() 620 } while(e1 != e2); in _lineTo() 658 while (true) { in _cubicTo() 719 while (pt < limit) { in _decomposeOutline() 760 while (spans < end && clipSpans < clipEnd) { in _intersectSpansRegion() 773 while(temp < clipEnd && outSpansCnt > 0 && temp->y == clipSpans->y) { in _intersectSpansRegion() [all …]
|
D | tvgXmlParser.cpp | 109 while (itr < itrEnd && *itr == '&') { in _simpleXmlSkipXmlEntities() 126 while (itr > itrStart && *(itr - 1) == ';') { in _simpleXmlUnskipXmlEntities() 145 while (true) { in _skipWhiteSpacesAndXmlEntities() 159 while (true) { in _unskipWhiteSpacesAndXmlEntities() 308 while (itr < itrEnd) { in simpleXmlParseAttributes() 354 while (value < valueEnd) { in simpleXmlParseAttributes() 384 while (itr < itrEnd) { in simpleXmlParse() 530 } while (true); in simpleXmlParseW3CAttribute()
|
/lvgl-latest/src/stdlib/builtin/ |
D | lv_string_builtin.c | 63 while(len) { in lv_memcpy() 77 while(len > 32) { in lv_memcpy() 84 while(len) { in lv_memcpy() 94 while(d_align && len) { in lv_memcpy() 103 while(len > 32) { in lv_memcpy() 110 while(len) { in lv_memcpy() 126 while(d_align && len) { in lv_memset() 136 while(len > 32) { in lv_memset() 142 while(len) { in lv_memset() 158 while(len--) { in lv_memmove() [all …]
|
D | lv_sprintf_builtin.c | 166 while(_is_digit(**str)) { in _atoi() 187 while(len) { in _out_rev() 193 while(idx - start_idx < width) { in _out_rev() 210 while((len < prec) && (len < PRINTF_NTOA_BUFFER_SIZE)) { in _ntoa_format() 213 while((flags & FLAGS_ZEROPAD) && (len < width) && (len < PRINTF_NTOA_BUFFER_SIZE)) { in _ntoa_format() 273 } while(value && (len < PRINTF_NTOA_BUFFER_SIZE)); in _ntoa_long() 298 } while(value && (len < PRINTF_NTOA_BUFFER_SIZE)); in _ntoa_long_long() 355 while((len < PRINTF_FTOA_BUFFER_SIZE) && (prec > 9U)) { in _ftoa() 391 while(len < PRINTF_FTOA_BUFFER_SIZE) { in _ftoa() 399 while((len < PRINTF_FTOA_BUFFER_SIZE) && (count-- > 0U)) { in _ftoa() [all …]
|
/lvgl-latest/src/draw/ |
D | lv_draw.c | 70 while(u) { in lv_draw_deinit() 110 while(tail->next) tail = tail->next; in lv_draw_add_task() 130 *dispatching might remove the "main" draw task while it's still being used in the event*/ in lv_draw_finalize_task_creation() 143 while(u) { in lv_draw_finalize_task_creation() 166 while(u) { in lv_draw_finalize_task_creation() 185 while(u) { in lv_draw_wait_for_finish() 204 while(disp) { in lv_draw_dispatch() 206 while(layer) { in lv_draw_dispatch() 227 while(t) { in lv_draw_dispatch_layer() 248 while(t_src) { in lv_draw_dispatch_layer() [all …]
|
/lvgl-latest/tests/unity/ |
D | unity.c | 19 …AND_BAIL do { Unity.CurrentTestFailed = 1; UNITY_OUTPUT_FLUSH(); TEST_ABORT(); } while (0) 20 …E_AND_BAIL do { Unity.CurrentTestIgnored = 1; UNITY_OUTPUT_FLUSH(); TEST_ABORT(); } while (0) 21 …NORE do { if (Unity.CurrentTestFailed || Unity.CurrentTestIgnored) { TEST_ABORT(); } } while (0) 113 while (*pch && (*pch != 'm')) in UnityPrintAnsiEscapeString() 133 while (*pch) in UnityPrint() 155 while (*pch && ((UNITY_UINT32)(pch - string) < length)) in UnityPrintLen() 258 while (number / divisor > 9) in UnityPrintNumberUnsigned() 268 } while (divisor > 0); in UnityPrintNumberUnsigned() 282 while (nibbles > 0) in UnityPrintNumberHex() 387 while (number < (UNITY_DOUBLE)max_scaled / 1e10f) { number *= 1e10f; exponent -= 10; } in UnityPrintFloat() [all …]
|
/lvgl-latest/src/misc/ |
D | lv_log.h | 101 # define LV_LOG_TRACE(...) do {}while(0) 109 # define LV_LOG_INFO(...) do {}while(0) 117 # define LV_LOG_WARN(...) do {}while(0) 125 # define LV_LOG_ERROR(...) do {}while(0) 133 # define LV_LOG_USER(...) do {}while(0) 141 # define LV_LOG(...) do {} while(0) 149 #define LV_LOG_TRACE(...) do {}while(0) 150 #define LV_LOG_INFO(...) do {}while(0) 151 #define LV_LOG_WARN(...) do {}while(0) 152 #define LV_LOG_ERROR(...) do {}while(0) [all …]
|
D | lv_bidi.c | 84 while(str_in[par_start] == '\n' || str_in[par_start] == '\r') { in lv_bidi_process() 89 while(str_in[par_start] != '\0') { in lv_bidi_process() 94 while(str_in[par_start] == '\n' || str_in[par_start] == '\r') { in lv_bidi_process() 112 while(txt[i] != '\0') { in lv_bidi_detect_base_dir() 212 while(rd < len) { in lv_bidi_process_paragraph() 246 while(rd < len && str_in[rd]) { in lv_bidi_process_paragraph() 305 while(txt[i] != '\0' && txt[i] != '\n' && txt[i] != '\r') { in lv_bidi_get_next_paragraph() 340 } while(weaks[i] != '\0'); in lv_bidi_letter_is_weak() 390 while(i < max_len && txt[i] != '\0') { in get_txt_len() 421 while(dir == LV_BASE_DIR_NEUTRAL || dir == LV_BASE_DIR_WEAK) { in get_next_run() [all …]
|
D | lv_lru.c | 111 while(item) { in lv_lru_delete() 125 while(item) { in lv_lru_delete() 149 while(item && lv_lru_cmp_keys(item, key, key_length)) { in lv_lru_set() 181 while(cache->free_memory < (size_t) required) in lv_lru_set() 197 while(item && lv_lru_cmp_keys(item, key, key_size)) in lv_lru_get() 221 while(item && lv_lru_cmp_keys(item, key, key_size)) { in lv_lru_remove() 244 while(item) { in lv_lru_remove_lru_item() 272 while(key_length >= 4) { in lv_lru_hash()
|
/lvgl-latest/src/libs/expat/ |
D | xmltok_impl.c | 156 while (HAS_CHAR(enc, ptr, end)) { in PREFIX() 202 while (HAS_CHAR(enc, ptr, end)) { in PREFIX() 290 while (HAS_CHAR(enc, ptr, end)) { in PREFIX() 301 while (HAS_CHAR(enc, ptr, end)) { in PREFIX() 400 while (HAS_CHAR(enc, ptr, end)) { in PREFIX() 443 while (HAS_CHAR(enc, ptr, end)) { in PREFIX() 558 while (HAS_CHAR(enc, ptr, end)) { in PREFIX() 580 while (HAS_CHAR(enc, ptr, end)) { in PREFIX() 759 while (HAS_CHAR(enc, ptr, end)) { in PREFIX() 783 while (HAS_CHAR(enc, ptr, end)) { in PREFIX() [all …]
|
/lvgl-latest/src/drivers/wayland/ |
D | lv_wayland_smm.c | 52 } while (0) 63 } while (0) 68 } while (0) 79 } while (0) 92 } while (0) 161 while(!LL_IS_EMPTY(&smm_instance.groups)) { in smm_deinit() 204 while(!LL_IS_EMPTY(&rgrp->unused)) { in smm_resize() 223 while(!LL_IS_EMPTY(&dgrp->unused)) { in smm_destroy() 231 while(!LL_IS_EMPTY(&dgrp->inuse)) { in smm_destroy() 329 /* Buffer group was resized while this buffer was in-use, thus it must be in smm_release() [all …]
|
/lvgl-latest/src/libs/thorvg/rapidjson/ |
D | reader.h | 271 while ((c = s.Peek()) == ' ' || c == '\n' || c == '\r' || c == '\t') in SkipWhitespace() 276 while (p != end && (*p == ' ' || *p == '\n' || *p == '\r' || *p == '\t')) in SkipWhitespace() 292 while (p != nextAligned) in SkipWhitespace_SIMD() 343 while (p != nextAligned) in SkipWhitespace_SIMD() 428 while (p != nextAligned) in SkipWhitespace_SIMD() 621 while (RAPIDJSON_LIKELY(is.Peek() != '\0')) { in IterativeParseNext() 715 while (RAPIDJSON_UNLIKELY(Consume(is, '/'))) { in SkipWhitespaceAndComments() 717 while (true) { in SkipWhitespaceAndComments() 729 while (is.Peek() != '\0' && is.Take() != '\n') {} in SkipWhitespaceAndComments() 1082 while (p != nextAligned) in ScanCopyUnescapedString() [all …]
|
D | uri.h | 204 while (lastslashpos > 0) { 283 while (pos1 < len) { in Parse() 288 while (pos2 < len) { in Parse() 309 while (pos2 < len) { in Parse() 326 while (pos2 < len) { in Parse() 346 while (pos2 < len) { in Parse() 417 while (pathpos < pathlen) { in RemoveDotSegments() 420 while ((pathpos + slashpos) < pathlen) { in RemoveDotSegments() 434 while (lastslashpos > 0) { in RemoveDotSegments()
|
/lvgl-latest/src/others/vg_lite_tvg/ |
D | vg_lite_tvg.cpp | 41 } while (0) 49 } while (0) 278 while(h--) { in convert() 339 while(px_size--) { in __anone335e65f0902() 351 while(px_size--) { in __anone335e65f0a02() 364 while(px_size--) { in __anone335e65f0b02() 377 while(px_size--) { in __anone335e65f0c02() 390 while(px_size--) { in __anone335e65f0d02() 401 while(px_size--) { in __anone335e65f0e02() 414 while(px_size--) { in __anone335e65f0f02() [all …]
|
/lvgl-latest/docs/intro/add-lvgl-to-your-project/ |
D | threading.rst | 18 - the main thread executing a while(1) loop that runs the system, and 67 called while another LVGL call is in progress in another thread. This includes calls 127 called while another LVGL call is in progress. 193 If a thread attempts to acquire (lock) the MUTEX while another thread "owns" it, 225 while(1) { 228 thread_sleep(time_till_next); /* sleep for a while */ 234 /* You must always hold (lock) the MUTEX while calling LVGL functions. */ 239 while(1) { 256 In this case, the main ``while(1)`` could look like this: 260 while(1) {
|
/lvgl-latest/src/libs/tiny_ttf/ |
D | stb_rect_pack.h | 112 // while this function is running, as the function temporarily reorders 113 // the array while it executes. 301 while(node->next->x <= x0) in stbrp__skyline_find_min_y() 312 while(node->x < x1) { in stbrp__skyline_find_min_y() 365 while(node->x + width <= c->width) { in stbrp__skyline_find_best_pos() 414 while(tail->x < width) in stbrp__skyline_find_best_pos() 416 while(tail) { in stbrp__skyline_find_best_pos() 421 while(node->next->x <= xpos) { in stbrp__skyline_find_best_pos() 487 while(cur->next && cur->next->x <= res.x + width) { in stbrp__skyline_pack_rectangle() 503 while(cur->x < context->width) { in stbrp__skyline_pack_rectangle() [all …]
|
/lvgl-latest/src/drivers/display/renesas_glcdc/ |
D | lv_renesas_glcdc.c | 127 while(1); /*Layer 1 Underrun*/ in glcdc_callback() 130 while(1); /*Layer 2 Underrun*/ in glcdc_callback() 133 while(1); in glcdc_callback() 212 } while(FSP_ERR_INVALID_UPDATE_TIMING == err); in glcdc_init() 221 while(1); in glcdc_init() 226 while(1); in glcdc_init() 237 } while(GLCDC_ERR_INVALID_UPDATE_TIMING == err); in glcdc_init() 264 } while(GLCDC_ERR_INVALID_UPDATE_TIMING == err); in flush_direct()
|
/lvgl-latest/src/core/ |
D | lv_obj_tree.c | 99 while(child) { in lv_obj_clean() 236 while(i > index) { in lv_obj_move_to_index() 242 while(i < index) { in lv_obj_move_to_index() 296 } while(par != NULL); in lv_obj_get_screen() 466 while(disp) { in lv_obj_dump_tree() 523 while(child) { in obj_delete_core() 532 while(indev) { in obj_delete_core() 554 while(async_cancel_res == LV_RESULT_OK) { in obj_delete_core() 599 while(disp) { in walk_core()
|
D | lv_refr.c | 93 while(d) { in lv_refr_now() 519 while(sync_area != NULL) { in refr_sync_areas() 737 while(tile_layer->draw_task_head) { in refr_area() 743 while(layer_i) { in refr_area() 767 * Else we would draw into the buffer while it's still being transferred to the display*/ in refr_configured_layer() 886 while(parent != NULL) { in refr_obj_and_children() 1146 while(layer_area_act.y2 < layer_area_full.y2) { in refr_obj() 1183 while(layer_draw_dsc.rotation > 3600) layer_draw_dsc.rotation -= 3600; in refr_obj() 1184 while(layer_draw_dsc.rotation < 0) layer_draw_dsc.rotation += 3600; in refr_obj() 1236 } while(h_tmp > 0); in get_max_row() [all …]
|
/lvgl-latest/src/widgets/buttonmatrix/ |
D | lv_buttonmatrix.c | 137 … while(map_row[btn_cnt] && lv_strcmp(map_row[btn_cnt], "\n") != 0 && map_row[btn_cnt][0] != '\0') { in lv_buttonmatrix_set_map() 329 while(btn_i != btn_id) { in lv_buttonmatrix_get_button_text() 534 while(b < btnm->btn_cnt && in lv_buttonmatrix_event() 542 while(b < btnm->btn_cnt && in lv_buttonmatrix_event() 572 …while(button_is_hidden(btnm->ctrl_bits[btnm->btn_id_sel]) || button_is_inactive(btnm->ctrl_bits[bt… in lv_buttonmatrix_event() 589 …while(button_is_hidden(btnm->ctrl_bits[btnm->btn_id_sel]) || button_is_inactive(btnm->ctrl_bits[bt… in lv_buttonmatrix_event() 604 …while(button_is_hidden(btnm->ctrl_bits[btnm->btn_id_sel]) || button_is_inactive(btnm->ctrl_bits[bt… in lv_buttonmatrix_event() 635 …while(button_is_hidden(btnm->ctrl_bits[btnm->btn_id_sel]) || button_is_inactive(btnm->ctrl_bits[bt… in lv_buttonmatrix_event() 715 while(lv_strcmp(btnm->map_p[txt_i], "\n") == 0) { in draw_main() 835 while(map[i] && map[i][0] != '\0') { in allocate_button_areas_and_controls() [all …]
|
/lvgl-latest/src/libs/thorvg/rapidjson/internal/ |
D | regex.h | 198 while (ds.Peek() != 0) { in RAPIDJSON_DIAG_OFF() 209 … while (!operatorStack.Empty() && *operatorStack.template Top<Operator>() < kAlternation) in RAPIDJSON_DIAG_OFF() 222 … while (!operatorStack.Empty() && *operatorStack.template Top<Operator>() != kLeftParenthesis) in RAPIDJSON_DIAG_OFF() 298 while (!operatorStack.Empty()) in RAPIDJSON_DIAG_OFF() 341 while (GetState(l1).out != kRegexInvalidState) in RAPIDJSON_DIAG_OFF() 472 while (ds.Peek() >= '0' && ds.Peek() <= '9') { in RAPIDJSON_DIAG_OFF() 489 while ((codepoint = ds.Take()) != 0) { in RAPIDJSON_DIAG_OFF() 663 while (!current->Empty() && (codepoint = ds.Take()) != 0) { in RAPIDJSON_DIAG_OFF() 708 while (rangeIndex != kRegexInvalidRange) { in RAPIDJSON_DIAG_OFF()
|
/lvgl-latest/src/libs/lodepng/ |
D | lodepng.c | 145 while(*a) a++; in lodepng_strlen() 1087 while(!frequencies[numcodes - 1] && numcodes > mincodes) --numcodes; /*trim zeroes*/ in HuffmanTree_makeFromFrequencies() 1201 while(!error) { in getTreeInflateDynamic() 1226 while(i < HLIT + HDIST) { in getTreeInflateDynamic() 1299 break; /*end of error-while*/ in getTreeInflateDynamic() 1330 while(!error && !done) { /*decode all symbols until end reached, breaks at end code*/ in inflateHuffmanBlock() 1474 while(!BFINAL) { in lodepng_inflatev() 1539 while(left <= right) { in searchCodeIndex() 1656 while(data != end && *data == 0) ++data; in countZeros() 1755 …while(foreptr != lastptr && *backptr == *foreptr) { /*maximum supported length by deflate is max l… in encodeLZ77() [all …]
|