HomeSort by relevance Sort by last modified time
    Searched refs:doPath (Results 1 - 3 of 3) sorted by null

  /external/skia/bench/
AAClipBench.cpp 27 AAClipBuilderBench(void* param, bool doPath, bool doAA) : INHERITED(param) {
28 fDoPath = doPath;
31 fName.printf("aaclip_build_%s_%s", doPath ? "path" : "rect",
  /external/skia/include/core/
SkBounder.h 78 bool doPath(const SkPath&, const SkPaint&, bool doFill);
  /external/skia/src/core/
SkDraw.cpp 995 if (fBounder && !fBounder->doPath(*devPathPtr, *paint, doFill)) {
    [all...]

Completed in 65 milliseconds