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

/external/skia/src/pathops/
H A DSkPathOpsOp.cpp199 static void dump_path(FILE* file, const SkPath& path, bool force, bool dumpAsHex) { argument
201 path.dump(&wStream, force, dumpAsHex);
/external/skia/tests/
H A DPathTest.cpp3775 bool dumpAsHex, const char* str) {
3777 path.dump(&wStream, force, dumpAsHex);
3774 compare_dump(skiatest::Reporter* reporter, const SkPath& path, bool force, bool dumpAsHex, const char* str) argument

Completed in 873 milliseconds