Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/geometry/
H A DGrAAConvexTessellator.cpp58 static bool duplicate_pt(const SkPoint& p0, const SkPoint& p1) { in duplicate_pt() function
437 if (duplicate_pt(fPts[this->numPts()-1], fPts[0])) {
557 if (duplicate_pt(perp2, this->point(perp1Idx))) {
577 if (!duplicate_pt(miter, this->point(perp1Idx))) {
607 if (!duplicate_pt(miter, this->point(perp1Idx))) {
753 if (!duplicate_pt(newPt, fCandidateVerts.lastPoint())) {
771 bool dupPrev = duplicate_pt(newPt, fCandidateVerts.lastPoint());
772 bool dupNext = duplicate_pt(newPt, fCandidateVerts.firstPoint());
783 bool dupPrevVsNext = duplicate_pt(fCandidateVerts.firstPoint(), fCandidateVerts.lastPoint());
927 if (this->numPts() > 0 && duplicate_pt(
[all...]
/third_party/skia/src/utils/
H A DSkShadowTessellator.cpp142 static bool duplicate_pt(const SkPoint& p0, const SkPoint& p1) { in duplicate_pt() function
179 if (duplicate_pt(curr, next)) { in accumulateCentroid()
507 !duplicate_pt(umbraPoint, fPositions[fPrevUmbraIndex])) { in addInnerPoint()
509 if (fPrevUmbraIndex >= 0 && duplicate_pt(umbraPoint, fPositions[fFirstVertexIndex])) { in addInnerPoint()
754 if (duplicate_pt(fPathPolygon[fPathPolygon.count() - 1], pSanitized)) { in handleLine()
1140 if (fClipPolygon.isEmpty() || !duplicate_pt(point, fClipPolygon[fClipPolygon.count() - 1])) { in addToClip()

Completed in 7 milliseconds