HomeSort by relevance Sort by last modified time
    Searched full:precisely_zero (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/third_party/skia/experimental/Intersection/
Intersections.cpp 99 if ((precisely_zero(one) && !precisely_zero(oldOne))
101 || (precisely_zero(two) && !precisely_zero(oldTwo))
DataTypes.h 53 inline bool precisely_zero(double x) { function
111 return precisely_zero(x - y);
Simplify.cpp     [all...]
  /external/chromium_org/third_party/skia/src/pathops/
SkIntersections.cpp 78 if ((precisely_zero(one) && !precisely_zero(oldOne))
80 || (precisely_zero(two) && !precisely_zero(oldTwo))
SkPathOpsTypes.h 104 inline bool precisely_zero(double x) { function
160 return precisely_zero(x - y);
SkDQuadIntersection.cpp 105 if (test * sign > 0 && !precisely_zero(test)) {
SkOpContour.cpp 241 if (tVal != 0 && precisely_zero(tVal)) {
SkDCubicIntersection.cpp 461 if (test * sign > 0 && !precisely_zero(test)) {
SkOpSegment.cpp 438 if (precisely_zero(otherT)) {
555 SkASSERT(newT == 0 || !precisely_zero(newT));
    [all...]
  /external/skia/experimental/Intersection/
Intersections.cpp 99 if ((precisely_zero(one) && !precisely_zero(oldOne))
101 || (precisely_zero(two) && !precisely_zero(oldTwo))
DataTypes.h 53 inline bool precisely_zero(double x) { function
111 return precisely_zero(x - y);
Simplify.cpp     [all...]
  /external/skia/src/pathops/
SkIntersections.cpp 78 if ((precisely_zero(one) && !precisely_zero(oldOne))
80 || (precisely_zero(two) && !precisely_zero(oldTwo))
SkPathOpsTypes.h 104 inline bool precisely_zero(double x) { function
160 return precisely_zero(x - y);
SkDQuadIntersection.cpp 105 if (test * sign > 0 && !precisely_zero(test)) {
SkOpContour.cpp 241 if (tVal != 0 && precisely_zero(tVal)) {
SkDCubicIntersection.cpp 461 if (test * sign > 0 && !precisely_zero(test)) {
SkOpSegment.cpp 438 if (precisely_zero(otherT)) {
555 SkASSERT(newT == 0 || !precisely_zero(newT));
    [all...]

Completed in 429 milliseconds