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

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

Completed in 116 milliseconds