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

  /external/chromium_org/third_party/skia/tools/
PictureRenderer.cpp 119 const int width = this->getViewWidth();
193 int PictureRenderer::getViewWidth() {
360 SkCanvas* canvas = recorder.beginRecording(SkIntToScalar(this->getViewWidth()),
511 const int width = this->getViewWidth();
550 const int width = this->getViewWidth();
689 clipRegion.setRect(0, 0, this->getViewWidth(), this->getViewHeight());
721 SkCanvas* canvas = fRecorder->beginRecording(SkIntToScalar(this->getViewWidth()),
CopyTilesRenderer.cpp 54 for (int x = 0; x < this->getViewWidth(); x += fLargeTileWidth) {
PictureRenderer.h 465 int getViewWidth();

Completed in 33 milliseconds