Home
last modified time | relevance | path

Searched refs:allowMoves (Results 1 – 1 of 1) sorted by relevance

/external/skia/bench/
DPathBench.cpp313 bool allowMoves = true, in createData() argument
328 } while (!allowMoves && SkPath::kMove_Verb == fVerbs[i]); in createData()
593 bool allowMoves = kReversePathTo_AddType != fType; in onDelayedSetup() local
594 this->createData(10, 100, allowMoves); in onDelayedSetup()