Searched defs:closed (Results 1 – 7 of 7) sorted by relevance
/lvgl-latest/src/libs/thorvg/ |
D | tvgSvgPath.cpp | 317 …oat* arr, int count, Point* cur, Point* curCtl, Point* startPoint, bool *isQuadratic, bool* closed) in _processCommand() 495 static char* _nextCommand(char* path, char* cmd, float* arr, int* count, bool* closed) in _nextCommand() 558 bool closed = false; in svgPathToShape() local
|
D | tvgSwShape.cpp | 54 …l _outlineMoveTo(SwOutline& outline, const Point* to, const Matrix& transform, bool closed = false) in _outlineMoveTo() 455 auto closed = false; in _genOutline() local
|
D | tvgSwStroke.cpp | 665 static void _beginSubPath(SwStroke& stroke, const SwPoint& to, bool closed) in _beginSubPath() 863 auto closed = outline.closed.data ? outline.closed.data[i]: false; in strokeParseOutline() local
|
D | tvgLottieParser.cpp | 186 bool closed = false; in getValue() local
|
D | tvgSwCommon.h | 108 Array<bool> closed; //opened or closed path? member
|
/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/drivers/wayland/ |
D | lv_wayland.c | 240 bool closed; member
|