Home | History | Annotate | Download | only in bench

Lines Matching refs:SkPaint

10 #include "SkPaint.h"
21 SkPaint p;
29 p.setStyle(SkPaint::kStroke_Style);
45 SkPaint::FilterLevel fFilterLevel;
52 BitmapRectBench(U8CPU alpha, SkPaint::FilterLevel filterLevel,
65 SkPaint::kNone_FilterLevel == fFilterLevel ? "no" : "",
93 SkPaint paint;
107 DEF_BENCH(return new BitmapRectBench(0xFF, SkPaint::kNone_FilterLevel, false))
108 DEF_BENCH(return new BitmapRectBench(0x80, SkPaint::kNone_FilterLevel, false))
109 DEF_BENCH(return new BitmapRectBench(0xFF, SkPaint::kLow_FilterLevel, false))
110 DEF_BENCH(return new BitmapRectBench(0x80, SkPaint::kLow_FilterLevel, false))
112 DEF_BENCH(return new BitmapRectBench(0xFF, SkPaint::kNone_FilterLevel, true))
113 DEF_BENCH(return new BitmapRectBench(0xFF, SkPaint::kLow_FilterLevel, true))