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

/external/skia/gm/
H A Dgm.h58 SkISize getISize() { return this->onISize(); } function in class:skiagm::GM
64 return SkIntToScalar(this->getISize().width());
67 return SkIntToScalar(this->getISize().height());
84 // GM's getISize bounds.

Completed in 2173 milliseconds