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

  /external/chromium_org/third_party/skia/experimental/Intersection/
EdgeWalker_TestUtility.cpp 189 static int pathsDrawTheSame(SkBitmap& bits, const SkPath& scaledOne, const SkPath& scaledTwo,
231 static int pathsDrawTheSame(const SkPath& one, const SkPath& two, SkBitmap& bits, SkPath& scaledOne,
237 return pathsDrawTheSame(bits, scaledOne, scaledTwo, error2x2);
298 int errors = pathsDrawTheSame(one, two, bitmap, scaledOne, scaledTwo, errors2x2);
332 int errors = pathsDrawTheSame(bitmap, scaledOne, scaledTwo, errors2x2);
  /external/skia/experimental/Intersection/
EdgeWalker_TestUtility.cpp 189 static int pathsDrawTheSame(SkBitmap& bits, const SkPath& scaledOne, const SkPath& scaledTwo,
231 static int pathsDrawTheSame(const SkPath& one, const SkPath& two, SkBitmap& bits, SkPath& scaledOne,
237 return pathsDrawTheSame(bits, scaledOne, scaledTwo, error2x2);
298 int errors = pathsDrawTheSame(one, two, bitmap, scaledOne, scaledTwo, errors2x2);
332 int errors = pathsDrawTheSame(bitmap, scaledOne, scaledTwo, errors2x2);

Completed in 39 milliseconds