Home
last modified time | relevance | path

Searched refs:SkXMLWriter (Results 1 – 14 of 14) sorted by relevance

/third_party/flutter/skia/src/xml/
DSkXMLWriter.cpp13 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 …]
DSkXMLWriter.h18 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/
DSkXMLWriter.cpp13 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 …]
DSkXMLWriter.h18 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/
DSkSVGDevice.h16 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;
DSkSVGDevice.cpp249 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/
DSkSVGDevice.h14 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;
DSkSVGDevice.cpp216 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/
Dskcanvas_creation.md206 #include "SkXMLWriter.h"
211 std::unique_ptr<SkXMLWriter> xmlWriter(
/third_party/flutter/skia/site/user/api/
Dskcanvas_creation.md214 #include "SkXMLWriter.h"
219 std::unique_ptr<SkXMLWriter> xmlWriter(
/third_party/flutter/skia/
DBUILD.gn803 "src/xml/SkXMLWriter.cpp",
/third_party/flutter/build/skia/
DBUILD.gn1775 "$flutter_root/skia/src/xml/SkXMLWriter.cpp",
/third_party/skia/
DBUILD.gn1403 "src/xml/SkXMLWriter.cpp",
/third_party/flutter/engine/flutter/ci/licenses_golden/
Dlicenses_skia5430 FILE: ../../../third_party/skia/src/xml/SkXMLWriter.cpp
5431 FILE: ../../../third_party/skia/src/xml/SkXMLWriter.h