Searched refs:doPath (Results 1 – 2 of 2) sorted by relevance
/third_party/flutter/skia/bench/ |
D | AAClipBench.cpp | 28 AAClipBench(bool doPath, bool doAA) in AAClipBench() argument 29 : fDoPath(doPath) in AAClipBench() 33 doPath ? "path" : "rect", in AAClipBench() 183 AAClipBuilderBench(bool doPath, bool doAA) { in AAClipBuilderBench() argument 184 fDoPath = doPath; in AAClipBuilderBench() 187 fName.printf("aaclip_build_%s_%s", doPath ? "path" : "rect", in AAClipBuilderBench()
|
/third_party/skia/bench/ |
D | AAClipBench.cpp | 27 AAClipBench(bool doPath, bool doAA) in AAClipBench() argument 28 : fDoPath(doPath) in AAClipBench() 32 doPath ? "path" : "rect", in AAClipBench() 178 AAClipBuilderBench(bool doPath, bool doAA) { in AAClipBuilderBench() argument 179 fDoPath = doPath; in AAClipBuilderBench() 182 fName.printf("aaclip_build_%s_%s", doPath ? "path" : "rect", in AAClipBuilderBench()
|