Searched refs:basePt (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsDebug.cpp316 const SkPoint& basePt = fTs[tStart].fPt; local
319 SK_ALWAYSBREAK(SkDPoint::ApproximatelyEqual(basePt, cmpPt));
H A DSkPathOpsCommon.cpp44 SkPoint basePt = current->ptAtT(tAtMid); local
54 if (basePt.fY < contour->bounds().fTop) {
65 int testTIndex = testSeg->crossedSpanY(basePt, &testY, &testHit, &hitSomething, tAtMid,
H A DSkOpSegment.h310 int crossedSpanY(const SkPoint& basePt, SkScalar* bestY, double* hitT, bool* hitSomething,
H A DSkOpSegment.cpp1700 int SkOpSegment::crossedSpanY(const SkPoint& basePt, SkScalar* bestY, double* hitT,
1708 if (top >= basePt.fY) {
1711 if (fBounds.fLeft > basePt.fX) {
1714 if (fBounds.fRight < basePt.fX) {
1719 return AlmostEqualUlps(basePt.fX, fBounds.fLeft) ? SK_MinS32 : bestTIndex;
1721 // intersect ray starting at basePt with edge
1727 (fPts, top, bottom, basePt.fX, false);
1753 || approximately_negative(basePt.fY - testY)) {
/external/skia/src/pathops/
H A DSkPathOpsDebug.cpp316 const SkPoint& basePt = fTs[tStart].fPt; local
319 SK_ALWAYSBREAK(SkDPoint::ApproximatelyEqual(basePt, cmpPt));
H A DSkPathOpsCommon.cpp44 SkPoint basePt = current->ptAtT(tAtMid); local
54 if (basePt.fY < contour->bounds().fTop) {
65 int testTIndex = testSeg->crossedSpanY(basePt, &testY, &testHit, &hitSomething, tAtMid,
H A DSkOpSegment.h310 int crossedSpanY(const SkPoint& basePt, SkScalar* bestY, double* hitT, bool* hitSomething,
H A DSkOpSegment.cpp1700 int SkOpSegment::crossedSpanY(const SkPoint& basePt, SkScalar* bestY, double* hitT,
1708 if (top >= basePt.fY) {
1711 if (fBounds.fLeft > basePt.fX) {
1714 if (fBounds.fRight < basePt.fX) {
1719 return AlmostEqualUlps(basePt.fX, fBounds.fLeft) ? SK_MinS32 : bestTIndex;
1721 // intersect ray starting at basePt with edge
1727 (fPts, top, bottom, basePt.fX, false);
1753 || approximately_negative(basePt.fY - testY)) {
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DSimplify.cpp2228 int crossedSpanY(const SkPoint& basePt, SkScalar& bestY, double& hitT, bool& hitSomething,
2236 if (top >= basePt.fY) {
2239 if (fBounds.fLeft > basePt.fX) {
2242 if (fBounds.fRight < basePt.fX) {
2247 return AlmostEqualUlps(basePt.fX, fBounds.fLeft) ? SK_MinS32 : bestTIndex;
2249 // intersect ray starting at basePt with edge
2253 int pts = (*VSegmentIntersect[fVerb])(fPts, top, bottom, basePt.fX, false, intersections);
2282 || approximately_negative(basePt.fY - testY)) {
5828 SkPoint basePt;
5830 current->xyAtT(tAtMid, basePt);
[all...]
/external/skia/experimental/Intersection/
H A DSimplify.cpp2228 int crossedSpanY(const SkPoint& basePt, SkScalar& bestY, double& hitT, bool& hitSomething,
2236 if (top >= basePt.fY) {
2239 if (fBounds.fLeft > basePt.fX) {
2242 if (fBounds.fRight < basePt.fX) {
2247 return AlmostEqualUlps(basePt.fX, fBounds.fLeft) ? SK_MinS32 : bestTIndex;
2249 // intersect ray starting at basePt with edge
2253 int pts = (*VSegmentIntersect[fVerb])(fPts, top, bottom, basePt.fX, false, intersections);
2282 || approximately_negative(basePt.fY - testY)) {
5828 SkPoint basePt;
5830 current->xyAtT(tAtMid, basePt);
[all...]

Completed in 189 milliseconds