Lines Matching refs:SkSVGElement
18 SkString* first = (SkString*) ((char*) this + sizeof(SkSVGElement)); in addAttribute()
24 SkSVGElement::SkSVGElement() : fParent(nullptr), fIsDef(false), fIsNotDef(true) { in SkSVGElement() function in SkSVGElement
27 SkSVGElement::~SkSVGElement() { in ~SkSVGElement()
30 SkSVGElement* SkSVGElement::getGradient() { in getGradient()
34 bool SkSVGElement::isGroupParent() { in isGroupParent()
35 SkSVGElement* parent = fParent; in isGroupParent()
44 bool SkSVGElement::isDef() { in isDef()
48 bool SkSVGElement::isFlushable() { in isFlushable()
52 bool SkSVGElement::isGroup() { in isGroup()
56 bool SkSVGElement::isNotDef() { in isNotDef()
60 bool SkSVGElement::onEndElement(SkSVGParser& parser) { in onEndElement()
66 bool SkSVGElement::onStartElement(SkSVGElement* child) { in onStartElement()
71 void SkSVGElement::translate(SkSVGParser& parser, bool) { in translate()
76 void SkSVGElement::setIsDef() { in setIsDef()
84 void SkSVGElement::write(SkSVGParser& , SkString& ) { in write()