Home
last modified time | relevance | path

Searched refs:getViewWidth (Results 1 – 3 of 3) sorted by relevance

/external/skia/tools/
DPictureRenderer.cpp125 const int width = this->getViewWidth(); in setupCanvas()
199 int PictureRenderer::getViewWidth() { in getViewWidth() function in sk_tools::PictureRenderer
365 SkCanvas* canvas = recorder.beginRecording(SkIntToScalar(this->getViewWidth()), in render()
527 const int width = this->getViewWidth(); in setupTiles()
564 const int width = this->getViewWidth(); in setupPowerOf2Tiles()
758 clipRegion.setRect(0, 0, this->getViewWidth(), this->getViewHeight()); in setupCanvas()
790 SkCanvas* canvas = fRecorder->beginRecording(SkIntToScalar(this->getViewWidth()), in setup()
DCopyTilesRenderer.cpp56 for (int x = 0; x < this->getViewWidth(); x += fLargeTileWidth) { in render()
DPictureRenderer.h456 int getViewWidth();