HomeSort by relevance Sort by last modified time
    Searched full:rattr (Results 1 - 5 of 5) sorted by null

  /external/webkit/WebCore/svg/
SVGCircleElement.cpp 55 else if (attr->name() == SVGNames::rAttr) {
78 attrName == SVGNames::rAttr ||
102 else if (attrName == SVGNames::rAttr)
SVGCircleElement.h 54 DECLARE_ANIMATED_PROPERTY(SVGCircleElement, SVGNames::rAttr, SVGLength, R, r)
SVGRadialGradientElement.cpp 64 else if (attr->name() == SVGNames::rAttr) {
85 attrName == SVGNames::rAttr)
110 else if (attrName == SVGNames::rAttr)
211 if (!attributes.hasR() && current->hasAttribute(SVGNames::rAttr))
SVGRadialGradientElement.h 50 DECLARE_ANIMATED_PROPERTY(SVGRadialGradientElement, SVGNames::rAttr, SVGLength, R, r)
  /external/skia/src/xml/
SkBML_XMLParser.cpp 94 static void rattr(unsigned verb, SkStream& s, BMLW& rec, SkXMLWriter& writer) function
157 rattr(verb, s, rec, writer);

Completed in 227 milliseconds