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

  /external/skia/bench/
ShapesBench.cpp 22 DEFINE_string(shapesType, "mixed", "Type of shape to use in ShapesBench. Must be one of: "
39 enum ShapesType {
47 ShapesBench(ShapesType shapesType, ShapesType innerShapesType,
49 : fShapesType(shapesType)
68 SkDebugf("Invalid shapesType \"%s\". Must be one of: rect, oval, rrect, mixed.",
233 ShapesType fShapesType;
234 ShapesType fInnerShapesType;
  /external/skqp/bench/
ShapesBench.cpp 22 DEFINE_string(shapesType, "mixed", "Type of shape to use in ShapesBench. Must be one of: "
39 enum ShapesType {
47 ShapesBench(ShapesType shapesType, ShapesType innerShapesType,
49 : fShapesType(shapesType)
68 SkDebugf("Invalid shapesType \"%s\". Must be one of: rect, oval, rrect, mixed.",
233 ShapesType fShapesType;
234 ShapesType fInnerShapesType;

Completed in 80 milliseconds