OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fLargeTileWidth
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/tools/
CopyTilesRenderer.cpp
45
fLargeTileWidth
= fXTilesPerLargeTile * this->getTileWidth();
47
fCanvas.reset(this->INHERITED::setupCanvas(
fLargeTileWidth
, fLargeTileHeight));
54
for (int x = 0; x < this->getViewWidth(); x +=
fLargeTileWidth
) {
70
for (int tileX = 0; tileX <
fLargeTileWidth
; tileX += this->getTileWidth()) {
CopyTilesRenderer.h
48
int
fLargeTileWidth
;
Completed in 31 milliseconds