Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsOp.cpp199 static void dump_path(FILE* file, const SkPath& path, bool force, bool dumpAsHex) { in dump_path() argument
201 path.dump(&wStream, force, dumpAsHex); in dump_path()
/external/skia/include/core/
DSkPath.h1050 void dump(SkWStream* , bool forceClose, bool dumpAsHex) const;
/external/skia/src/core/
DSkPath.cpp2123 void SkPath::dump(SkWStream* wStream, bool forceClose, bool dumpAsHex) const { in dump()
2124 SkScalarAsStringType asType = dumpAsHex ? kHex_SkScalarAsStringType : kDec_SkScalarAsStringType; in dump()
/external/skia/tests/
DPathTest.cpp3775 bool dumpAsHex, const char* str) { in compare_dump() argument
3777 path.dump(&wStream, force, dumpAsHex); in compare_dump()