HomeSort by relevance Sort by last modified time
    Searched refs:maxTileX (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.
53 int maxTileX = SkMax32(SkMin32((dilatedBounds.right() - 1) / fInfo.fTileInterval.width(),
60 for (int x = minTileX; x <= maxTileX; x++) {
  /external/skia/src/core/
SkTileGrid.cpp 50 // hence the "-1"s in the computations of maxTileX and maxTileY.
53 int maxTileX = SkMax32(SkMin32((dilatedBounds.right() - 1) / fInfo.fTileInterval.width(),
60 for (int x = minTileX; x <= maxTileX; x++) {

Completed in 550 milliseconds