| /external/chromium_org/third_party/skia/experimental/Intersection/ |
| Intersections.cpp | 100 || (precisely_equal(one, 1) && !precisely_equal(oldOne, 1)) 102 || (precisely_equal(two, 1) && !precisely_equal(oldTwo, 1))) {
|
| DataTypes.h | 110 inline bool precisely_equal(double x, double y) { function
|
| Simplify.cpp | 917 if (thisSpan.fTiny || precisely_equal(thisSpan.fT, nextSpan.fT)) { [all...] |
| /external/chromium_org/third_party/skia/src/pathops/ |
| SkIntersections.cpp | 79 || (precisely_equal(one, 1) && !precisely_equal(oldOne, 1)) 81 || (precisely_equal(two, 1) && !precisely_equal(oldTwo, 1))) {
|
| SkOpSegment.cpp | 440 } else if (precisely_equal(otherT, 1)) { 556 SkASSERT(newT == 1 || !precisely_equal(newT, 1)); 693 while (index > 0 && precisely_equal(fTs[index].fT, fTs[index - 1].fT)) { 703 while (startPt == other->fTs[--oIndex].fPt || precisely_equal(oStartT, other->fTs[oIndex].fT)) { 736 } while (*testPt == test->fPt || precisely_equal(testT, test->fT)); 755 } while (*oTestPt == oTest->fPt || precisely_equal(oTestT, oTest->fT)); [all...] |
| SkPathOpsTypes.h | 159 inline bool precisely_equal(double x, double y) { function
|
| SkPathOpsDebug.cpp | 536 bool tsPreciselyEqual = precisely_equal(last->fT, span.fT);
|
| SkOpContour.cpp | 245 if (tVal != 1 && precisely_equal(tVal, 1)) {
|
| /external/skia/experimental/Intersection/ |
| Intersections.cpp | 100 || (precisely_equal(one, 1) && !precisely_equal(oldOne, 1)) 102 || (precisely_equal(two, 1) && !precisely_equal(oldTwo, 1))) {
|
| DataTypes.h | 110 inline bool precisely_equal(double x, double y) { function
|
| Simplify.cpp | 917 if (thisSpan.fTiny || precisely_equal(thisSpan.fT, nextSpan.fT)) { [all...] |
| /external/skia/src/pathops/ |
| SkIntersections.cpp | 79 || (precisely_equal(one, 1) && !precisely_equal(oldOne, 1)) 81 || (precisely_equal(two, 1) && !precisely_equal(oldTwo, 1))) {
|
| SkOpSegment.cpp | 440 } else if (precisely_equal(otherT, 1)) { 556 SkASSERT(newT == 1 || !precisely_equal(newT, 1)); 693 while (index > 0 && precisely_equal(fTs[index].fT, fTs[index - 1].fT)) { 703 while (startPt == other->fTs[--oIndex].fPt || precisely_equal(oStartT, other->fTs[oIndex].fT)) { 736 } while (*testPt == test->fPt || precisely_equal(testT, test->fT)); 755 } while (*oTestPt == oTest->fPt || precisely_equal(oTestT, oTest->fT)); [all...] |
| SkPathOpsTypes.h | 159 inline bool precisely_equal(double x, double y) { function
|
| SkPathOpsDebug.cpp | 536 bool tsPreciselyEqual = precisely_equal(last->fT, span.fT);
|
| SkOpContour.cpp | 245 if (tVal != 1 && precisely_equal(tVal, 1)) {
|