HomeSort by relevance Sort by last modified time
    Searched defs:basePt (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsDebug.cpp 316 const SkPoint& basePt = fTs[tStart].fPt;
319 SK_ALWAYSBREAK(SkDPoint::ApproximatelyEqual(basePt, cmpPt));
SkPathOpsCommon.cpp 44 SkPoint basePt = current->ptAtT(tAtMid);
54 if (basePt.fY < contour->bounds().fTop) {
65 int testTIndex = testSeg->crossedSpanY(basePt, &testY, &testHit, &hitSomething, tAtMid,
  /external/skia/src/pathops/
SkPathOpsDebug.cpp 316 const SkPoint& basePt = fTs[tStart].fPt;
319 SK_ALWAYSBREAK(SkDPoint::ApproximatelyEqual(basePt, cmpPt));
SkPathOpsCommon.cpp 44 SkPoint basePt = current->ptAtT(tAtMid);
54 if (basePt.fY < contour->bounds().fTop) {
65 int testTIndex = testSeg->crossedSpanY(basePt, &testY, &testHit, &hitSomething, tAtMid,

Completed in 79 milliseconds