/external/skia/bench/ |
D | Benchmark.cpp | 33 return this->onGetSize(); in getSize() 73 SkIPoint Benchmark::onGetSize() { in onGetSize() function in Benchmark
|
D | PictureNestingBench.cpp | 34 SkIPoint canvasSize = onGetSize(); in doDraw() 121 SkIPoint canvasSize = onGetSize(); in onDraw() 145 SkIPoint canvasSize = onGetSize(); in onDelayedSetup()
|
D | BitmapScaleBench.cpp | 51 SkIPoint onGetSize() override { in onGetSize() function in BitmapScaleBench 133 SkIPoint onGetSize() override { return{ 100, 100 }; } in onGetSize() function in PixmapScalerBench
|
D | RecordingBench.h | 22 SkIPoint onGetSize() override;
|
D | GMBench.h | 27 SkIPoint onGetSize() override;
|
D | GMBench.cpp | 33 SkIPoint GMBench::onGetSize() { in onGetSize() function in GMBench
|
D | PicturePlaybackBench.cpp | 57 SkIPoint canvasSize = onGetSize(); in getTranslateDelta() 163 SkIPoint onGetSize() override { return SkIPoint::Make(1024,1024); } in onGetSize() function in TiledPlaybackBench
|
D | RecordingBench.cpp | 26 SkIPoint RecordingBench::onGetSize() { in onGetSize() function in RecordingBench
|
D | ChromeBench.cpp | 476 virtual SkIPoint onGetSize() { return SkIPoint::Make(W, H); } in onGetSize() function in ScrollGmailBench
|
D | SKPBench.h | 40 SkIPoint onGetSize() override;
|
D | BigPathBench.cpp | 41 SkIPoint onGetSize() override { in onGetSize() function in BigPathBench
|
D | Benchmark.h | 143 virtual SkIPoint onGetSize();
|
D | BlurRoundRectBench.cpp | 37 SkIPoint onGetSize() override { in onGetSize() function in BlurRoundRectBench
|
D | ColorCubeBench.cpp | 46 SkIPoint onGetSize() override { in onGetSize() function in ColorCubeBench
|
D | SKPBench.cpp | 107 SkIPoint SKPBench::onGetSize() { in onGetSize() function in SKPBench
|
D | ShapesBench.cpp | 133 SkIPoint onGetSize() override { return SkIPoint::Make(kBenchWidth, kBenchHeight); } in onGetSize() function in ShapesBench
|
D | GradientBench.cpp | 244 SkIPoint onGetSize() override { in onGetSize() function in GradientBench
|
/external/skia/tools/VisualBench/ |
D | VisualSKPBench.h | 27 SkIPoint onGetSize() override;
|
D | VisualSKPBench.cpp | 34 SkIPoint VisualSKPBench::onGetSize() { in onGetSize() function in VisualSKPBench
|
D | VisualBenchmarkStream.cpp | 46 SkIPoint onGetSize() override { in onGetSize() function in WarmupBench
|
D | WrappedBenchmark.h | 57 virtual SkIPoint onGetSize() override { return fBench->getSize(); } in onGetSize() function
|
/external/skia/site/dev/testing/ |
D | tests.md | 101 SkIPoint onGetSize() override { return SkIPoint{100, 100}; }
|