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

  /external/skia/bench/
ShapesBench.cpp 41 kRect_ShapesType,
60 fShapesType = kRect_ShapesType;
75 fInnerShapesType = kRect_ShapesType;
168 shapeType = rand.nextRangeU(kRect_ShapesType, kRRect_ShapesType);
172 innerShapeType = rand.nextRangeU(kRect_ShapesType, kRRect_ShapesType);
178 case kRect_ShapesType:
191 case kRect_ShapesType: outer = &fRect; break;
197 case kRect_ShapesType: inner = &fInnerRect; break;
255 DEF_BENCH(return new ShapesBench(ShapesBench::kRect_ShapesType, ShapesBench::kNone_ShapesType,
267 DEF_BENCH(return new ShapesBench(ShapesBench::kRect_ShapesType, ShapesBench::kNone_ShapesType
    [all...]
  /external/skqp/bench/
ShapesBench.cpp 41 kRect_ShapesType,
60 fShapesType = kRect_ShapesType;
75 fInnerShapesType = kRect_ShapesType;
168 shapeType = rand.nextRangeU(kRect_ShapesType, kRRect_ShapesType);
172 innerShapeType = rand.nextRangeU(kRect_ShapesType, kRRect_ShapesType);
178 case kRect_ShapesType:
191 case kRect_ShapesType: outer = &fRect; break;
197 case kRect_ShapesType: inner = &fInnerRect; break;
255 DEF_BENCH(return new ShapesBench(ShapesBench::kRect_ShapesType, ShapesBench::kNone_ShapesType,
267 DEF_BENCH(return new ShapesBench(ShapesBench::kRect_ShapesType, ShapesBench::kNone_ShapesType
    [all...]

Completed in 175 milliseconds