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

/external/skia/bench/
H A DShapesBench.cpp43 kRRect_ShapesType, enumerator in enum:ShapesBench::ShapesType
64 fShapesType = kRRect_ShapesType;
79 fInnerShapesType = kRRect_ShapesType;
168 shapeType = rand.nextRangeU(kRect_ShapesType, kRRect_ShapesType);
172 innerShapeType = rand.nextRangeU(kRect_ShapesType, kRRect_ShapesType);
184 case kRRect_ShapesType:
193 case kRRect_ShapesType: outer = &fRRect; break;
199 case kRRect_ShapesType: inner = &fInnerRRect; break;
261 DEF_BENCH(return new ShapesBench(ShapesBench::kRRect_ShapesType, ShapesBench::kNone_ShapesType,
273 DEF_BENCH(return new ShapesBench(ShapesBench::kRRect_ShapesType, ShapesBenc
[all...]

Completed in 291 milliseconds