Home
last modified time | relevance | path

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

/external/webkit/WebCore/svg/
DSVGPathSegList.cpp152 #define BLENDPATHSEG1(class, attr1) \ macro
204 segment = BLENDPATHSEG1(SVGPathSegLinetoHorizontalAbs, x); in createAnimated()
207 segment = BLENDPATHSEG1(SVGPathSegLinetoHorizontalRel, x); in createAnimated()
210 segment = BLENDPATHSEG1(SVGPathSegLinetoVerticalAbs, y); in createAnimated()
213 segment = BLENDPATHSEG1(SVGPathSegLinetoVerticalRel, y); in createAnimated()