Home
last modified time | relevance | path

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

/third_party/skia/bench/
H A DPathBench.cpp469 PathTransformBench(bool inPlace) : fInPlace(inPlace) {} in PathTransformBench()
473 return fInPlace ? "path_transform_in_place" : "path_transform_copy";
484 if (!fInPlace) {
490 if (fInPlace) {
511 bool fInPlace; member in PathTransformBench

Completed in 2 milliseconds