Searched defs:dumpAsHex (Results 1 - 2 of 2) sorted by relevance
/external/skia/src/pathops/ |
H A D | SkPathOpsOp.cpp | 199 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 D | PathTest.cpp | 3775 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 123 milliseconds