Searched defs:getISize (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/gm/
H A Dgm.h65 SkISize getISize() { return this->onISize(); } function in class:skiagm::GM
73 return SkIntToScalar(this->getISize().width());
76 return SkIntToScalar(this->getISize().height());
93 // GM's getISize bounds.
/external/skia/gm/
H A Dgm.h62 SkISize getISize() { return this->onISize(); } function in class:skiagm::GM
70 return SkIntToScalar(this->getISize().width());
73 return SkIntToScalar(this->getISize().height());
90 // GM's getISize bounds.

Completed in 1556 milliseconds