Searched refs:attrLength (Results 1 – 8 of 8) sorted by relevance
/external/skia/src/svg/parser/ |
D | SkSVGPaintState.cpp | 53 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 …]
|
D | SkSVGPolygon.cpp | 22 const char* attrValue, size_t attrLength) { in DEFINE_SVG_INFO() 23 INHERITED::addAttribute(parser, attrIndex, attrValue, attrLength); in DEFINE_SVG_INFO()
|
D | SkSVGPolyline.cpp | 28 const char* attrValue, size_t attrLength) { in DEFINE_SVG_INFO() 32 f_points.append(attrValue, attrLength); in DEFINE_SVG_INFO()
|
D | SkSVGElements.cpp | 17 const char* attrValue, size_t attrLength) { in addAttribute() argument 20 first->set(attrValue, attrLength); in addAttribute()
|
D | SkSVGPolygon.h | 18 const char* attrValue, size_t attrLength);
|
D | SkSVGPolyline.h | 19 const char* attrValue, size_t attrLength);
|
/external/skia/include/svg/parser/ |
D | SkSVGBase.h | 21 const char* attrValue, size_t attrLength);
|
D | SkSVGPaintState.h | 46 const char* attrValue, size_t attrLength);
|