Home
last modified time | relevance | path

Searched defs:ptsCnt (Results 1 – 12 of 12) sorted by relevance

/lvgl-latest/src/libs/thorvg/
DtvgSwShape.cpp283 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
DtvgLottieCommon.h37 uint16_t ptsCnt = 0; member
DtvgLottieBuilder.cpp427 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
DtvgSwStroke.cpp737 static void _getCounts(SwStrokeBorder* border, uint32_t& ptsCnt, uint32_t& cntrsCnt) in _getCounts()
897 auto ptsCnt = count1 + count3; in strokeExportOutline() local
DtvgPaint.cpp86 auto ptsCnt = shape->pathCoords(&pts); in _compFastTrack() local
DtvgShape.cpp92 …e::appendPath(const PathCommand *cmds, uint32_t cmdCnt, const Point* pts, uint32_t ptsCnt) noexcept in appendPath()
DtvgLottieModifier.cpp182 auto ptsCnt = outPts.count; in modifyPath() local
DtvgSvgSceneBuilder.cpp486 auto ptsCnt = shape->pathCoords(&pts); in _appendClipShape() local
DtvgSwCommon.h165 uint32_t ptsCnt; member
DtvgCapi.cpp336 …Paint* paint, const Tvg_Path_Command* cmds, uint32_t cmdCnt, const Tvg_Point* pts, uint32_t ptsCnt) in tvg_shape_append_path()
DtvgLottieExpressions.cpp226 auto ptsCnt = jerry_number(polystar->ptsCnt(frameNo)); in _buildPolystar() local
DtvgLottieModel.h419 LottieFloat ptsCnt = 0.0f; member