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

  /external/skia/tools/
CopyTilesRenderer.h 39 int fLargeTileHeight;
CopyTilesRenderer.cpp 33 fLargeTileHeight = fYTilesPerLargeTile * this->getTileHeight();
34 fCanvas.reset(this->INHERITED::setupCanvas(fLargeTileWidth, fLargeTileHeight));
42 for (int y = 0; y < this->getViewHeight(); y += fLargeTileHeight) {
55 for (int tileY = 0; tileY < fLargeTileHeight; tileY += this->getTileHeight()) {

Completed in 33 milliseconds