Home
last modified time | relevance | path

Searched refs:SVGLength (Results 1 – 25 of 67) sorted by relevance

123

/external/webkit/WebCore/svg/
DPatternAttributes.h48 SVGLength x() const { return m_x; } in x()
49 SVGLength y() const { return m_y; } in y()
50 SVGLength width() const { return m_width; } in width()
51 SVGLength height() const { return m_height; } in height()
57 void setX(const SVGLength& value) { m_x = value; m_xSet = true; } in setX()
58 void setY(const SVGLength& value) { m_y = value; m_ySet = true; } in setY()
59 void setWidth(const SVGLength& value) { m_width = value; m_widthSet = true; } in setWidth()
60 void setHeight(const SVGLength& value) { m_height = value; m_heightSet = true; } in setHeight()
77 SVGLength m_x;
78 SVGLength m_y;
[all …]
DSVGLength.cpp116 SVGLength::SVGLength(SVGLengthMode mode, const String& valueAsString) in SVGLength() function in WebCore::SVGLength
123 SVGLengthType SVGLength::unitType() const in unitType()
128 float SVGLength::value(const SVGElement* context) const in value()
138 …return SVGLength::PercentageOfViewport(m_valueInSpecifiedUnits / 100.0f, context, extractMode(m_un… in value()
179 void SVGLength::setValue(float value) in setValue()
216 void SVGLength::setValueInSpecifiedUnits(float value) in setValueInSpecifiedUnits()
221 float SVGLength::valueInSpecifiedUnits() const in valueInSpecifiedUnits()
226 float SVGLength::valueAsPercentage() const in valueAsPercentage()
235 bool SVGLength::setValueAsString(const String& s) in setValueAsString()
256 String SVGLength::valueAsString() const in valueAsString()
[all …]
DSVGLengthList.idl34 SVGLength initialize(in SVGLength item)
36 SVGLength getItem(in unsigned long index)
38 SVGLength insertItemBefore(in SVGLength item, in unsigned long index)
40 SVGLength replaceItem(in SVGLength item, in unsigned long index)
42 SVGLength removeItem(in unsigned long index)
44 SVGLength appendItem(in SVGLength item)
DSVGRadialGradientElement.h32 class SVGLength; variable
49 …adialGradientElement, SVGNames::radialGradientTagString, SVGNames::cxAttrString, SVGLength, Cx, cx)
50 …adialGradientElement, SVGNames::radialGradientTagString, SVGNames::cyAttrString, SVGLength, Cy, cy)
51 …VGRadialGradientElement, SVGNames::radialGradientTagString, SVGNames::rAttrString, SVGLength, R, r)
52 …adialGradientElement, SVGNames::radialGradientTagString, SVGNames::fxAttrString, SVGLength, Fx, fx)
53 …adialGradientElement, SVGNames::radialGradientTagString, SVGNames::fyAttrString, SVGLength, Fy, fy)
DSVGRectElement.h54 …PERTY_DECLARATIONS(SVGRectElement, SVGNames::rectTagString, SVGNames::xAttrString, SVGLength, X, x)
55 …PERTY_DECLARATIONS(SVGRectElement, SVGNames::rectTagString, SVGNames::yAttrString, SVGLength, Y, y)
56 …ATIONS(SVGRectElement, SVGNames::rectTagString, SVGNames::widthAttrString, SVGLength, Width, width)
57 …ONS(SVGRectElement, SVGNames::rectTagString, SVGNames::heightAttrString, SVGLength, Height, height)
58 …TY_DECLARATIONS(SVGRectElement, SVGNames::rectTagString, SVGNames::rxAttrString, SVGLength, Rx, rx)
59 …TY_DECLARATIONS(SVGRectElement, SVGNames::rectTagString, SVGNames::ryAttrString, SVGLength, Ry, ry)
DSVGLinearGradientElement.h32 class SVGLength; variable
49 …inearGradientElement, SVGNames::linearGradientTagString, SVGNames::x1AttrString, SVGLength, X1, x1)
50 …inearGradientElement, SVGNames::linearGradientTagString, SVGNames::y1AttrString, SVGLength, Y1, y1)
51 …inearGradientElement, SVGNames::linearGradientTagString, SVGNames::x2AttrString, SVGLength, X2, x2)
52 …inearGradientElement, SVGNames::linearGradientTagString, SVGNames::y2AttrString, SVGLength, Y2, y2)
DSVGLineElement.h34 class SVGLength; variable
58 …TY_DECLARATIONS(SVGLineElement, SVGNames::lineTagString, SVGNames::x1AttrString, SVGLength, X1, x1)
59 …TY_DECLARATIONS(SVGLineElement, SVGNames::lineTagString, SVGNames::y1AttrString, SVGLength, Y1, y1)
60 …TY_DECLARATIONS(SVGLineElement, SVGNames::lineTagString, SVGNames::x2AttrString, SVGLength, X2, x2)
61 …TY_DECLARATIONS(SVGLineElement, SVGNames::lineTagString, SVGNames::y2AttrString, SVGLength, Y2, y2)
DSVGForeignObjectElement.h33 class SVGLength; variable
55 …(SVGForeignObjectElement, SVGNames::foreignObjectTagString, SVGNames::xAttrString, SVGLength, X, x)
56 …(SVGForeignObjectElement, SVGNames::foreignObjectTagString, SVGNames::yAttrString, SVGLength, Y, y)
57 …bjectElement, SVGNames::foreignObjectTagString, SVGNames::widthAttrString, SVGLength, Width, width)
58 …ctElement, SVGNames::foreignObjectTagString, SVGNames::heightAttrString, SVGLength, Height, height)
DSVGImageElement.h37 class SVGLength; variable
67 …RTY_DECLARATIONS(SVGImageElement, SVGNames::imageTagString, SVGNames::xAttrString, SVGLength, X, x)
68 …RTY_DECLARATIONS(SVGImageElement, SVGNames::imageTagString, SVGNames::yAttrString, SVGLength, Y, y)
69 …IONS(SVGImageElement, SVGNames::imageTagString, SVGNames::widthAttrString, SVGLength, Width, width)
70 …S(SVGImageElement, SVGNames::imageTagString, SVGNames::heightAttrString, SVGLength, Height, height)
DSVGMaskElement.h36 class SVGLength; variable
63 …PERTY_DECLARATIONS(SVGMaskElement, SVGNames::maskTagString, SVGNames::xAttrString, SVGLength, X, x)
64 …PERTY_DECLARATIONS(SVGMaskElement, SVGNames::maskTagString, SVGNames::yAttrString, SVGLength, Y, y)
65 …ATIONS(SVGMaskElement, SVGNames::maskTagString, SVGNames::widthAttrString, SVGLength, Width, width)
66 …ONS(SVGMaskElement, SVGNames::maskTagString, SVGNames::heightAttrString, SVGLength, Height, height)
DSVGPatternElement.h40 class SVGLength; variable
65 …DECLARATIONS(SVGPatternElement, SVGNames::patternTagString, SVGNames::xAttrString, SVGLength, X, x)
66 …DECLARATIONS(SVGPatternElement, SVGNames::patternTagString, SVGNames::yAttrString, SVGLength, Y, y)
67 …(SVGPatternElement, SVGNames::patternTagString, SVGNames::widthAttrString, SVGLength, Width, width)
68 …GPatternElement, SVGNames::patternTagString, SVGNames::heightAttrString, SVGLength, Height, height)
DSVGRectElement.cpp56 setXBaseValue(SVGLength(LengthModeWidth, attr->value())); in parseMappedAttribute()
58 setYBaseValue(SVGLength(LengthModeHeight, attr->value())); in parseMappedAttribute()
60 setRxBaseValue(SVGLength(LengthModeWidth, attr->value())); in parseMappedAttribute()
64 setRyBaseValue(SVGLength(LengthModeHeight, attr->value())); in parseMappedAttribute()
68 setWidthBaseValue(SVGLength(LengthModeWidth, attr->value())); in parseMappedAttribute()
72 setHeightBaseValue(SVGLength(LengthModeHeight, attr->value())); in parseMappedAttribute()
DSVGSVGElement.h38 class SVGLength; variable
109 static SVGLength createSVGLength();
146 …ROPERTY_DECLARATIONS(SVGSVGElement, SVGNames::svgTagString, SVGNames::xAttrString, SVGLength, X, x)
147 …ROPERTY_DECLARATIONS(SVGSVGElement, SVGNames::svgTagString, SVGNames::yAttrString, SVGLength, Y, y)
148 …ARATIONS(SVGSVGElement, SVGNames::svgTagString, SVGNames::widthAttrString, SVGLength, Width, width)
149 …TIONS(SVGSVGElement, SVGNames::svgTagString, SVGNames::heightAttrString, SVGLength, Height, height)
DSVGEllipseElement.h54 …LARATIONS(SVGEllipseElement, SVGNames::ellipseTagString, SVGNames::cxAttrString, SVGLength, Cx, cx)
55 …LARATIONS(SVGEllipseElement, SVGNames::ellipseTagString, SVGNames::cyAttrString, SVGLength, Cy, cy)
56 …LARATIONS(SVGEllipseElement, SVGNames::ellipseTagString, SVGNames::rxAttrString, SVGLength, Rx, rx)
57 …LARATIONS(SVGEllipseElement, SVGNames::ellipseTagString, SVGNames::ryAttrString, SVGLength, Ry, ry)
DSVGFilterPrimitiveStandardAttributes.h55 …Attributes, SVGFilterPrimitiveStandardAttributesIdentifier, SVGNames::xAttrString, SVGLength, X, x)
56 …Attributes, SVGFilterPrimitiveStandardAttributesIdentifier, SVGNames::yAttrString, SVGLength, Y, y)
57 …SVGFilterPrimitiveStandardAttributesIdentifier, SVGNames::widthAttrString, SVGLength, Width, width)
58 …FilterPrimitiveStandardAttributesIdentifier, SVGNames::heightAttrString, SVGLength, Height, height)
DSVGUseElement.h36 class SVGLength; variable
75 …ROPERTY_DECLARATIONS(SVGUseElement, SVGNames::useTagString, SVGNames::xAttrString, SVGLength, X, x)
76 …ROPERTY_DECLARATIONS(SVGUseElement, SVGNames::useTagString, SVGNames::yAttrString, SVGLength, Y, y)
77 …ARATIONS(SVGUseElement, SVGNames::useTagString, SVGNames::widthAttrString, SVGLength, Width, width)
78 …TIONS(SVGUseElement, SVGNames::useTagString, SVGNames::heightAttrString, SVGLength, Height, height)
DSVGAnimatedTemplate.h206 struct SVGAnimatedTypeValue<SVGLength> : Noncopyable {
207 typedef SVGLength StorableType;
208 typedef SVGLength DecoratedType;
210 static SVGLength null() { return SVGLength(); }
211 static AtomicString toString(const SVGLength& type) { return type.valueAsString(); }
246 typedef SVGAnimatedTemplate<SVGLength> SVGAnimatedLength;
DSVGFilterElement.h60 …Y_DECLARATIONS(SVGFilterElement, SVGNames::filterTagString, SVGNames::xAttrString, SVGLength, X, x)
61 …Y_DECLARATIONS(SVGFilterElement, SVGNames::filterTagString, SVGNames::yAttrString, SVGLength, Y, y)
62 …NS(SVGFilterElement, SVGNames::filterTagString, SVGNames::widthAttrString, SVGLength, Width, width)
63 …SVGFilterElement, SVGNames::filterTagString, SVGNames::heightAttrString, SVGLength, Height, height)
DSVGMarkerElement.h75 …TIONS(SVGMarkerElement, SVGNames::markerTagString, SVGNames::refXAttrString, SVGLength, RefX, refX)
76 …TIONS(SVGMarkerElement, SVGNames::markerTagString, SVGNames::refYAttrString, SVGLength, RefY, refY)
77 …kerElement, SVGNames::markerTagString, SVGNames::markerWidthAttrString, SVGLength, MarkerWidth, ma…
78 …erElement, SVGNames::markerTagString, SVGNames::markerHeightAttrString, SVGLength, MarkerHeight, m…
DSVGLineElement.cpp55 setX1BaseValue(SVGLength(LengthModeWidth, attr->value())); in parseMappedAttribute()
57 setY1BaseValue(SVGLength(LengthModeHeight, attr->value())); in parseMappedAttribute()
59 setX2BaseValue(SVGLength(LengthModeWidth, attr->value())); in parseMappedAttribute()
61 setY2BaseValue(SVGLength(LengthModeHeight, attr->value())); in parseMappedAttribute()
DSVGEllipseElement.cpp55 setCxBaseValue(SVGLength(LengthModeWidth, attr->value())); in parseMappedAttribute()
57 setCyBaseValue(SVGLength(LengthModeHeight, attr->value())); in parseMappedAttribute()
59 setRxBaseValue(SVGLength(LengthModeWidth, attr->value())); in parseMappedAttribute()
63 setRyBaseValue(SVGLength(LengthModeHeight, attr->value())); in parseMappedAttribute()
DSVGCircleElement.h54 …ECLARATIONS(SVGCircleElement, SVGNames::circleTagString, SVGNames::cxAttrString, SVGLength, Cx, cx)
55 …ECLARATIONS(SVGCircleElement, SVGNames::circleTagString, SVGNames::cyAttrString, SVGLength, Cy, cy)
56 …Y_DECLARATIONS(SVGCircleElement, SVGNames::circleTagString, SVGNames::rAttrString, SVGLength, R, r)
DSVGSVGElement.cpp137 SVGLength w = width(); in relativeWidthValue()
146 SVGLength h = height(); in relativeHeightValue()
244 setXBaseValue(SVGLength(LengthModeWidth, attr->value())); in parseMappedAttribute()
246 setYBaseValue(SVGLength(LengthModeHeight, attr->value())); in parseMappedAttribute()
248 setWidthBaseValue(SVGLength(LengthModeWidth, attr->value())); in parseMappedAttribute()
253 setHeightBaseValue(SVGLength(LengthModeHeight, attr->value())); in parseMappedAttribute()
275 …SVGElement* element, const QualifiedName& attrName, CSSPropertyID property, const SVGLength& value) in updateCSSForAttribute()
370 SVGLength SVGSVGElement::createSVGLength() in createSVGLength()
372 return SVGLength(); in createSVGLength()
/external/webkit/WebCore/bindings/v8/custom/
DV8SVGLengthCustom.cpp47 …V8SVGPODTypeWrapper<SVGLength>* wrapper = V8DOMWrapper::convertToNativeObject<V8SVGPODTypeWrapper< in ACCESSOR_GETTER()
48 SVGLength imp = *wrapper; in ACCESSOR_GETTER()
55 …V8SVGPODTypeWrapper<SVGLength>* wrapper = V8DOMWrapper::convertToNativeObject<V8SVGPODTypeWrapper< in CALLBACK_FUNC_DECL()
56 SVGLength imp = *wrapper; in CALLBACK_FUNC_DECL()
/external/webkit/WebCore/bindings/js/
DJSSVGLengthCustom.cpp31 SVGLength imp(*impl()); in value()
37 JSSVGPODTypeWrapper<SVGLength>* wrapper = impl(); in convertToSpecifiedUnits()
39 SVGLength imp(*wrapper); in convertToSpecifiedUnits()

123