Searched refs:onGetSize (Results 1 – 3 of 3) sorted by relevance
19 return this->onGetSize(); in getSize()66 SkIPoint SkBenchmark::onGetSize() { in onGetSize() function in SkBenchmark
55 virtual SkIPoint onGetSize();
22 virtual SkIPoint onGetSize() { return SkIPoint::Make(fWidth, fHeight); } in onGetSize() function in FPSBench