Home
last modified time | relevance | path

Searched refs:onGetSize (Results 1 – 22 of 22) sorted by relevance

/external/skia/bench/
DBenchmark.cpp33 return this->onGetSize(); in getSize()
73 SkIPoint Benchmark::onGetSize() { in onGetSize() function in Benchmark
DPictureNestingBench.cpp34 SkIPoint canvasSize = onGetSize(); in doDraw()
121 SkIPoint canvasSize = onGetSize(); in onDraw()
145 SkIPoint canvasSize = onGetSize(); in onDelayedSetup()
DBitmapScaleBench.cpp51 SkIPoint onGetSize() override { in onGetSize() function in BitmapScaleBench
133 SkIPoint onGetSize() override { return{ 100, 100 }; } in onGetSize() function in PixmapScalerBench
DRecordingBench.h22 SkIPoint onGetSize() override;
DGMBench.h27 SkIPoint onGetSize() override;
DGMBench.cpp33 SkIPoint GMBench::onGetSize() { in onGetSize() function in GMBench
DPicturePlaybackBench.cpp57 SkIPoint canvasSize = onGetSize(); in getTranslateDelta()
163 SkIPoint onGetSize() override { return SkIPoint::Make(1024,1024); } in onGetSize() function in TiledPlaybackBench
DRecordingBench.cpp26 SkIPoint RecordingBench::onGetSize() { in onGetSize() function in RecordingBench
DChromeBench.cpp476 virtual SkIPoint onGetSize() { return SkIPoint::Make(W, H); } in onGetSize() function in ScrollGmailBench
DSKPBench.h40 SkIPoint onGetSize() override;
DBigPathBench.cpp41 SkIPoint onGetSize() override { in onGetSize() function in BigPathBench
DBenchmark.h143 virtual SkIPoint onGetSize();
DBlurRoundRectBench.cpp37 SkIPoint onGetSize() override { in onGetSize() function in BlurRoundRectBench
DColorCubeBench.cpp46 SkIPoint onGetSize() override { in onGetSize() function in ColorCubeBench
DSKPBench.cpp107 SkIPoint SKPBench::onGetSize() { in onGetSize() function in SKPBench
DShapesBench.cpp133 SkIPoint onGetSize() override { return SkIPoint::Make(kBenchWidth, kBenchHeight); } in onGetSize() function in ShapesBench
DGradientBench.cpp244 SkIPoint onGetSize() override { in onGetSize() function in GradientBench
/external/skia/tools/VisualBench/
DVisualSKPBench.h27 SkIPoint onGetSize() override;
DVisualSKPBench.cpp34 SkIPoint VisualSKPBench::onGetSize() { in onGetSize() function in VisualSKPBench
DVisualBenchmarkStream.cpp46 SkIPoint onGetSize() override { in onGetSize() function in WarmupBench
DWrappedBenchmark.h57 virtual SkIPoint onGetSize() override { return fBench->getSize(); } in onGetSize() function
/external/skia/site/dev/testing/
Dtests.md101 SkIPoint onGetSize() override { return SkIPoint{100, 100}; }