Home
last modified time | relevance | path

Searched refs:kRRect_ShapesType (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/bench/
H A DShapesBench.cpp46 kRRect_ShapesType, enumerator
67 fShapesType = kRRect_ShapesType; in ShapesBench()
82 fInnerShapesType = kRRect_ShapesType; in ShapesBench()
169 shapeType = rand.nextRangeU(kRect_ShapesType, kRRect_ShapesType);
173 innerShapeType = rand.nextRangeU(kRect_ShapesType, kRRect_ShapesType);
185 case kRRect_ShapesType:
194 case kRRect_ShapesType: outer = &fRRect; break;
200 case kRRect_ShapesType: inner = &fInnerRRect; break;
262 DEF_BENCH(return new ShapesBench(ShapesBench::kRRect_ShapesType, ShapesBench::kNone_ShapesType,
274 DEF_BENCH(return new ShapesBench(ShapesBench::kRRect_ShapesType, ShapesBenc
[all...]

Completed in 1 milliseconds