/lvgl-latest/src/libs/thorvg/ |
D | tvgSwMemPool.cpp | 49 mpool->outline[idx].closed.clear(); in mpoolRetOutline() 64 mpool->strokeOutline[idx].closed.clear(); in mpoolRetStrokeOutline() 79 mpool->dashOutline[idx].closed.clear(); in mpoolRetDashOutline() 103 mpool->outline[i].closed.reset(); in mpoolClear() 108 mpool->strokeOutline[i].closed.reset(); in mpoolClear() 113 mpool->dashOutline[i].closed.reset(); in mpoolClear()
|
D | tvgSwShape.cpp | 38 outline.closed.push(false); in _outlineBegin() 49 outline.closed.push(false); in _outlineEnd() 54 …l _outlineMoveTo(SwOutline& outline, const Point* to, const Matrix& transform, bool closed = false) in _outlineMoveTo() argument 57 if (!closed) _outlineEnd(outline); in _outlineMoveTo() 98 outline.closed.push(true); in _outlineClose() 455 auto closed = false; in _genOutline() local 461 if (!closed) closed = _outlineClose(*outline); in _genOutline() 465 closed = _outlineMoveTo(*outline, pts, transform, closed); in _genOutline() 470 if (closed) closed = _outlineBegin(*outline); in _genOutline() 476 if (closed) closed = _outlineBegin(*outline); in _genOutline() [all …]
|
D | tvgSvgPath.cpp | 317 …oat* arr, int count, Point* cur, Point* curCtl, Point* startPoint, bool *isQuadratic, bool* closed) in _processCommand() argument 470 *closed = true; in _processCommand() 495 static char* _nextCommand(char* path, char* cmd, float* arr, int* count, bool* closed) in _nextCommand() argument 508 if (*closed) return nullptr; in _nextCommand() 558 bool closed = false; in svgPathToShape() local 566 path = _nextCommand(path, &cmd, numberArray, &numberCount, &closed); in svgPathToShape() 568 closed = false; in svgPathToShape() 569 …ds, &pts, cmd, numberArray, numberCount, &cur, &curCtl, &startPoint, &isQuadratic, &closed)) break; in svgPathToShape()
|
D | tvgSwImage.cpp | 48 outline->closed.reserve(1); in _genOutline() 66 outline->closed.push(true); in _genOutline()
|
D | tvgSwStroke.cpp | 665 static void _beginSubPath(SwStroke& stroke, const SwPoint& to, bool closed) in _beginSubPath() argument 673 stroke.closedSubPath = closed; in _beginSubPath() 863 auto closed = outline.closed.data ? outline.closed.data[i]: false; in strokeParseOutline() local 865 _beginSubPath(*stroke, start, closed); in strokeParseOutline()
|
D | tvgLottieParser.cpp | 186 bool closed = false; in getValue() local 198 else if (KEY_AS("c")) closed = getBool(); in getValue() 224 size_t extra = closed ? 3 : 0; in getValue() 238 if (closed) { in getValue()
|
D | tvgSwCommon.h | 108 Array<bool> closed; //opened or closed path? member
|
/lvgl-latest/tests/micropy_test/ |
D | __init__.py | 185 if not cls.process.stdin.closed: 192 if not cls.process.stdout.closed: 195 if not cls.process.stderr.closed:
|
/lvgl-latest/docs/details/widgets/ |
D | dropdown.rst | 12 The Drop-Down List is closed by default and displays a single value or 141 …numerator:`LV_EVENT_VALUE_CHANGED` Sent when a new option is selected or the list is opened/closed. 142 - :cpp:enumerator:`LV_EVENT_CANCEL` Sent when list is closed.
|
/lvgl-latest/src/drivers/wayland/ |
D | lv_wayland.c | 240 bool closed; member 2195 if(window->closed || window->shall_close) { in _lv_wayland_flush() 2296 if(window->closed) { in _lv_wayland_handle_output() 2300 window->closed = true; in _lv_wayland_handle_output() 2345 if(!window || window->closed) { in _lv_wayland_pointer_read() 2358 if(!window || window->closed) { in _lv_wayland_pointeraxis_read() 2371 if(!window || window->closed) { in _lv_wayland_keyboard_read() 2387 if(!window || window->closed) { in _lv_wayland_touch_read() 2494 if(!window->closed) { in wayland_deinit() 2669 if(!window || window->closed) { in lv_wayland_window_close() [all …]
|
/lvgl-latest/docs/details/integration/driver/ |
D | X11.rst | 35 …EXIT 1 /* preferred default - ends the application automatically if last window has been closed */
|
/lvgl-latest/src/others/vg_lite_tvg/ |
D | vg_lite.h | 702 vg_lite_uint8_t closed; member 717 vg_lite_uint8_t closed; member 784 vg_lite_uint8_t closed; member
|
/lvgl-latest/src/draw/vg_lite/ |
D | lv_vg_lite_utils.c | 416 LV_LOG_USER("closed: %d", (int)stroke->closed); in lv_vg_lite_stroke_dump_info()
|
/lvgl-latest/docs/ |
D | CODING_STYLE.rst | 27 - closed with the subject: *name*, *size*, *state* etc.
|
/lvgl-latest/ |
D | Kconfig | 1699 bool "Exit the application when all SDL windows are closed" 1729 bool "Exit the application when all X11 windows have been closed"
|
/lvgl-latest/docs/_static/css/ |
D | fontawesome.min.css | 5 …closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:b…
|