OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getViewHeight
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/skia/tools/
PictureRenderer.cpp
120
const int height = this->
getViewHeight
();
202
int PictureRenderer::
getViewHeight
() {
361
SkIntToScalar(this->
getViewHeight
()),
512
const int height = this->
getViewHeight
();
551
const int height = this->
getViewHeight
();
689
clipRegion.setRect(0, 0, this->getViewWidth(), this->
getViewHeight
());
722
SkIntToScalar(this->
getViewHeight
()),
CopyTilesRenderer.cpp
55
for (int y = 0; y < this->
getViewHeight
(); y += fLargeTileHeight) {
PictureRenderer.h
471
int
getViewHeight
();
Completed in 28 milliseconds