Home
last modified time | relevance | path

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

/external/skia/bench/
DPathBench.cpp473 PathTransformBench(bool inPlace) : fInPlace(inPlace) {} in PathTransformBench()
477 return fInPlace ? "path_transform_in_place" : "path_transform_copy"; in onGetName()
488 if (!fInPlace) { in onDelayedSetup()
494 if (fInPlace) { in onDraw()
515 bool fInPlace; member in PathTransformBench