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

  /external/skia/src/core/
SkDeviceLooper.cpp 26 if (rc.isEmpty() || !fClippedBounds.intersect(bounds, rc.getBounds())) {
28 } else if (this->fitsInDelta(fClippedBounds)) {
33 fCurrOffset.set(fClippedBounds.left() - fDelta,
34 fClippedBounds.top());
117 while (next_tile(fClippedBounds, fDelta, &fCurrOffset)) {
SkDeviceLooper.h 78 SkIRect fClippedBounds;

Completed in 382 milliseconds