Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkDeviceLooper.cpp77 static bool next_tile(const SkIRect& boundary, int delta, SkIPoint* offset) { in next_tile() function
117 while (next_tile(fClippedBounds, fDelta, &fCurrOffset)) { in next()