HomeSort by relevance Sort by last modified time
    Searched full:duplicate_pt (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/ops/
GrAAConvexTessellator.cpp 57 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());
    [all...]
  /external/skia/src/utils/
SkShadowTessellator.cpp 1192 static bool duplicate_pt(const SkPoint& p0, const SkPoint& p1) { function
    [all...]

Completed in 4502 milliseconds