Searched refs:dumpAsHex (Results 1 – 16 of 16) sorted by relevance
/external/skia/docs/examples/ |
D | Rect_dump.cpp | 8 for (bool dumpAsHex : { false, true } ) { in draw() 9 rect.dump(dumpAsHex); in draw()
|
D | RRect_dump.cpp | 8 for (bool dumpAsHex : { false, true } ) { in draw() 9 rrect.dump(dumpAsHex); in draw()
|
D | Path_dump.cpp | 9 for (bool dumpAsHex : { false, true } ) { in draw() 10 path.dump(nullptr, dumpAsHex); in draw()
|
/external/skia/include/core/ |
D | SkPath.h | 1685 void dump(SkWStream* stream, bool dumpAsHex) const; 1691 void dumpArrays(SkWStream* stream, bool dumpAsHex) const;
|
/external/skqp/include/core/ |
D | SkPath.h | 1601 void dump(SkWStream* stream, bool forceClose, bool dumpAsHex) const;
|
/external/skia/src/core/ |
D | SkPath.cpp | 1892 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/ |
D | SkRRect_Reference.bmh | 1284 for (bool dumpAsHex : { false, true } ) { 1285 rrect.dump(dumpAsHex);
|
D | SkRect_Reference.bmh | 1783 for (bool dumpAsHex : { false, true } ) { 1784 rect.dump(dumpAsHex);
|
D | SkPath_Reference.bmh | 4121 #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/ |
D | SkPathOpsDebug.cpp | 2945 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/ |
D | SkPathOpsDebug.cpp | 2918 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/ |
D | SkPath.cpp | 2197 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/ |
D | PathTest.cpp | 4279 bool dumpAsHex, const char* str) { in compare_dump() argument 4281 path.dump(&wStream, force, dumpAsHex); in compare_dump()
|
/external/skia/tests/ |
D | PathTest.cpp | 4287 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/ |
D | documumentation_examples_map.txt | 2542 void dump(SkWStream* stream, bool forceClose, bool dumpAsHex) const;
|
/external/skqp/site/user/api/ |
D | SkPath_Reference.md | 173 …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>
|