OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:innershapetype
(Results
1 - 1
of
1
) sorted by null
/external/skia/bench/
ShapesBench.cpp
171
int
innerShapeType
= fInnerShapesType;
172
if (kMixed_ShapesType ==
innerShapeType
) {
173
innerShapeType
= rand.nextRangeU(kRect_ShapesType, kRRect_ShapesType);
175
if (kNone_ShapesType ==
innerShapeType
) {
197
switch (
innerShapeType
) {
Completed in 166 milliseconds