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

  /external/chromium_org/third_party/skia/src/core/
SkTileGrid.cpp 50 // hence the "-1"s in the computations of maxTileX and maxTileY.
57 int maxTileY = SkMax32(SkMin32((dilatedBounds.bottom() -1) / fInfo.fTileInterval.height(),
61 for (int y = minTileY; y <= maxTileY; y++) {
  /external/skia/src/core/
SkTileGrid.cpp 50 // hence the "-1"s in the computations of maxTileX and maxTileY.
57 int maxTileY = SkMax32(SkMin32((dilatedBounds.bottom() -1) / fInfo.fTileInterval.height(),
61 for (int y = minTileY; y <= maxTileY; y++) {

Completed in 54 milliseconds