Home
last modified time | relevance | path

Searched refs:firstPoint (Results 1 – 5 of 5) 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()
/third_party/flutter/skia/src/gpu/ops/
DGrAAConvexTessellator.h77 const SkPoint& firstPoint() const { return fPts[0].fPt; } in firstPoint() function
DGrQuadPerEdgeAA.cpp342 SkPoint firstPoint = {0.f, 0.f}; in get_exact_coverage() local
355 firstPoint = p; in get_exact_coverage()
470 accumulate(firstPoint); in get_exact_coverage()
DGrAAConvexTessellator.cpp763 bool dupNext = duplicate_pt(newPt, fCandidateVerts.firstPoint()); in createInsetRing()
774 … bool dupPrevVsNext = duplicate_pt(fCandidateVerts.firstPoint(), fCandidateVerts.lastPoint()); in createInsetRing()