Home
last modified time | relevance | path

Searched refs:_addAttributeLen (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/svg/parser/
DSkSVGPaintState.cpp255 parser._addAttributeLen("matrix", outputStr.c_str(), outputStr.size()); in setSave()
264 parser._addAttributeLen("use", start, strlen(start) - 1); in setSave()
296 parser._addAttributeLen("textSize", attrValue, attrLength); in writeChangedAttributes()
299 parser._addAttributeLen("textTracking", attrValue, attrLength); in writeChangedAttributes()
332 parser._addAttributeLen("strokeCap", attrValue, attrLength); in writeChangedAttributes()
335 parser._addAttributeLen("strokeJoin", attrValue, attrLength); in writeChangedAttributes()
338 parser._addAttributeLen("strokeMiter", attrValue, attrLength); in writeChangedAttributes()
341 parser._addAttributeLen("strokeWidth", attrValue, attrLength); in writeChangedAttributes()
378 parser._addAttributeLen("fontName", attrValue, attrLength); in writeChangedElements()
389 … parser._addAttributeLen("color", parser.fLastColor.c_str(), parser.fLastColor.size()); in writeChangedElements()
[all …]
DSkSVGSVG.cpp55 parser._addAttributeLen("translateX", x.c_str(), x.size()); in translate()
60 parser._addAttributeLen("translateY", y.c_str(), y.size()); in translate()
65 parser._addAttributeLen("scaleX", x.c_str(), x.size()); in translate()
70 parser._addAttributeLen("scaleY", y.c_str(), y.size()); in translate()
DSkSVGUse.cpp28 parser._addAttributeLen("use", start, strlen(start) - 1); in DEFINE_SVG_INFO()
DSkSVGParser.cpp258 _addAttributeLen("use", elementID.c_str(), elementID.size()); in translate()
/external/skia/include/svg/parser/
DSkSVGAttribute.h37 parser._addAttributeLen(#attr, f_##attr.c_str(), f_##attr.size())
41 parser._addAttributeLen(#attr, f_##alias.c_str(), f_##alias.size())
DSkSVGParser.h33 void _addAttributeLen(const char* attrName, const char* attrValue, size_t len) { in _addAttributeLen() function