Searched defs:onGetSize (Results 1 – 15 of 15) sorted by relevance
51 SkIPoint onGetSize() override { in onGetSize() function in BitmapScaleBench133 SkIPoint onGetSize() override { return{ 100, 100 }; } in onGetSize() function in PixmapScalerBench
33 SkIPoint GMBench::onGetSize() { in onGetSize() function in GMBench
26 SkIPoint RecordingBench::onGetSize() { in onGetSize() function in RecordingBench
73 SkIPoint Benchmark::onGetSize() { in onGetSize() function in Benchmark
476 virtual SkIPoint onGetSize() { return SkIPoint::Make(W, H); } in onGetSize() function in ScrollGmailBench
41 SkIPoint onGetSize() override { in onGetSize() function in BigPathBench
37 SkIPoint onGetSize() override { in onGetSize() function in BlurRoundRectBench
46 SkIPoint onGetSize() override { in onGetSize() function in ColorCubeBench
107 SkIPoint SKPBench::onGetSize() { in onGetSize() function in SKPBench
133 SkIPoint onGetSize() override { return SkIPoint::Make(kBenchWidth, kBenchHeight); } in onGetSize() function in ShapesBench
163 SkIPoint onGetSize() override { return SkIPoint::Make(1024,1024); } in onGetSize() function in TiledPlaybackBench
244 SkIPoint onGetSize() override { in onGetSize() function in GradientBench
34 SkIPoint VisualSKPBench::onGetSize() { in onGetSize() function in VisualSKPBench
46 SkIPoint onGetSize() override { in onGetSize() function in WarmupBench
57 virtual SkIPoint onGetSize() override { return fBench->getSize(); } in onGetSize() function