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

  /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 100 inline bool precisely_zero(double x) { function
152 return precisely_zero(x - y);
SkDQuadIntersection.cpp 106 if (test * sign > 0 && !precisely_zero(test)) {
SkOpSegment.cpp 389 if (precisely_zero(otherT)) {
411 if (precisely_zero(newT)) {
    [all...]
SkDCubicIntersection.cpp 427 if (test * sign > 0 && !precisely_zero(test)) {
  /external/skia/src/pathops/
SkIntersections.cpp 78 if ((precisely_zero(one) && !precisely_zero(oldOne))
80 || (precisely_zero(two) && !precisely_zero(oldTwo))
SkPathOpsTypes.h 100 inline bool precisely_zero(double x) { function
152 return precisely_zero(x - y);
SkDQuadIntersection.cpp 106 if (test * sign > 0 && !precisely_zero(test)) {
SkOpSegment.cpp 389 if (precisely_zero(otherT)) {
411 if (precisely_zero(newT)) {
    [all...]
SkDCubicIntersection.cpp 427 if (test * sign > 0 && !precisely_zero(test)) {

Completed in 327 milliseconds