Home
last modified time | relevance | path

Searched refs:fitsInDelta (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/core/
DSkDeviceLooper.h88 bool fitsInDelta(const SkIRect& r) const { in fitsInDelta() function
DSkDeviceLooper.cpp28 } else if (this->fitsInDelta(fClippedBounds)) { in SkDeviceLooper()