Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGRectElement.cpp55 , m_y(LengthModeHeight) in DEFINE_ANIMATED_LENGTH()
57 , m_height(LengthModeHeight) in DEFINE_ANIMATED_LENGTH()
59 , m_ry(LengthModeHeight) in DEFINE_ANIMATED_LENGTH()
94 setYBaseValue(SVGLength::construct(LengthModeHeight, value, parseError)); in parseAttribute()
98 … setRyBaseValue(SVGLength::construct(LengthModeHeight, value, parseError, ForbidNegativeLengths)); in parseAttribute()
102 …setHeightBaseValue(SVGLength::construct(LengthModeHeight, value, parseError, ForbidNegativeLengths… in parseAttribute()
DSVGLength.cpp407 s_lengthModeMap.set(SVGNames::yAttr, LengthModeHeight); in lengthModeForAnimatedLengthAttribute()
409 s_lengthModeMap.set(SVGNames::cyAttr, LengthModeHeight); in lengthModeForAnimatedLengthAttribute()
411 s_lengthModeMap.set(SVGNames::dyAttr, LengthModeHeight); in lengthModeForAnimatedLengthAttribute()
413 s_lengthModeMap.set(SVGNames::fyAttr, LengthModeHeight); in lengthModeForAnimatedLengthAttribute()
416 s_lengthModeMap.set(SVGNames::heightAttr, LengthModeHeight); in lengthModeForAnimatedLengthAttribute()
419 s_lengthModeMap.set(SVGNames::y1Attr, LengthModeHeight); in lengthModeForAnimatedLengthAttribute()
420 s_lengthModeMap.set(SVGNames::y2Attr, LengthModeHeight); in lengthModeForAnimatedLengthAttribute()
422 s_lengthModeMap.set(SVGNames::refYAttr, LengthModeHeight); in lengthModeForAnimatedLengthAttribute()
424 s_lengthModeMap.set(SVGNames::markerHeightAttr, LengthModeHeight); in lengthModeForAnimatedLengthAttribute()
DSVGLineElement.cpp50 , m_y1(LengthModeHeight) in DEFINE_ANIMATED_LENGTH()
52 , m_y2(LengthModeHeight) in DEFINE_ANIMATED_LENGTH()
85 setY1BaseValue(SVGLength::construct(LengthModeHeight, value, parseError)); in parseAttribute()
89 setY2BaseValue(SVGLength::construct(LengthModeHeight, value, parseError)); in parseAttribute()
DSVGEllipseElement.cpp51 , m_cy(LengthModeHeight) in DEFINE_ANIMATED_LENGTH()
53 , m_ry(LengthModeHeight) in DEFINE_ANIMATED_LENGTH()
86 setCyBaseValue(SVGLength::construct(LengthModeHeight, value, parseError)); in parseAttribute()
90 … setRyBaseValue(SVGLength::construct(LengthModeHeight, value, parseError, ForbidNegativeLengths)); in parseAttribute()
DSVGForeignObjectElement.cpp54 , m_y(LengthModeHeight) in DEFINE_ANIMATED_LENGTH()
56 , m_height(LengthModeHeight) in DEFINE_ANIMATED_LENGTH()
89 setYBaseValue(SVGLength::construct(LengthModeHeight, value, parseError)); in parseAttribute()
93 setHeightBaseValue(SVGLength::construct(LengthModeHeight, value, parseError)); in parseAttribute()
DSVGFilterPrimitiveStandardAttributes.cpp53 , m_y(LengthModeHeight, "0%") in DEFINE_ANIMATED_LENGTH()
55 , m_height(LengthModeHeight, "100%") in DEFINE_ANIMATED_LENGTH()
84 setYBaseValue(SVGLength::construct(LengthModeHeight, value, parseError)); in parseAttribute()
88 setHeightBaseValue(SVGLength::construct(LengthModeHeight, value, parseError)); in parseAttribute()
DSVGMaskElement.cpp59 , m_y(LengthModeHeight, "-10%") in DEFINE_ANIMATED_ENUMERATION()
61 , m_height(LengthModeHeight, "120%") in DEFINE_ANIMATED_ENUMERATION()
109 setYBaseValue(SVGLength::construct(LengthModeHeight, value, parseError)); in parseAttribute()
113 setHeightBaseValue(SVGLength::construct(LengthModeHeight, value, parseError)); in parseAttribute()
DSVGLinearGradientElement.cpp53 , m_y1(LengthModeHeight) in DEFINE_ANIMATED_LENGTH()
55 , m_y2(LengthModeHeight) in DEFINE_ANIMATED_LENGTH()
88 setY1BaseValue(SVGLength::construct(LengthModeHeight, value, parseError)); in parseAttribute()
92 setY2BaseValue(SVGLength::construct(LengthModeHeight, value, parseError)); in parseAttribute()
DSVGImageElement.cpp58 , m_y(LengthModeHeight) in DEFINE_ANIMATED_LENGTH()
60 , m_height(LengthModeHeight) in DEFINE_ANIMATED_LENGTH()
125 setYBaseValue(SVGLength::construct(LengthModeHeight, value, parseError)); in parseAttribute()
133 …setHeightBaseValue(SVGLength::construct(LengthModeHeight, value, parseError, ForbidNegativeLengths… in parseAttribute()
DSVGRadialGradientElement.cpp56 , m_cy(LengthModeHeight, "50%") in DEFINE_ANIMATED_LENGTH()
59 , m_fy(LengthModeHeight) in DEFINE_ANIMATED_LENGTH()
95 setCyBaseValue(SVGLength::construct(LengthModeHeight, value, parseError)); in parseAttribute()
101 setFyBaseValue(SVGLength::construct(LengthModeHeight, value, parseError)); in parseAttribute()
DSVGMarkerElement.cpp76 , m_refY(LengthModeHeight) in DEFINE_ANIMATED_LENGTH()
78 , m_markerHeight(LengthModeHeight, "3") in DEFINE_ANIMATED_LENGTH()
137 setRefYBaseValue(SVGLength::construct(LengthModeHeight, value, parseError)); in parseAttribute()
141 setMarkerHeightBaseValue(SVGLength::construct(LengthModeHeight, value, parseError)); in parseAttribute()
DSVGPatternElement.cpp66 , m_y(LengthModeHeight) in DEFINE_ANIMATED_LENGTH()
68 , m_height(LengthModeHeight) in DEFINE_ANIMATED_LENGTH()
125 setYBaseValue(SVGLength::construct(LengthModeHeight, value, parseError)); in parseAttribute()
129 …setHeightBaseValue(SVGLength::construct(LengthModeHeight, value, parseError, ForbidNegativeLengths… in parseAttribute()
DSVGFilterElement.cpp65 , m_y(LengthModeHeight, "-10%") in DEFINE_ANIMATED_ENUMERATION()
67 , m_height(LengthModeHeight, "120%") in DEFINE_ANIMATED_ENUMERATION()
136 setYBaseValue(SVGLength::construct(LengthModeHeight, value, parseError)); in parseAttribute()
140 setHeightBaseValue(SVGLength::construct(LengthModeHeight, value, parseError)); in parseAttribute()
DSVGCircleElement.cpp49 , m_cy(LengthModeHeight) in DEFINE_ANIMATED_LENGTH()
82 setCyBaseValue(SVGLength::construct(LengthModeHeight, value, parseError)); in parseAttribute()
DSVGCursorElement.cpp49 , m_y(LengthModeHeight) in DEFINE_ANIMATED_LENGTH()
89 setYBaseValue(SVGLength::construct(LengthModeHeight, value, parseError)); in parseAttribute()
DSVGTextPositioningElement.cpp87 newList.parse(value, LengthModeHeight); in parseAttribute()
103 newList.parse(value, LengthModeHeight); in parseAttribute()
DSVGLengthContext.cpp172 case LengthModeHeight: in convertValueFromUserUnitsToPercentage()
193 case LengthModeHeight: in convertValueFromPercentageToUserUnits()
DSVGSVGElement.cpp86 , m_y(LengthModeHeight) in DEFINE_ANIMATED_LENGTH()
88 , m_height(LengthModeHeight, "100%") in DEFINE_ANIMATED_LENGTH()
254 setYBaseValue(SVGLength::construct(LengthModeHeight, value, parseError)); in parseAttribute()
258 …setHeightBaseValue(SVGLength::construct(LengthModeHeight, value, parseError, ForbidNegativeLengths… in parseAttribute()
DSVGLengthContext.h48 LengthModeHeight, enumerator
DSVGUseElement.cpp75 , m_y(LengthModeHeight) in DEFINE_ANIMATED_LENGTH()
77 , m_height(LengthModeHeight) in DEFINE_ANIMATED_LENGTH()
144 setYBaseValue(SVGLength::construct(LengthModeHeight, value, parseError)); in parseAttribute()
148 …setHeightBaseValue(SVGLength::construct(LengthModeHeight, value, parseError, ForbidNegativeLengths… in parseAttribute()
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGViewportContainer.cpp109 SVGLength containerHeight(LengthModeHeight, "100%"); in calcViewport()