Home
last modified time | relevance | path

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

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