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 354 static bool nearly_integral(SkScalar x) { function
380 if (nearly_integral(devRect.fLeft) && nearly_integral(devRect.fTop) &&
381 nearly_integral(devRect.fRight) && nearly_integral(devRect.fBottom)) {

Completed in 165 milliseconds