Lines Matching refs:SkMatrix
10 #include "include/core/SkMatrix.h"
22 DrawBitmapAABench(bool doAA, const SkMatrix& matrix, const char name[])
51 SkMatrix fMatrix;
58 DEF_BENCH( return new DrawBitmapAABench(false, SkMatrix::I(), "ident"); )
60 DEF_BENCH( return new DrawBitmapAABench(false, SkMatrix::Scale(1.17f, 1.17f), "scale"); )
62 DEF_BENCH( return new DrawBitmapAABench(false, SkMatrix::Translate(17.5f, 17.5f), "translate"); )
65 SkMatrix m;
71 DEF_BENCH( return new DrawBitmapAABench(true, SkMatrix::I(), "ident"); )
73 DEF_BENCH( return new DrawBitmapAABench(true, SkMatrix::Scale(1.17f, 1.17f), "scale"); )
75 DEF_BENCH( return new DrawBitmapAABench(true, SkMatrix::Translate(17.5f, 17.5f), "translate"); )
78 SkMatrix m;