Home
last modified time | relevance | path

Searched refs:attrLength (Results 1 – 8 of 8) sorted by relevance

/external/skia/src/svg/parser/
DSkSVGPaintState.cpp53 const char* attrValue, size_t attrLength) { in addAttribute() argument
76 attr->set(attrValue, attrLength); in addAttribute()
81 const char* attrEnd = attrValue + attrLength; in addAttribute()
277 size_t attrLength = topAttr->size(); in writeChangedAttributes() local
278 if (attrLength == 0) in writeChangedAttributes()
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()
[all …]
DSkSVGPolygon.cpp22 const char* attrValue, size_t attrLength) { in DEFINE_SVG_INFO()
23 INHERITED::addAttribute(parser, attrIndex, attrValue, attrLength); in DEFINE_SVG_INFO()
DSkSVGPolyline.cpp28 const char* attrValue, size_t attrLength) { in DEFINE_SVG_INFO()
32 f_points.append(attrValue, attrLength); in DEFINE_SVG_INFO()
DSkSVGElements.cpp17 const char* attrValue, size_t attrLength) { in addAttribute() argument
20 first->set(attrValue, attrLength); in addAttribute()
DSkSVGPolygon.h18 const char* attrValue, size_t attrLength);
DSkSVGPolyline.h19 const char* attrValue, size_t attrLength);
/external/skia/include/svg/parser/
DSkSVGBase.h21 const char* attrValue, size_t attrLength);
DSkSVGPaintState.h46 const char* attrValue, size_t attrLength);