Searched defs:dumpAsHex (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/pathops/
H A DSkPathOpsOp.cpp193 static void dump_path(FILE* file, const SkPath& path, bool force, bool dumpAsHex) { argument
195 path.dump(&wStream, force, dumpAsHex);
/external/skia/tests/
H A DPathTest.cpp3569 bool dumpAsHex, const char* str) {
3571 path.dump(&wStream, force, dumpAsHex);
3568 compare_dump(skiatest::Reporter* reporter, const SkPath& path, bool force, bool dumpAsHex, const char* str) argument

Completed in 158 milliseconds