Searched refs:DrawBitmapAABench (Results 1 – 5 of 5) sorted by relevance
/external/skia/bench/ |
D | DrawBitmapAABench.cpp | 19 class DrawBitmapAABench : public Benchmark { class 21 DrawBitmapAABench(bool doAA, const SkMatrix& matrix, const char name[]) in DrawBitmapAABench() function in DrawBitmapAABench 57 DEF_BENCH( return new DrawBitmapAABench(false, SkMatrix::MakeScale(1), "ident"); ) 59 DEF_BENCH( return new DrawBitmapAABench(false, SkMatrix::MakeScale(1.17f), "scale"); ) 61 DEF_BENCH( return new DrawBitmapAABench(false, SkMatrix::MakeTrans(17.5f, 17.5f), "translate"); ) 67 return new DrawBitmapAABench(false, m, "rotate"); 70 DEF_BENCH( return new DrawBitmapAABench(true, SkMatrix::MakeScale(1), "ident"); ) 72 DEF_BENCH( return new DrawBitmapAABench(true, SkMatrix::MakeScale(1.17f), "scale"); ) 74 DEF_BENCH( return new DrawBitmapAABench(true, SkMatrix::MakeTrans(17.5f, 17.5f), "translate"); ) 80 return new DrawBitmapAABench(true, m, "rotate");
|
/external/skqp/bench/ |
D | DrawBitmapAABench.cpp | 19 class DrawBitmapAABench : public Benchmark { class 21 DrawBitmapAABench(bool doAA, const SkMatrix& matrix, const char name[]) in DrawBitmapAABench() function in DrawBitmapAABench 57 DEF_BENCH( return new DrawBitmapAABench(false, SkMatrix::MakeScale(1), "ident"); ) 59 DEF_BENCH( return new DrawBitmapAABench(false, SkMatrix::MakeScale(1.17f), "scale"); ) 61 DEF_BENCH( return new DrawBitmapAABench(false, SkMatrix::MakeTrans(17.5f, 17.5f), "translate"); ) 67 return new DrawBitmapAABench(false, m, "rotate"); 70 DEF_BENCH( return new DrawBitmapAABench(true, SkMatrix::MakeScale(1), "ident"); ) 72 DEF_BENCH( return new DrawBitmapAABench(true, SkMatrix::MakeScale(1.17f), "scale"); ) 74 DEF_BENCH( return new DrawBitmapAABench(true, SkMatrix::MakeTrans(17.5f, 17.5f), "translate"); ) 80 return new DrawBitmapAABench(true, m, "rotate");
|
/external/skia/gn/ |
D | bench.gni | 45 "$_bench/DrawBitmapAABench.cpp",
|
/external/skqp/gn/ |
D | bench.gni | 45 "$_bench/DrawBitmapAABench.cpp",
|
/external/skia/ |
D | Android.bp | 1986 "bench/DrawBitmapAABench.cpp",
|