/third_party/flutter/skia/src/xml/ |
D | SkXMLWriter.cpp | 13 SkXMLWriter::SkXMLWriter(bool doEscapeMarkup) : fDoEscapeMarkup(doEscapeMarkup) in SkXMLWriter() function in SkXMLWriter 16 SkXMLWriter::~SkXMLWriter() { in ~SkXMLWriter() 20 void SkXMLWriter::flush() { in flush() 26 void SkXMLWriter::addAttribute(const char name[], const char value[]) { in addAttribute() 30 void SkXMLWriter::addS32Attribute(const char name[], int32_t value) { in addS32Attribute() 36 void SkXMLWriter::addHexAttribute(const char name[], uint32_t value, int minDigits) { in addHexAttribute() 42 void SkXMLWriter::addScalarAttribute(const char name[], SkScalar value) { in addScalarAttribute() 48 void SkXMLWriter::addText(const char text[], size_t length) { in addText() 58 void SkXMLWriter::doEnd(Elem* elem) { in doEnd() 62 bool SkXMLWriter::doStart(const char name[], size_t length) { in doStart() [all …]
|
D | SkXMLWriter.h | 18 class SkXMLWriter { 20 SkXMLWriter(bool doEscapeMarkup = true); 21 virtual ~SkXMLWriter(); 61 SkXMLWriter& operator=(const SkXMLWriter&); 64 class SkXMLStreamWriter : public SkXMLWriter { 80 class SkXMLParserWriter : public SkXMLWriter {
|
/third_party/skia/src/xml/ |
D | SkXMLWriter.cpp | 13 SkXMLWriter::SkXMLWriter(bool doEscapeMarkup) : fDoEscapeMarkup(doEscapeMarkup) in SkXMLWriter() function in SkXMLWriter 16 SkXMLWriter::~SkXMLWriter() { in ~SkXMLWriter() 20 void SkXMLWriter::flush() { in flush() 26 void SkXMLWriter::addAttribute(const char name[], const char value[]) { in addAttribute() 30 void SkXMLWriter::addS32Attribute(const char name[], int32_t value) { in addS32Attribute() 36 void SkXMLWriter::addHexAttribute(const char name[], uint32_t value, int minDigits) { in addHexAttribute() 42 void SkXMLWriter::addScalarAttribute(const char name[], SkScalar value) { in addScalarAttribute() 48 void SkXMLWriter::addText(const char text[], size_t length) { in addText() 58 void SkXMLWriter::doEnd(Elem* elem) { in doEnd() 62 bool SkXMLWriter::doStart(const char name[], size_t length) { in doStart() [all …]
|
D | SkXMLWriter.h | 18 class SkXMLWriter { 20 SkXMLWriter(bool doEscapeMarkup = true); 21 virtual ~SkXMLWriter(); 61 SkXMLWriter& operator=(const SkXMLWriter&); 64 class SkXMLStreamWriter : public SkXMLWriter { 88 class SkXMLParserWriter : public SkXMLWriter {
|
/third_party/skia/src/svg/ |
D | SkSVGDevice.h | 16 class SkXMLWriter; variable 20 static sk_sp<SkBaseDevice> Make(const SkISize& size, std::unique_ptr<SkXMLWriter>, 42 SkSVGDevice(const SkISize& size, std::unique_ptr<SkXMLWriter>, uint32_t); 55 const std::unique_ptr<SkXMLWriter> fWriter;
|
D | SkSVGDevice.cpp | 249 AutoElement(const char name[], SkXMLWriter* writer) in AutoElement() 255 AutoElement(const char name[], const std::unique_ptr<SkXMLWriter>& writer) in AutoElement() 319 SkXMLWriter* fWriter; 685 sk_sp<SkBaseDevice> SkSVGDevice::Make(const SkISize& size, std::unique_ptr<SkXMLWriter> writer, in Make() 691 SkSVGDevice::SkSVGDevice(const SkISize& size, std::unique_ptr<SkXMLWriter> writer, uint32_t flags) in SkSVGDevice()
|
/third_party/flutter/skia/src/svg/ |
D | SkSVGDevice.h | 14 class SkXMLWriter; variable 18 static sk_sp<SkBaseDevice> Make(const SkISize& size, std::unique_ptr<SkXMLWriter>, 46 SkSVGDevice(const SkISize& size, std::unique_ptr<SkXMLWriter>, uint32_t); 58 const std::unique_ptr<SkXMLWriter> fWriter;
|
D | SkSVGDevice.cpp | 216 AutoElement(const char name[], SkXMLWriter* writer) in AutoElement() 222 AutoElement(const char name[], const std::unique_ptr<SkXMLWriter>& writer) in AutoElement() 225 AutoElement(const char name[], const std::unique_ptr<SkXMLWriter>& writer, in AutoElement() 293 SkXMLWriter* fWriter; 669 sk_sp<SkBaseDevice> SkSVGDevice::Make(const SkISize& size, std::unique_ptr<SkXMLWriter> writer, in Make() 675 SkSVGDevice::SkSVGDevice(const SkISize& size, std::unique_ptr<SkXMLWriter> writer, uint32_t flags) in SkSVGDevice()
|
/third_party/skia/site/docs/user/api/ |
D | skcanvas_creation.md | 206 #include "SkXMLWriter.h" 211 std::unique_ptr<SkXMLWriter> xmlWriter(
|
/third_party/flutter/skia/site/user/api/ |
D | skcanvas_creation.md | 214 #include "SkXMLWriter.h" 219 std::unique_ptr<SkXMLWriter> xmlWriter(
|
/third_party/flutter/skia/ |
D | BUILD.gn | 803 "src/xml/SkXMLWriter.cpp",
|
/third_party/flutter/build/skia/ |
D | BUILD.gn | 1775 "$flutter_root/skia/src/xml/SkXMLWriter.cpp",
|
/third_party/skia/ |
D | BUILD.gn | 1403 "src/xml/SkXMLWriter.cpp",
|
/third_party/flutter/engine/flutter/ci/licenses_golden/ |
D | licenses_skia | 5430 FILE: ../../../third_party/skia/src/xml/SkXMLWriter.cpp 5431 FILE: ../../../third_party/skia/src/xml/SkXMLWriter.h
|