Home
last modified time | relevance | path

Searched refs:SkPathOpsVerbToPoints (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/src/pathops/
DSkPathOpsCurve.cpp14 int count = SkPathOpsVerbToPoints(verb); in nearPoint()
56 int count = SkPathOpsVerbToPoints(verb); in offset()
104 for (int index = 0; index <= SkPathOpsVerbToPoints(verb); ++index) { in setCurveHullSweep()
DSkOpAngle.cpp219 int iMax = SkPathOpsVerbToPoints(testVerb); in lineOnOneSide()
314 int iMax = SkPathOpsVerbToPoints(this->segment()->verb()); in alignmentSameSide()
487 int ptCount = SkPathOpsVerbToPoints(segment.verb()); in distEndRatio()
506 int lPts = SkPathOpsVerbToPoints(lVerb); in endsIntersect()
507 int rPts = SkPathOpsVerbToPoints(rVerb); in endsIntersect()
605 int count = SkPathOpsVerbToPoints(rh->segment()->verb()); in endsIntersect()
666 int oppPts = SkPathOpsVerbToPoints(oppVerb); in endToSide()
988 fPart.fCurve[1] = fPart.fCurve[SkPathOpsVerbToPoints(verb)]; in setSpans()
DSkOpEdgeBuilder.cpp37 for (int index = 0; index <= SkPathOpsVerbToPoints(verb); ++index) { in can_add_curve()
149 int ptCount = SkPathOpsVerbToPoints(verb); in preFetch()
344 pointsPtr += SkPathOpsVerbToPoints(verb); in walk()
DSkPathOpsCurve.h24 SkASSERT(n >= 0 && n <= SkPathOpsVerbToPoints(fVerb));
58 SkASSERT(n >= 0 && n <= SkPathOpsVerbToPoints(fVerb));
63 SkASSERT(n >= 0 && n <= SkPathOpsVerbToPoints(fVerb));
DSkOpContour.h170 return fTail->pts()[SkPathOpsVerbToPoints(fTail->verb())]; in end()
DSkPathOpsDebug.cpp577 (SkPathOpsVerbToPoints(wt.segment()->verb()) + 1) * sizeof(SkPoint)); in debugAddLoopCount()
579 (SkPathOpsVerbToPoints(wn.segment()->verb()) + 1) * sizeof(SkPoint)); in debugAddLoopCount()
608 int ptCount = SkPathOpsVerbToPoints(verb); in dump_curve()
1141 for (int vIndex = 1; vIndex <= SkPathOpsVerbToPoints(fVerb); ++vIndex) { in debugShowActiveSpans()
1172 for (int vIndex = 1; vIndex <= SkPathOpsVerbToPoints(fVerb); ++vIndex) { in debugShowNewWinding()
1196 for (int vIndex = 1; vIndex <= SkPathOpsVerbToPoints(fVerb); ++vIndex) { in debugShowNewWinding()
DSkPathOpsWinding.cpp147 pt = fPts[SkPathOpsVerbToPoints(fVerb)]; in rayCheck()
DSkPathOpsTypes.h582 inline int SkPathOpsVerbToPoints(SkPath::Verb verb) { in SkPathOpsVerbToPoints() function
DSkOpSegment.h273 return fPts[SkPathOpsVerbToPoints(fVerb)]; in lastPt()
DSkOpSegment.cpp829 oneSpan->initBase(this, zeroSpan, 1, fPts[SkPathOpsVerbToPoints(fVerb)]); in init()
1625 int points = SkPathOpsVerbToPoints(fVerb); in subDivide()
DSkOpCoincidence.cpp1410 int count = (SkPathOpsVerbToPoints(coinSeg->verb()) + 1) * 2; in Ordered()
/third_party/skia/tests/
DPathOpsDebug.cpp623 SkDebugf(", %d, %1.9g, %1.9g, {} },\n", SkPathOpsVerbToPoints(segment->verb()) + 1, in dumpTest()
881 int last = SkPathOpsVerbToPoints(fVerb); in dumpPtsInner()
1056 int count = SkPathOpsVerbToPoints(SkDEBUGRELEASE(fVerb, SkPath::kCubic_Verb)); in dump()