Home
last modified time | relevance | path

Searched refs:fPtsIdx (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/gpu/tessellate/
H A DPathWedgeTessellator.cpp56 this->advance(); // Resets fPtsIdx to 0 and advances fPoints. in parseNextContour()
57 fPtsIdx = 1; // Increment fPtsIdx past the kMove. in parseNextContour()
60 if (fPoints[0] != fPoints[fPtsIdx - 1]) { in parseNextContour()
69 ++fPtsIdx; in parseNextContour()
75 fPtsIdx += 2; in parseNextContour()
78 fPtsIdx += 3; in parseNextContour()
81 fMidpoint += fPoints[fPtsIdx - 1]; in parseNextContour()
85 if (hasGeometry && fPoints[0] != fPoints[fPtsIdx - 1]) { in parseNextContour()
105 fPoints += fPtsIdx; in advance()
118 int fPtsIdx = 0; global() member in skgpu::__anon18864::MidpointContourParser
[all...]

Completed in 1 milliseconds