HomeSort by relevance Sort by last modified time
    Searched refs:SVGLength (Results 1 - 25 of 48) sorted by null

1 2

  /external/webkit/Source/WebCore/svg/
LinearGradientAttributes.h 40 SVGLength x1() const { return m_x1; }
41 SVGLength y1() const { return m_y1; }
42 SVGLength x2() const { return m_x2; }
43 SVGLength y2() const { return m_y2; }
45 void setX1(const SVGLength& value) { m_x1 = value; m_x1Set = true; }
46 void setY1(const SVGLength& value) { m_y1 = value; m_y1Set = true; }
47 void setX2(const SVGLength& value) { m_x2 = value; m_x2Set = true; }
48 void setY2(const SVGLength& value) { m_y2 = value; m_y2Set = true; }
57 SVGLength m_x1;
58 SVGLength m_y1
    [all...]
SVGAnimatedLength.idl 29 readonly attribute SVGLength baseVal;
30 readonly attribute SVGLength animVal;
SVGLengthList.idl 34 [StrictTypeChecking, RequiresAllArguments=Raise] SVGLength initialize(in SVGLength item)
36 [StrictTypeChecking, RequiresAllArguments=Raise] SVGLength getItem(in unsigned long index)
38 [StrictTypeChecking, RequiresAllArguments=Raise] SVGLength insertItemBefore(in SVGLength item, in unsigned long index)
40 [StrictTypeChecking, RequiresAllArguments=Raise] SVGLength replaceItem(in SVGLength item, in unsigned long index)
42 [StrictTypeChecking, RequiresAllArguments=Raise] SVGLength removeItem(in unsigned long index)
44 [StrictTypeChecking, RequiresAllArguments=Raise] SVGLength appendItem(in SVGLength item
    [all...]
RadialGradientAttributes.h 42 SVGLength cx() const { return m_cx; }
43 SVGLength cy() const { return m_cy; }
44 SVGLength r() const { return m_r; }
45 SVGLength fx() const { return m_fx; }
46 SVGLength fy() const { return m_fy; }
48 void setCx(const SVGLength& value) { m_cx = value; m_cxSet = true; }
49 void setCy(const SVGLength& value) { m_cy = value; m_cySet = true; }
50 void setR(const SVGLength& value) { m_r = value; m_rSet = true; }
51 void setFx(const SVGLength& value) { m_fx = value; m_fxSet = true; }
52 void setFy(const SVGLength& value) { m_fy = value; m_fySet = true;
    [all...]
SVGAnimatedLength.h 25 #include "SVGLength.h"
29 typedef SVGAnimatedPropertyTearOff<SVGLength> SVGAnimatedLength;
33 DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty)
36 DEFINE_ANIMATED_PROPERTY(OwnerType, DOMAttribute, DOMAttribute.localName(), SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty)
PatternAttributes.h 24 #include "SVGLength.h"
55 SVGLength x() const { return m_x; }
56 SVGLength y() const { return m_y; }
57 SVGLength width() const { return m_width; }
58 SVGLength height() const { return m_height; }
66 void setX(const SVGLength& value)
72 void setY(const SVGLength& value)
78 void setWidth(const SVGLength& value)
84 void setHeight(const SVGLength& value)
139 SVGLength m_x
    [all...]
SVGLength.h 54 class SVGLength {
71 SVGLength(SVGLengthMode mode = LengthModeOther, const String& valueAsString = String());
72 SVGLength(const SVGLength&);
76 bool operator==(const SVGLength&) const;
77 bool operator!=(const SVGLength&) const;
101 static SVGLength fromCSSPrimitiveValue(CSSPrimitiveValue*);
102 static PassRefPtr<CSSPrimitiveValue> toCSSPrimitiveValue(const SVGLength&);
122 struct SVGPropertyTraits<SVGLength> {
123 static SVGLength initialValue() { return SVGLength();
    [all...]
SVGLengthList.h 25 #include "SVGLength.h"
30 class SVGLengthList : public Vector<SVGLength> {
40 typedef SVGLength ListItemType;
SVGTextContentElement.h 60 SVGLength& specifiedTextLength() { return m_specifiedTextLength; }
80 SVGLength m_specifiedTextLength;
81 mutable SVGSynchronizableAnimatedProperty<SVGLength> m_textLength;
SVGLength.cpp 25 #include "SVGLength.h"
125 SVGLength::SVGLength(SVGLengthMode mode, const String& valueAsString)
133 SVGLength::SVGLength(const SVGLength& other)
139 bool SVGLength::operator==(const SVGLength& other) const
145 bool SVGLength::operator!=(const SVGLength& other) cons
    [all...]
SVGEllipseElement.cpp 30 #include "SVGLength.h"
59 setCxBaseValue(SVGLength(LengthModeWidth, attr->value()));
61 setCyBaseValue(SVGLength(LengthModeHeight, attr->value()));
63 setRxBaseValue(SVGLength(LengthModeWidth, attr->value()));
67 setRyBaseValue(SVGLength(LengthModeHeight, attr->value()));
SVGFilterPrimitiveStandardAttributes.cpp 31 #include "SVGLength.h"
60 setXBaseValue(SVGLength(LengthModeWidth, value));
62 setYBaseValue(SVGLength(LengthModeHeight, value));
64 setWidthBaseValue(SVGLength(LengthModeWidth, value));
66 setHeightBaseValue(SVGLength(LengthModeHeight, value));
SVGForeignObjectElement.cpp 30 #include "SVGLength.h"
62 setXBaseValue(SVGLength(LengthModeWidth, value));
64 setYBaseValue(SVGLength(LengthModeHeight, value));
66 setWidthBaseValue(SVGLength(LengthModeWidth, value));
68 setHeightBaseValue(SVGLength(LengthModeHeight, value));
SVGLengthList.cpp 45 SVGLength length(mode);
SVGLineElement.cpp 30 #include "SVGLength.h"
59 setX1BaseValue(SVGLength(LengthModeWidth, attr->value()));
61 setY1BaseValue(SVGLength(LengthModeHeight, attr->value()));
63 setX2BaseValue(SVGLength(LengthModeWidth, attr->value()));
65 setY2BaseValue(SVGLength(LengthModeHeight, attr->value()));
SVGLength.idl 25 interface [Conditional=SVG] SVGLength {
SVGRectElement.cpp 29 #include "SVGLength.h"
62 setXBaseValue(SVGLength(LengthModeWidth, attr->value()));
64 setYBaseValue(SVGLength(LengthModeHeight, attr->value()));
66 setRxBaseValue(SVGLength(LengthModeWidth, attr->value()));
70 setRyBaseValue(SVGLength(LengthModeHeight, attr->value()));
74 setWidthBaseValue(SVGLength(LengthModeWidth, attr->value()));
78 setHeightBaseValue(SVGLength(LengthModeHeight, attr->value()));
SVGRadialGradientElement.cpp 68 setCxBaseValue(SVGLength(LengthModeWidth, attr->value()));
70 setCyBaseValue(SVGLength(LengthModeHeight, attr->value()));
72 setRBaseValue(SVGLength(LengthModeOther, attr->value()));
76 setFxBaseValue(SVGLength(LengthModeWidth, attr->value()));
78 setFyBaseValue(SVGLength(LengthModeHeight, attr->value()));
SVGCircleElement.cpp 30 #include "SVGLength.h"
57 setCxBaseValue(SVGLength(LengthModeWidth, attr->value()));
59 setCyBaseValue(SVGLength(LengthModeHeight, attr->value()));
61 setRBaseValue(SVGLength(LengthModeOther, attr->value()));
  /external/webkit/Source/WebCore/rendering/svg/
SVGShadowTreeElements.h 25 #include "SVGLength.h"
37 void setContainerOffset(const SVGLength& x, const SVGLength& y)
50 SVGLength m_xOffset;
51 SVGLength m_yOffset;
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8SVGLengthCustom.cpp 44 INC_STATS("DOM.SVGLength.value._get");
45 SVGPropertyTearOff<SVGLength>* wrapper = V8SVGLength::toNative(info.Holder());
46 SVGLength& imp = wrapper->propertyReference();
58 INC_STATS("DOM.SVGLength.value._set");
59 SVGPropertyTearOff<SVGLength>* wrapper = V8SVGLength::toNative(info.Holder());
70 SVGLength& imp = wrapper->propertyReference();
81 INC_STATS("DOM.SVGLength.convertToSpecifiedUnits");
82 SVGPropertyTearOff<SVGLength>* wrapper = V8SVGLength::toNative(args.Holder());
91 SVGLength& imp = wrapper->propertyReference();
  /external/webkit/Source/WebCore/bindings/js/
JSSVGLengthCustom.cpp 35 SVGLength& podImp = impl()->propertyReference();
58 SVGLength& podImp = impl()->propertyReference();
77 SVGLength& podImp = impl()->propertyReference();
  /external/webkit/Source/WebCore/rendering/style/
SVGRenderStyle.h 77 static Vector<SVGLength> initialStrokeDashArray() { return Vector<SVGLength>(); }
92 static SVGLength initialBaselineShiftValue()
94 SVGLength length;
101 static SVGLength initialKerning()
103 SVGLength length;
110 static SVGLength initialStrokeDashOffset()
112 SVGLength length;
119 static SVGLength initialStrokeWidth()
121 SVGLength length
    [all...]
SVGRenderStyleDefs.h 34 #include "SVGLength.h"
130 SVGLength width;
131 SVGLength dashOffset;
132 Vector<SVGLength> dashArray;
171 SVGLength kerning;
195 SVGLength baselineShiftValue;
  /external/webkit/Source/WebCore/css/
SVGCSSComputedStyleDeclaration.cpp 49 static PassRefPtr<CSSValue> strokeDashArrayToCSSValueList(const Vector<SVGLength>& dashes)
55 const Vector<SVGLength>::const_iterator end = dashes.end();
56 for (Vector<SVGLength>::const_iterator it = dashes.begin(); it != end; ++it)
57 list->append(SVGLength::toCSSPrimitiveValue(*it));
138 return SVGLength::toCSSPrimitiveValue(svgStyle->kerning());
156 return SVGLength::toCSSPrimitiveValue(svgStyle->strokeDashOffset());
158 return SVGLength::toCSSPrimitiveValue(svgStyle->strokeWidth());
168 return SVGLength::toCSSPrimitiveValue(svgStyle->baselineShiftValue());

Completed in 623 milliseconds

1 2