Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/geometry/
DGrAAConvexTessellator.h77 const SkPoint& firstPoint() const { return fPts[0].fPt; } in firstPoint() function
DGrAAConvexTessellator.cpp772 bool dupNext = duplicate_pt(newPt, fCandidateVerts.firstPoint()); in createInsetRing()
783 … bool dupPrevVsNext = duplicate_pt(fCandidateVerts.firstPoint(), fCandidateVerts.lastPoint()); in createInsetRing()