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

  /external/chromium_org/third_party/skia/src/core/
SkTileGrid.cpp 83 int tileEndY = (adjustedQuery.bottom() + fInfo.fTileInterval.height() - 1) /
89 tileEndY = SkPin32(tileEndY, tileStartY+1, fYTileCount);
91 int queryTileCount = (tileEndX - tileStartX) * (tileEndY - tileStartY);
102 for (int y = tileStartY; y < tileEndY; ++y) {
  /external/skia/src/core/
SkTileGrid.cpp 83 int tileEndY = (adjustedQuery.bottom() + fInfo.fTileInterval.height() - 1) /
89 tileEndY = SkPin32(tileEndY, tileStartY+1, fYTileCount);
91 int queryTileCount = (tileEndX - tileStartX) * (tileEndY - tileStartY);
102 for (int y = tileStartY; y < tileEndY; ++y) {

Completed in 616 milliseconds