Home
last modified time | relevance | path

Searched defs:onGetSize (Results 1 – 15 of 15) sorted by relevance

/external/skia/bench/
DBitmapScaleBench.cpp51 SkIPoint onGetSize() override { in onGetSize() function in BitmapScaleBench
133 SkIPoint onGetSize() override { return{ 100, 100 }; } in onGetSize() function in PixmapScalerBench
DGMBench.cpp33 SkIPoint GMBench::onGetSize() { in onGetSize() function in GMBench
DRecordingBench.cpp26 SkIPoint RecordingBench::onGetSize() { in onGetSize() function in RecordingBench
DBenchmark.cpp73 SkIPoint Benchmark::onGetSize() { in onGetSize() function in Benchmark
DChromeBench.cpp476 virtual SkIPoint onGetSize() { return SkIPoint::Make(W, H); } in onGetSize() function in ScrollGmailBench
DBigPathBench.cpp41 SkIPoint onGetSize() override { in onGetSize() function in BigPathBench
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
DPicturePlaybackBench.cpp163 SkIPoint onGetSize() override { return SkIPoint::Make(1024,1024); } in onGetSize() function in TiledPlaybackBench
DGradientBench.cpp244 SkIPoint onGetSize() override { in onGetSize() function in GradientBench
/external/skia/tools/VisualBench/
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