HomeSort by relevance Sort by last modified time
    Searched refs:StrokeBench (Results 1 - 2 of 2) sorted by null

  /external/skia/bench/
StrokeBench.cpp 14 class StrokeBench : public Benchmark {
16 StrokeBench(const SkPath& path, const SkPaint& paint, const char pathType[], SkScalar res)
106 DEF_BENCH(return new StrokeBench(line_path_maker(), paint_maker(), "line_1", 1);)
107 DEF_BENCH(return new StrokeBench(quad_path_maker(), paint_maker(), "quad_1", 1);)
108 DEF_BENCH(return new StrokeBench(conic_path_maker(), paint_maker(), "conic_1", 1);)
109 DEF_BENCH(return new StrokeBench(cubic_path_maker(), paint_maker(), "cubic_1", 1);)
111 DEF_BENCH(return new StrokeBench(line_path_maker(), paint_maker(), "line_4", 4);)
112 DEF_BENCH(return new StrokeBench(quad_path_maker(), paint_maker(), "quad_4", 4);)
113 DEF_BENCH(return new StrokeBench(conic_path_maker(), paint_maker(), "conic_4", 4);)
114 DEF_BENCH(return new StrokeBench(cubic_path_maker(), paint_maker(), "cubic_4", 4);
    [all...]
Android.mk 118 StrokeBench.cpp \

Completed in 1990 milliseconds