Home
last modified time | relevance | path

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

/external/skia/docs/examples/
DRect_dump.cpp8 for (bool dumpAsHex : { false, true } ) { in draw()
9 rect.dump(dumpAsHex); in draw()
DRRect_dump.cpp8 for (bool dumpAsHex : { false, true } ) { in draw()
9 rrect.dump(dumpAsHex); in draw()
DPath_dump.cpp9 for (bool dumpAsHex : { false, true } ) { in draw()
10 path.dump(nullptr, dumpAsHex); in draw()
/external/skia/include/core/
DSkPath.h1685 void dump(SkWStream* stream, bool dumpAsHex) const;
1691 void dumpArrays(SkWStream* stream, bool dumpAsHex) const;
/external/skqp/include/core/
DSkPath.h1601 void dump(SkWStream* stream, bool forceClose, bool dumpAsHex) const;
/external/skia/src/core/
DSkPath.cpp1892 void SkPath::dump(SkWStream* wStream, bool dumpAsHex) const { in dump()
1893 SkScalarAsStringType asType = dumpAsHex ? kHex_SkScalarAsStringType : kDec_SkScalarAsStringType; in dump()
1942 void SkPath::dumpArrays(SkWStream* wStream, bool dumpAsHex) const { in dumpArrays()
1954 if (dumpAsHex) { in dumpArrays()
/external/skqp/docs/
DSkRRect_Reference.bmh1284 for (bool dumpAsHex : { false, true } ) {
1285 rrect.dump(dumpAsHex);
DSkRect_Reference.bmh1783 for (bool dumpAsHex : { false, true } ) {
1784 rect.dump(dumpAsHex);
DSkPath_Reference.bmh4121 #Method void dump(SkWStream* stream, bool forceClose, bool dumpAsHex) const
4130 for (bool dumpAsHex : { false, true } ) {
4131 path.dump(nullptr, forceClose, dumpAsHex);
/external/skqp/src/pathops/
DSkPathOpsDebug.cpp2945 static void dump_path(FILE* file, const SkPath& path, bool force, bool dumpAsHex) { in dump_path() argument
2947 path.dump(&wStream, force, dumpAsHex); in dump_path()
/external/skia/src/pathops/
DSkPathOpsDebug.cpp2918 static void dump_path(FILE* file, const SkPath& path, bool force, bool dumpAsHex) { in dump_path() argument
2920 path.dump(&wStream, force, dumpAsHex); in dump_path()
/external/skqp/src/core/
DSkPath.cpp2197 void SkPath::dump(SkWStream* wStream, bool forceClose, bool dumpAsHex) const { in dump()
2198 SkScalarAsStringType asType = dumpAsHex ? kHex_SkScalarAsStringType : kDec_SkScalarAsStringType; in dump()
/external/skqp/tests/
DPathTest.cpp4279 bool dumpAsHex, const char* str) { in compare_dump() argument
4281 path.dump(&wStream, force, dumpAsHex); in compare_dump()
/external/skia/tests/
DPathTest.cpp4287 static void compare_dump(skiatest::Reporter* reporter, const SkPath& path, bool dumpAsHex, in compare_dump() argument
4290 path.dump(&wStream, dumpAsHex); in compare_dump()
/external/skia/tools/fiddle/
Ddocumumentation_examples_map.txt2542 void dump(SkWStream* stream, bool forceClose, bool dumpAsHex) const;
/external/skqp/site/user/api/
DSkPath_Reference.md173 …Stream</a>* <a href='SkStream_Reference#Stream'>stream</a>, bool forceClose, bool dumpAsHex) const;
4667 …kWStream</a>* <a href='SkStream_Reference#Stream'>stream</a>, bool forceClose, bool dumpAsHex)const
4672 Set <a href='#SkPath_dump_dumpAsHex'>dumpAsHex</a> true to generate exact binary representations
4683 <tr> <td><a name='SkPath_dump_dumpAsHex'><code><strong>dumpAsHex</strong></code></a></td>