Home | History | Annotate | Download | only in svg

Lines Matching full:char

37     void _addAttribute(const char* attrName, const char* attrValue) {
39 void _addAttribute(const char* attrName, SkString& attrValue) {
41 void _addAttributeLen(const char* attrName, const char* attrValue, size_t len) {
44 int findAttribute(SkSVGBase* , const char* attrValue, size_t len, bool isPaint);
45 const char* getFinal();
48 void _startElement(const char name[]) { fXMLWriter.startElement(name); }
53 virtual bool onAddAttribute(const char name[], const char value[]);
54 bool onAddAttributeLen(const char name[], const char value[], size_t len);
55 virtual bool onEndElement(const char elem[]);
56 virtual bool onStartElement(const char elem[]);
57 bool onStartElementLen(const char elem[], size_t len);
58 virtual bool onText(const char text[], int len);
63 static SkSVGTypes GetType(const char name[], size_t len);