Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsOp.cpp193 static void dump_path(FILE* file, const SkPath& path, bool force, bool dumpAsHex) { in dump_path() argument
195 path.dump(&wStream, force, dumpAsHex); in dump_path()
/external/skia/include/core/
DSkPath.h929 void dump(SkWStream* , bool forceClose, bool dumpAsHex) const;
/external/skia/src/core/
DSkPath.cpp1939 void SkPath::dump(SkWStream* wStream, bool forceClose, bool dumpAsHex) const { in dump()
1940 SkScalarAsStringType asType = dumpAsHex ? kHex_SkScalarAsStringType : kDec_SkScalarAsStringType; in dump()
/external/skia/tests/
DPathTest.cpp3569 bool dumpAsHex, const char* str) { in compare_dump() argument
3571 path.dump(&wStream, force, dumpAsHex); in compare_dump()