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

/external/skia/src/gpu/ops/
H A DGrAAConvexTessellator.cpp57 static bool duplicate_pt(const SkPoint& p0, const SkPoint& p1) { function
394 if (duplicate_pt(fPts[this->numPts()-1], fPts[0])) {
537 if (duplicate_pt(perp2, this->point(perp1Idx))) {
557 if (!duplicate_pt(miter, this->point(perp1Idx))) {
585 if (!duplicate_pt(miter, this->point(perp1Idx))) {
725 if (!duplicate_pt(newPt, fCandidateVerts.lastPoint())) {
743 bool dupPrev = duplicate_pt(newPt, fCandidateVerts.lastPoint());
744 bool dupNext = duplicate_pt(newPt, fCandidateVerts.firstPoint());
755 bool dupPrevVsNext = duplicate_pt(fCandidateVerts.firstPoint(), fCandidateVerts.lastPoint());
901 if (this->numPts() > 0 && duplicate_pt(
[all...]
/external/skia/src/utils/
H A DSkShadowTessellator.cpp1192 static bool duplicate_pt(const SkPoint& p0, const SkPoint& p1) { function
1214 if (duplicate_pt(p, lastPoint)) {
1321 !duplicate_pt(umbraPoint, fPositions[fPrevUmbraIndex])) {

Completed in 248 milliseconds