Searched refs:onGetSize (Results 1 – 15 of 15) sorted by relevance
33 return this->onGetSize(); in getSize()65 SkIPoint Benchmark::onGetSize() { in onGetSize() function in Benchmark
34 SkIPoint canvasSize = onGetSize(); in doDraw()121 SkIPoint canvasSize = onGetSize(); in onDraw()145 SkIPoint canvasSize = onGetSize(); in onPreDraw()
22 SkIPoint onGetSize() override;
27 SkIPoint onGetSize() override;
33 SkIPoint GMBench::onGetSize() { in onGetSize() function in GMBench
26 SkIPoint RecordingBench::onGetSize() { in onGetSize() function in RecordingBench
57 SkIPoint canvasSize = onGetSize(); in getTranslateDelta()163 SkIPoint onGetSize() override { return SkIPoint::Make(1024,1024); } in onGetSize() function in TiledPlaybackBench
31 SkIPoint onGetSize() override;
476 virtual SkIPoint onGetSize() { return SkIPoint::Make(W, H); } in onGetSize() function in ScrollGmailBench
45 SkIPoint onGetSize() override { in onGetSize() function in BigPathBench
115 virtual SkIPoint onGetSize();
51 SkIPoint onGetSize() override { in onGetSize() function in BitmapScaleBench
37 SkIPoint onGetSize() override { in onGetSize() function in BlurRoundRectBench
45 SkIPoint onGetSize() override { in onGetSize() function in ColorCubeBench
94 SkIPoint SKPBench::onGetSize() { in onGetSize() function in SKPBench