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

/external/skia/bench/
H A DPathBench.cpp307 bool allowMoves = true,
322 } while (!allowMoves && SkPath::kMove_Verb == fVerbs[i]);
587 bool allowMoves = kReversePathTo_AddType != fType; variable
588 this->createData(10, 100, allowMoves);
/external/skqp/bench/
H A DPathBench.cpp307 bool allowMoves = true,
322 } while (!allowMoves && SkPath::kMove_Verb == fVerbs[i]);
587 bool allowMoves = kReversePathTo_AddType != fType; variable
588 this->createData(10, 100, allowMoves);

Completed in 106 milliseconds