HomeSort by relevance Sort by last modified time
    Searched refs:nearly_integral (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/core/
SkRasterClip.cpp 144 static bool nearly_integral(SkScalar x) { function
158 if (nearly_integral(r.fLeft) && nearly_integral(r.fTop) &&
159 nearly_integral(r.fRight) && nearly_integral(r.fBottom)) {
  /external/skia/src/core/
SkRasterClip.cpp 144 static bool nearly_integral(SkScalar x) { function
158 if (nearly_integral(r.fLeft) && nearly_integral(r.fTop) &&
159 nearly_integral(r.fRight) && nearly_integral(r.fBottom)) {

Completed in 105 milliseconds