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 28 if (rc.isEmpty() || !fClippedBounds.intersect(bounds, rc.getBounds())) {
30 } else if (this->fitsInDelta(fClippedBounds)) {
35 fCurrOffset.set(fClippedBounds.left() - fDelta,
36 fClippedBounds.top());
123 while (next_tile(fClippedBounds, fDelta, &fCurrOffset)) {
SkDeviceLooper.h 79 SkIRect fClippedBounds;

Completed in 439 milliseconds