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

  /external/skia/tests/
PathOpsExtendedTest.h 46 void ShowPath(const SkPath& path, const char* pathName);
PathOpsExtendedTest.cpp 117 static void showPath(const SkPath& path, const char* pathName, bool includeDeclaration) {
390 showPath(one, "path", false);
420 showPath(a, "path", false);
421 showPath(b, "pathB", false);
512 showPath(path, "path", false);
562 void SkPathOpsDebug::ShowPath(const SkPath& a, const SkPath& b, SkPathOp shapeOp,
565 showPath(a, "path", true);
566 showPath(b, "pathB", true);
580 SkPathOpsDebug::ShowPath(a, b, shapeOp, testName);
  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsDebug.h 161 static void ShowPath(const SkPath& one, const SkPath& two, SkPathOp op, const char* name);
SkPathOpsDebug.cpp 159 void SkPathOpsDebug::ShowPath(const SkPath& one, const SkPath& two, SkPathOp op, const char* name) {
SkPathOpsOp.cpp 252 SkPathOpsDebug::ShowPath(one, two, op, debugName);
  /external/skia/src/pathops/
SkPathOpsDebug.h 161 static void ShowPath(const SkPath& one, const SkPath& two, SkPathOp op, const char* name);
SkPathOpsDebug.cpp 159 void SkPathOpsDebug::ShowPath(const SkPath& one, const SkPath& two, SkPathOp op, const char* name) {
SkPathOpsOp.cpp 252 SkPathOpsDebug::ShowPath(one, two, op, debugName);

Completed in 3360 milliseconds