Home
last modified time | relevance | path

Searched defs:pts (Results 1 – 17 of 17) sorted by relevance

/lvgl-latest/demos/vector_graphic/
Dlv_demo_vector_graphic.c31 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/
Dlv_example_canvas_8.c30 lv_fpoint_t pts[] = {{10, 10}, {130, 130}, {10, 130}}; in lv_example_canvas_8() local
/lvgl-latest/src/libs/thorvg/
DtvgSwShape.cpp232 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
DtvgSvgPath.cpp103 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
DtvgPaint.cpp47 static Result _clipRect(RenderMethod* renderer, const Point* pts, const Matrix& pm, const Matrix& r… in _clipRect()
85 const Point* pts; in _compFastTrack() local
DtvgLottieCommon.h35 Point* pts = nullptr; member
DtvgLottieModifier.cpp33 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()
DtvgSvgSceneBuilder.cpp424 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
DtvgShape.h132 auto pts = rs.path.pts.begin(); in bounds() local
DtvgShape.cpp92 Result Shape::appendPath(const PathCommand *cmds, uint32_t cmdCnt, const Point* pts, uint32_t ptsCn… in appendPath()
DtvgLottieParser.cpp185 Array<Point> outs, ins, pts; in getValue() local
267 void LottieParser::getValue(Array<Point>& pts) in getValue()
DtvgRender.h188 Array<Point> pts; member
DtvgSwCommon.h105 Array<SwPoint> pts; //the outline's points member
167 SwPoint* pts; member
DtvgCapi.cpp336 …(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()
DtvgSvgLoaderCommon.h363 Array<float> pts; member
/lvgl-latest/tests/src/test_cases/draw/
Dtest_draw_vector.c318 lv_fpoint_t pts[] = {{10, 10}, {130, 130}, {10, 130}}; in event_cb() local
/lvgl-latest/src/libs/tiny_ttf/
Dstb_truetype_htcw.h3813 static void stbtt__rasterize(stbtt__bitmap * result, stbtt__point * pts, int * wcount, int windings…