Home
last modified time | relevance | path

Searched refs:segmentPoints (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/libs/hwui/jni/
H A DPath.cpp259 segmentPoints.push_back(point); in addMove()
265 if (segmentPoints.empty()) { in addLine()
266 segmentPoints.push_back(SkPoint::Make(0, 0)); in addLine()
268 } else if (segmentPoints.back() == toPoint) { in addLine()
272 segmentPoints.push_back(toPoint); in addLine()
367 addLine(segmentPoints, lengths, iter->second); in addBezier()
431 std::vector<SkPoint> segmentPoints; in approximate() local
441 if (segmentPoints.empty()) { in approximate()
454 segmentPoints.push_back(segmentPoints.back()); in approximate()
459 size_t numPoints = segmentPoints.size(); in approximate()
[all …]