Home
last modified time | relevance | path

Searched refs:PictureCentricBench (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/bench/
DRecordingBench.cpp12 PictureCentricBench::PictureCentricBench(const char* name, const SkPicture* pic) : fName(name) { in PictureCentricBench() function in PictureCentricBench
20 const char* PictureCentricBench::onGetName() { in onGetName()
24 bool PictureCentricBench::isSuitableFor(Backend backend) { in isSuitableFor()
28 SkIPoint PictureCentricBench::onGetSize() { in onGetSize()
DRecordingBench.h14 class PictureCentricBench : public Benchmark {
16 PictureCentricBench(const char* name, const SkPicture*);
30 class RecordingBench : public PictureCentricBench {
40 using INHERITED = PictureCentricBench;
/third_party/flutter/skia/bench/
DRecordingBench.cpp12 PictureCentricBench::PictureCentricBench(const char* name, const SkPicture* pic) : fName(name) { in PictureCentricBench() function in PictureCentricBench
20 const char* PictureCentricBench::onGetName() { in onGetName()
24 bool PictureCentricBench::isSuitableFor(Backend backend) { in isSuitableFor()
28 SkIPoint PictureCentricBench::onGetSize() { in onGetSize()
DRecordingBench.h14 class PictureCentricBench : public Benchmark {
16 PictureCentricBench(const char* name, const SkPicture*);
30 class RecordingBench : public PictureCentricBench {
40 typedef PictureCentricBench INHERITED;