HomeSort by relevance Sort by last modified time
    Searched defs:scaledOut (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/experimental/Intersection/
EdgeWalker_TestUtility.cpp 461 SkPath scaledOut;
462 scaledOut.addPath(out, scale);
463 scaledOut.setFillType(out.getFillType());
464 int result = comparePaths(pathOut, scaledPathOut, out, scaledOut, bitmap, a, b, shapeOp, scale);
  /external/skia/experimental/Intersection/
EdgeWalker_TestUtility.cpp 461 SkPath scaledOut;
462 scaledOut.addPath(out, scale);
463 scaledOut.setFillType(out.getFillType());
464 int result = comparePaths(pathOut, scaledPathOut, out, scaledOut, bitmap, a, b, shapeOp, scale);

Completed in 99 milliseconds