Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/hwui/jni/
H A DPath.cpp243 segmentPoints.push_back(point); in addMove()
249 if (segmentPoints.empty()) { in addLine()
250 segmentPoints.push_back(SkPoint::Make(0, 0)); in addLine()
252 } else if (segmentPoints.back() == toPoint) { in addLine()
256 segmentPoints.push_back(toPoint); in addLine()
351 addLine(segmentPoints, lengths, iter->second); in addBezier()
415 std::vector<SkPoint> segmentPoints; in approximate() local
425 if (segmentPoints.empty()) { in approximate()
438 segmentPoints.push_back(segmentPoints.back()); in approximate()
443 size_t numPoints = segmentPoints.size(); in approximate()
[all …]