/lvgl-latest/demos/vector_graphic/ |
D | lv_demo_vector_graphic.c | 31 lv_fpoint_t pts[] = {{200, 200}, {300, 200}, {300, 300}, {200, 300}}; in draw_pattern() local 56 lv_fpoint_t pts[] = {{400, 200}, {600, 200}, {400, 400}}; in draw_gradient() local 86 lv_fpoint_t pts[] = {{400, 50}, {500, 50}, {500, 200}, {400, 200}}; in draw_radial_gradient() local 113 lv_fpoint_t pts[] = {{50, 50}, {200, 200}, {50, 200}}; in draw_shapes() local 153 lv_fpoint_t pts[] = {{50, 50}, {200, 200}, {250, 300}, {350, 150}}; in draw_lines() local 177 lv_fpoint_t pts[] = {{200, 200}, {400, 200}, {450, 350}, {350, 150}}; in draw_blend() local
|
/lvgl-latest/examples/widgets/canvas/ |
D | lv_example_canvas_8.c | 30 lv_fpoint_t pts[] = {{10, 10}, {130, 130}, {10, 130}}; in lv_example_canvas_8() local
|
/lvgl-latest/src/libs/thorvg/ |
D | tvgSwShape.cpp | 232 static void _dashMoveTo(SwDashStroke& dash, const Point* pts) in _dashMoveTo() 240 static void _dashMoveTo(SwDashStroke& dash, uint32_t offIdx, float offset, const Point* pts) in _dashMoveTo() 282 const Point* pts = rshape->path.pts.data + shiftPts; in _outlineLength() local 333 const Point* pts = rshape->path.pts.data; in _genDashOutline() local 447 const Point* pts = rshape->path.pts.data; in _genOutline() local
|
D | tvgSvgPath.cpp | 103 void _pathAppendArcTo(Array<PathCommand>* cmds, Array<Point>* pts, Point* cur, Point* curCtl, float… in _pathAppendArcTo() 317 static bool _processCommand(Array<PathCommand>* cmds, Array<Point>* pts, char cmd, float* arr, int … in _processCommand() 561 auto& pts = P(shape)->rs.path.pts; in svgPathToShape() local
|
D | tvgPaint.cpp | 47 static Result _clipRect(RenderMethod* renderer, const Point* pts, const Matrix& pm, const Matrix& r… in _clipRect() 85 const Point* pts; in _compFastTrack() local
|
D | tvgLottieCommon.h | 35 Point* pts = nullptr; member
|
D | tvgLottieModifier.cpp | 33 static void _roundCorner(Array<PathCommand>& cmds, Array<Point>& pts, const Point& prev, const Poin… in _roundCorner() 89 static bool _clockwise(const Point* pts, uint32_t n) in _clockwise()
|
D | tvgSvgSceneBuilder.cpp | 424 auto pts = node->node.polygon.pts.begin(); in _recognizeShape() local 434 auto pts = node->node.polyline.pts.begin(); in _recognizeShape() local 485 const Point *pts = nullptr; in _appendClipShape() local
|
D | tvgShape.h | 132 auto pts = rs.path.pts.begin(); in bounds() local
|
D | tvgShape.cpp | 92 Result Shape::appendPath(const PathCommand *cmds, uint32_t cmdCnt, const Point* pts, uint32_t ptsCn… in appendPath()
|
D | tvgLottieParser.cpp | 185 Array<Point> outs, ins, pts; in getValue() local 267 void LottieParser::getValue(Array<Point>& pts) in getValue()
|
D | tvgRender.h | 188 Array<Point> pts; member
|
D | tvgSwCommon.h | 105 Array<SwPoint> pts; //the outline's points member 167 SwPoint* pts; member
|
D | tvgCapi.cpp | 336 …(Tvg_Paint* paint, const Tvg_Path_Command* cmds, uint32_t cmdCnt, const Tvg_Point* pts, uint32_t p… in tvg_shape_append_path() 343 TVG_API Tvg_Result tvg_shape_get_path_coords(const Tvg_Paint* paint, const Tvg_Point** pts, uint32_… in tvg_shape_get_path_coords()
|
D | tvgSvgLoaderCommon.h | 363 Array<float> pts; member
|
/lvgl-latest/tests/src/test_cases/draw/ |
D | test_draw_vector.c | 318 lv_fpoint_t pts[] = {{10, 10}, {130, 130}, {10, 130}}; in event_cb() local
|
/lvgl-latest/src/libs/tiny_ttf/ |
D | stb_truetype_htcw.h | 3813 static void stbtt__rasterize(stbtt__bitmap * result, stbtt__point * pts, int * wcount, int windings…
|