Searched refs:dumpAsHex (Results 1 - 4 of 4) sorted by relevance

/external/skia/include/core/
H A DSkPath.h1087 void dump(SkWStream* , bool forceClose, bool dumpAsHex) const;
/external/skia/src/core/
H A DSkPath.cpp2153 void SkPath::dump(SkWStream* wStream, bool forceClose, bool dumpAsHex) const {
2154 SkScalarAsStringType asType = dumpAsHex ? kHex_SkScalarAsStringType : kDec_SkScalarAsStringType;
/external/skia/src/pathops/
H A DSkPathOpsDebug.cpp2932 static void dump_path(FILE* file, const SkPath& path, bool force, bool dumpAsHex) { argument
2934 path.dump(&wStream, force, dumpAsHex);
/external/skia/tests/
H A DPathTest.cpp4250 bool dumpAsHex, const char* str) {
4252 path.dump(&wStream, force, dumpAsHex);
4249 compare_dump(skiatest::Reporter* reporter, const SkPath& path, bool force, bool dumpAsHex, const char* str) argument

Completed in 188 milliseconds