HomeSort by relevance Sort by last modified time
    Searched full:basept (Results 1 - 6 of 6) 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,
SkOpSegment.h 255 int crossedSpanY(const SkPoint& basePt, SkScalar* bestY, double* hitT, bool* hitSomething,
SkOpSegment.cpp     [all...]
  /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,
SkOpSegment.h 255 int crossedSpanY(const SkPoint& basePt, SkScalar* bestY, double* hitT, bool* hitSomething,
SkOpSegment.cpp     [all...]

Completed in 86 milliseconds