HomeSort by relevance Sort by last modified time
    Searched refs:_addAttributeLen (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/skia/include/svg/
SkSVGAttribute.h 36 parser._addAttributeLen(#attr, f_##attr.c_str(), f_##attr.size())
40 parser._addAttributeLen(#attr, f_##alias.c_str(), f_##alias.size())
SkSVGParser.h 34 void _addAttributeLen(const char* attrName, const char* attrValue, size_t len) {
  /external/skia/include/svg/
SkSVGAttribute.h 36 parser._addAttributeLen(#attr, f_##attr.c_str(), f_##attr.size())
40 parser._addAttributeLen(#attr, f_##alias.c_str(), f_##alias.size())
SkSVGParser.h 34 void _addAttributeLen(const char* attrName, const char* attrValue, size_t len) {
  /external/chromium_org/third_party/skia/src/svg/
SkSVGUse.cpp 28 parser._addAttributeLen("use", start, strlen(start) - 1);
SkSVGSVG.cpp 58 parser._addAttributeLen("translateX", x.c_str(), x.size());
63 parser._addAttributeLen("translateY", y.c_str(), y.size());
68 parser._addAttributeLen("scaleX", x.c_str(), x.size());
73 parser._addAttributeLen("scaleY", y.c_str(), y.size());
SkSVGPaintState.cpp 255 parser._addAttributeLen("matrix", outputStr.c_str(), outputStr.size());
264 parser._addAttributeLen("use", start, strlen(start) - 1);
296 parser._addAttributeLen("textSize", attrValue, attrLength);
299 parser._addAttributeLen("textTracking", attrValue, attrLength);
332 parser._addAttributeLen("strokeCap", attrValue, attrLength);
335 parser._addAttributeLen("strokeJoin", attrValue, attrLength);
338 parser._addAttributeLen("strokeMiter", attrValue, attrLength);
341 parser._addAttributeLen("strokeWidth", attrValue, attrLength);
378 parser._addAttributeLen("fontName", attrValue, attrLength);
389 parser._addAttributeLen("color", parser.fLastColor.c_str(), parser.fLastColor.size())
    [all...]
SkSVGParser.cpp 258 _addAttributeLen("use", elementID.c_str(), elementID.size());
  /external/skia/src/svg/
SkSVGUse.cpp 28 parser._addAttributeLen("use", start, strlen(start) - 1);
SkSVGSVG.cpp 58 parser._addAttributeLen("translateX", x.c_str(), x.size());
63 parser._addAttributeLen("translateY", y.c_str(), y.size());
68 parser._addAttributeLen("scaleX", x.c_str(), x.size());
73 parser._addAttributeLen("scaleY", y.c_str(), y.size());
SkSVGPaintState.cpp 255 parser._addAttributeLen("matrix", outputStr.c_str(), outputStr.size());
264 parser._addAttributeLen("use", start, strlen(start) - 1);
296 parser._addAttributeLen("textSize", attrValue, attrLength);
299 parser._addAttributeLen("textTracking", attrValue, attrLength);
332 parser._addAttributeLen("strokeCap", attrValue, attrLength);
335 parser._addAttributeLen("strokeJoin", attrValue, attrLength);
338 parser._addAttributeLen("strokeMiter", attrValue, attrLength);
341 parser._addAttributeLen("strokeWidth", attrValue, attrLength);
378 parser._addAttributeLen("fontName", attrValue, attrLength);
389 parser._addAttributeLen("color", parser.fLastColor.c_str(), parser.fLastColor.size())
    [all...]
SkSVGParser.cpp 258 _addAttributeLen("use", elementID.c_str(), elementID.size());

Completed in 58 milliseconds