Home
last modified time | relevance | path

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

/third_party/skia/bench/
H A DShapesBench.cpp171 int innerShapeType = fInnerShapesType; variable
172 if (kMixed_ShapesType == innerShapeType) {
173 innerShapeType = rand.nextRangeU(kRect_ShapesType, kRRect_ShapesType);
175 if (kNone_ShapesType == innerShapeType) {
197 switch (innerShapeType) {

Completed in 1 milliseconds