Searched refs:fInPlace (Results 1 – 2 of 2) sorted by relevance
467 PathTransformBench(bool inPlace) : fInPlace(inPlace) {} in PathTransformBench()471 return fInPlace ? "path_transform_in_place" : "path_transform_copy"; in onGetName()482 if (!fInPlace) { in onDelayedSetup()488 if (fInPlace) { in onDraw()509 bool fInPlace; member in PathTransformBench