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

  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsCommon.cpp 21 SkPoint basePt = current->ptAtT(tAtMid);
31 if (basePt.fY < contour->bounds().fTop) {
42 int testTIndex = testSeg->crossedSpanY(basePt, &testY, &testHit, &hitSomething, tAtMid,
  /external/skia/src/pathops/
SkPathOpsCommon.cpp 21 SkPoint basePt = current->ptAtT(tAtMid);
31 if (basePt.fY < contour->bounds().fTop) {
42 int testTIndex = testSeg->crossedSpanY(basePt, &testY, &testHit, &hitSomething, tAtMid,

Completed in 2217 milliseconds