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

  /external/chromium_org/third_party/skia/bench/
HairlinePathBench.cpp 199 class CubicPathBench : public HairlinePathBench {
201 CubicPathBench(Flags flags) : INHERITED(flags) {}
255 DEF_BENCH( return new CubicPathBench(FLAGS00); )
256 DEF_BENCH( return new CubicPathBench(FLAGS01); )
257 DEF_BENCH( return new CubicPathBench(FLAGS10); )
258 DEF_BENCH( return new CubicPathBench(FLAGS11); )
  /external/skia/bench/
HairlinePathBench.cpp 199 class CubicPathBench : public HairlinePathBench {
201 CubicPathBench(Flags flags) : INHERITED(flags) {}
255 DEF_BENCH( return new CubicPathBench(FLAGS00); )
256 DEF_BENCH( return new CubicPathBench(FLAGS01); )
257 DEF_BENCH( return new CubicPathBench(FLAGS10); )
258 DEF_BENCH( return new CubicPathBench(FLAGS11); )

Completed in 131 milliseconds