Searched refs:fLargeTileWidth (Results 1 - 2 of 2) sorted by relevance

/external/skia/tools/
H A DCopyTilesRenderer.cpp47 fLargeTileWidth = fXTilesPerLargeTile * this->getTileWidth();
49 fCanvas.reset(this->INHERITED::setupCanvas(fLargeTileWidth, fLargeTileHeight));
56 for (int x = 0; x < this->getViewWidth(); x += fLargeTileWidth) {
80 for (int tileX = 0; tileX < fLargeTileWidth; tileX += this->getTileWidth()) {
H A DCopyTilesRenderer.h49 int fLargeTileWidth; member in class:sk_tools::CopyTilesRenderer

Completed in 113 milliseconds