Searched refs:pathCoords (Results 1 – 5 of 5) sorted by relevance
85 uint32_t Shape::pathCoords(const Point** pts) const noexcept in pathCoords() function in Shape
86 auto ptsCnt = shape->pathCoords(&pts); in _compFastTrack()
1135 uint32_t pathCoords(const Point** pts) const noexcept;
479 currentPtsCnt = shape->pathCoords(&tmp); in _appendClipShape()486 auto ptsCnt = shape->pathCoords(&pts); in _appendClipShape()
346 *cnt = reinterpret_cast<const Shape*>(paint)->pathCoords((const Point**)pts); in tvg_shape_get_path_coords()