Searched defs:ptsCnt (Results 1 – 12 of 12) sorted by relevance
/lvgl-latest/src/libs/thorvg/ |
D | tvgSwShape.cpp | 283 auto ptsCnt = rshape->path.pts.count - shiftPts; in _outlineLength() local 334 auto ptsCnt = rshape->path.pts.count; in _genDashOutline() local 448 auto ptsCnt = rshape->path.pts.count; in _genOutline() local
|
D | tvgLottieCommon.h | 37 uint16_t ptsCnt = 0; member
|
D | tvgLottieBuilder.cpp | 427 constexpr int ptsCnt = 17; in _appendRect() local 512 constexpr int ptsCnt = 13; in _appendCircle() local 580 auto ptsCnt = star->ptsCnt(frameNo, exps); in _updateStar() local 708 auto ptsCnt = size_t(floor(star->ptsCnt(frameNo, exps))); in _updatePolygon() local
|
D | tvgSwStroke.cpp | 737 static void _getCounts(SwStrokeBorder* border, uint32_t& ptsCnt, uint32_t& cntrsCnt) in _getCounts() 897 auto ptsCnt = count1 + count3; in strokeExportOutline() local
|
D | tvgPaint.cpp | 86 auto ptsCnt = shape->pathCoords(&pts); in _compFastTrack() local
|
D | tvgShape.cpp | 92 …e::appendPath(const PathCommand *cmds, uint32_t cmdCnt, const Point* pts, uint32_t ptsCnt) noexcept in appendPath()
|
D | tvgLottieModifier.cpp | 182 auto ptsCnt = outPts.count; in modifyPath() local
|
D | tvgSvgSceneBuilder.cpp | 486 auto ptsCnt = shape->pathCoords(&pts); in _appendClipShape() local
|
D | tvgSwCommon.h | 165 uint32_t ptsCnt; member
|
D | tvgCapi.cpp | 336 …Paint* paint, const Tvg_Path_Command* cmds, uint32_t cmdCnt, const Tvg_Point* pts, uint32_t ptsCnt) in tvg_shape_append_path()
|
D | tvgLottieExpressions.cpp | 226 auto ptsCnt = jerry_number(polystar->ptsCnt(frameNo)); in _buildPolystar() local
|
D | tvgLottieModel.h | 419 LottieFloat ptsCnt = 0.0f; member
|