Home
last modified time | relevance | path

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

12345678910>>...27

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/svg/
H A Dsvg-length.cpp173 SVGLength::SVGLength() in SVGLength() function in SVGLength
189 SVGLength::Unit u; in read()
214 SVGLength::Unit u; in readAbsolute()
248 bool SVGLength::isAbsolute() in isAbsolute()
259 SVGLength::Unit unit; in sp_svg_length_read_computed_absolute()
281 SVGLength::Unit unit; in sp_svg_length_list_read()
289 SVGLength length; in sp_svg_length_list_read()
483 void SVGLength::set(SVGLength::Unit u, float v) in set()
517 void SVGLength::set(SVGLength::Unit u, float v, float c) in set()
525 void SVGLength::unset(SVGLength::Unit u, float v, float c) in unset()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/svg/
H A Dradial_gradient_attributes.h57 void SetCx(SVGLength* value) { in SetCx()
61 void SetCy(SVGLength* value) { in SetCy()
65 void SetR(SVGLength* value) { in SetR()
69 void SetFx(SVGLength* value) { in SetFx()
73 void SetFy(SVGLength* value) { in SetFy()
100 Member<SVGLength> cx_;
101 Member<SVGLength> cy_;
102 Member<SVGLength> r_;
103 Member<SVGLength> fx_;
104 Member<SVGLength> fy_;
[all …]
H A Dsvg_length.cc64 SVGLength::Initial initial_value) { in CreateInitialCSSValue()
74 SVGLength::SVGLength(SVGLengthMode mode) in SVGLength() function in blink::SVGLength
80 SVGLength::SVGLength(Initial initial, SVGLengthMode mode) in SVGLength() function in blink::SVGLength
83 SVGLength::SVGLength(const CSSPrimitiveValue& value, SVGLengthMode mode) in SVGLength() function in blink::SVGLength
93 SVGLength* SVGLength::Clone() const { in Clone()
103 bool SVGLength::operator==(const SVGLength& other) const { in operator ==()
138 bool SVGLength::IsRelative() const { in IsRelative()
171 float SVGLength::ValueAsPercentage() const { in ValueAsPercentage()
245 String SVGLength::ValueAsString() const { in ValueAsString()
322 void SVGLength::CalculateAnimatedValue( in CalculateAnimatedValue()
[all …]
H A Dlinear_gradient_attributes.h46 SVGLength* X1() const { return x1_.Get(); } in X1()
47 SVGLength* Y1() const { return y1_.Get(); } in Y1()
48 SVGLength* X2() const { return x2_.Get(); } in X2()
51 void SetX1(SVGLength* value) { in SetX1()
55 void SetY1(SVGLength* value) { in SetY1()
59 void SetX2(SVGLength* value) { in SetX2()
63 void SetY2(SVGLength* value) { in SetY2()
82 Member<SVGLength> x1_;
83 Member<SVGLength> y1_;
84 Member<SVGLength> x2_;
[all …]
H A Dpattern_attributes.h58 SVGLength* X() const { return x_.Get(); } in X()
59 SVGLength* Y() const { return y_.Get(); } in Y()
60 SVGLength* Width() const { return width_.Get(); } in Width()
75 void SetX(SVGLength* value) { in SetX()
80 void SetY(SVGLength* value) { in SetY()
85 void SetWidth(SVGLength* value) { in SetWidth()
90 void SetHeight(SVGLength* value) { in SetHeight()
147 Member<SVGLength> x_;
148 Member<SVGLength> y_;
149 Member<SVGLength> width_;
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/svg/
H A Dradial_gradient_attributes.h57 void SetCx(SVGLength* value) { in SetCx()
61 void SetCy(SVGLength* value) { in SetCy()
65 void SetR(SVGLength* value) { in SetR()
69 void SetFx(SVGLength* value) { in SetFx()
73 void SetFy(SVGLength* value) { in SetFy()
100 Member<SVGLength> cx_;
101 Member<SVGLength> cy_;
102 Member<SVGLength> r_;
103 Member<SVGLength> fx_;
104 Member<SVGLength> fy_;
[all …]
H A Dsvg_length.cc64 SVGLength::Initial initial_value) { in CreateInitialCSSValue()
74 SVGLength::SVGLength(SVGLengthMode mode) in SVGLength() function in blink::SVGLength
80 SVGLength::SVGLength(Initial initial, SVGLengthMode mode) in SVGLength() function in blink::SVGLength
83 SVGLength::SVGLength(const CSSPrimitiveValue& value, SVGLengthMode mode) in SVGLength() function in blink::SVGLength
88 SVGLength::SVGLength(const SVGLength& o) in SVGLength() function in blink::SVGLength
91 void SVGLength::Trace(Visitor* visitor) { in Trace()
96 SVGLength* SVGLength::Clone() const { in Clone()
112 bool SVGLength::operator==(const SVGLength& other) const { in operator ==()
147 bool SVGLength::IsRelative() const { in IsRelative()
257 String SVGLength::ValueAsString() const { in ValueAsString()
[all …]
H A Dlinear_gradient_attributes.h46 SVGLength* X1() const { return x1_.Get(); } in X1()
47 SVGLength* Y1() const { return y1_.Get(); } in Y1()
48 SVGLength* X2() const { return x2_.Get(); } in X2()
51 void SetX1(SVGLength* value) { in SetX1()
55 void SetY1(SVGLength* value) { in SetY1()
59 void SetX2(SVGLength* value) { in SetX2()
63 void SetY2(SVGLength* value) { in SetY2()
82 Member<SVGLength> x1_;
83 Member<SVGLength> y1_;
84 Member<SVGLength> x2_;
[all …]
H A Dpattern_attributes.h58 SVGLength* X() const { return x_.Get(); } in X()
59 SVGLength* Y() const { return y_.Get(); } in Y()
60 SVGLength* Width() const { return width_.Get(); } in Width()
75 void SetX(SVGLength* value) { in SetX()
80 void SetY(SVGLength* value) { in SetY()
85 void SetWidth(SVGLength* value) { in SetWidth()
90 void SetHeight(SVGLength* value) { in SetHeight()
147 Member<SVGLength> x_;
148 Member<SVGLength> y_;
149 Member<SVGLength> width_;
[all …]
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/testfiles/src/
H A Dsvg-length-test.cpp20 SVGLength::Unit unit;
57 SVGLength len; in TEST()
64 SVGLength len; in TEST()
72 SVGLength len; in TEST()
80 SVGLength len; in TEST()
87 SVGLength len; in TEST()
95 SVGLength len; in TEST()
106 SVGLength len; in TEST()
125 SVGLength::Unit target = static_cast<SVGLength::Unit>(i); in TEST()
139 SVGLength::Unit target = static_cast<SVGLength::Unit>(i); in TEST()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/svg/
H A DRadialGradientAttributes.h42 SVGLength cx() const { return m_cx; } in cx()
43 SVGLength cy() const { return m_cy; } in cy()
44 SVGLength r() const { return m_r; } in r()
45 SVGLength fx() const { return m_fx; } in fx()
46 SVGLength fy() const { return m_fy; } in fy()
50 void setR(const SVGLength& value) { m_r = value; m_rSet = true; } in setR()
62 SVGLength m_cx;
63 SVGLength m_cy;
64 SVGLength m_r;
65 SVGLength m_fx;
[all …]
H A DLinearGradientAttributes.h40 SVGLength x1() const { return m_x1; } in x1()
41 SVGLength y1() const { return m_y1; } in y1()
42 SVGLength x2() const { return m_x2; } in x2()
43 SVGLength y2() const { return m_y2; } in y2()
45 void setX1(const SVGLength& value) { m_x1 = value; m_x1Set = true; } in setX1()
46 void setY1(const SVGLength& value) { m_y1 = value; m_y1Set = true; } in setY1()
47 void setX2(const SVGLength& value) { m_x2 = value; m_x2Set = true; } in setX2()
57 SVGLength m_x1;
58 SVGLength m_y1;
59 SVGLength m_x2;
[all …]
H A DSVGLength.cpp125 SVGLength::SVGLength(SVGLengthMode mode, const String& valueAsString) in SVGLength() function in WebCore::SVGLength
133 SVGLength::SVGLength(const SVGLength& other) in SVGLength() function in WebCore::SVGLength
139 bool SVGLength::operator==(const SVGLength& other) const in operator ==()
145 bool SVGLength::operator!=(const SVGLength& other) const in operator !=()
150 SVGLengthType SVGLength::unitType() const in unitType()
275 String SVGLength::valueAsString() const in valueAsString()
463 SVGLength SVGLength::fromCSSPrimitiveValue(CSSPrimitiveValue* value) in fromCSSPrimitiveValue()
506 return SVGLength(); in fromCSSPrimitiveValue()
509 SVGLength length; in fromCSSPrimitiveValue()
512 return SVGLength(); in fromCSSPrimitiveValue()
[all …]
H A DSVGLength.h54 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(); }
124 static String toString(const SVGLength& type) { return type.valueAsString(); }
H A DPatternAttributes.h55 SVGLength x() const { return m_x; } in x()
56 SVGLength y() const { return m_y; } in y()
57 SVGLength width() const { return m_width; } in width()
66 void setX(const SVGLength& value) in setX()
72 void setY(const SVGLength& value) in setY()
78 void setWidth(const SVGLength& value) in setWidth()
84 void setHeight(const SVGLength& value) in setHeight()
139 SVGLength m_x;
140 SVGLength m_y;
141 SVGLength m_width;
[all …]
/dports/www/kf5-khtml/khtml-5.89.0/src/svg/
H A DSVGRectElement.h66 ANIMATED_PROPERTY_DECLARATIONS(SVGRectElement, SVGLength, SVGLength, X, x)
67 ANIMATED_PROPERTY_DECLARATIONS(SVGRectElement, SVGLength, SVGLength, Y, y)
68 ANIMATED_PROPERTY_DECLARATIONS(SVGRectElement, SVGLength, SVGLength, Width, width)
69 ANIMATED_PROPERTY_DECLARATIONS(SVGRectElement, SVGLength, SVGLength, Height, height)
70 ANIMATED_PROPERTY_DECLARATIONS(SVGRectElement, SVGLength, SVGLength, Rx, rx)
71 ANIMATED_PROPERTY_DECLARATIONS(SVGRectElement, SVGLength, SVGLength, Ry, ry)
H A DSVGRadialGradientElement.h33 class SVGLength; variable
62 ANIMATED_PROPERTY_DECLARATIONS(SVGRadialGradientElement, SVGLength, SVGLength, Cx, cx)
63 ANIMATED_PROPERTY_DECLARATIONS(SVGRadialGradientElement, SVGLength, SVGLength, Cy, cy)
64 ANIMATED_PROPERTY_DECLARATIONS(SVGRadialGradientElement, SVGLength, SVGLength, R, r)
65 ANIMATED_PROPERTY_DECLARATIONS(SVGRadialGradientElement, SVGLength, SVGLength, Fx, fx)
66 ANIMATED_PROPERTY_DECLARATIONS(SVGRadialGradientElement, SVGLength, SVGLength, Fy, fy)
H A DPatternAttributes.h49 SVGLength x() const in x()
53 SVGLength y() const in y()
57 SVGLength width() const in width()
61 SVGLength height() const in height()
82 void setX(const SVGLength &value) in setX()
87 void setY(const SVGLength &value) in setY()
92 void setWidth(const SVGLength &value) in setWidth()
158 SVGLength m_x;
159 SVGLength m_y;
160 SVGLength m_width;
[all …]
H A DSVGLinearGradientElement.h33 class SVGLength; variable
62 ANIMATED_PROPERTY_DECLARATIONS(SVGLinearGradientElement, SVGLength, SVGLength, X1, x1)
63 ANIMATED_PROPERTY_DECLARATIONS(SVGLinearGradientElement, SVGLength, SVGLength, Y1, y1)
64 ANIMATED_PROPERTY_DECLARATIONS(SVGLinearGradientElement, SVGLength, SVGLength, X2, x2)
65 ANIMATED_PROPERTY_DECLARATIONS(SVGLinearGradientElement, SVGLength, SVGLength, Y2, y2)
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/display/
H A Dnr-filter-primitive.h89 void set_x(SVGLength const &length);
90 void set_y(SVGLength const &length);
91 void set_width(SVGLength const &length);
92 void set_height(SVGLength const &length);
93 void set_subregion(SVGLength const &x, SVGLength const &y,
94 SVGLength const &width, SVGLength const &height);
135 SVGLength _subregion_x;
136 SVGLength _subregion_y;
137 SVGLength _subregion_width;
138 SVGLength _subregion_height;
H A Dnr-filter-primitive.cpp45 _subregion_x.unset(SVGLength::PERCENT, 0, 0); in FilterPrimitive()
46 _subregion_y.unset(SVGLength::PERCENT, 0, 0); in FilterPrimitive()
47 _subregion_width.unset(SVGLength::PERCENT, 1, 0); in FilterPrimitive()
48 _subregion_height.unset(SVGLength::PERCENT, 1, 0); in FilterPrimitive()
85 void FilterPrimitive::set_x(SVGLength const &length) in set_x()
90 void FilterPrimitive::set_y(SVGLength const &length) in set_y()
94 void FilterPrimitive::set_width(SVGLength const &length) in set_width()
98 void FilterPrimitive::set_height(SVGLength const &length) in set_height()
103 void FilterPrimitive::set_subregion(SVGLength const &x, SVGLength const &y, in set_subregion()
104 SVGLength const &width, SVGLength const &height) { in set_subregion()
[all …]
H A Dnr-filter.h86 void set_x(SVGLength const &length);
87 void set_y(SVGLength const &length);
88 void set_width(SVGLength const &length);
89 void set_height(SVGLength const &length);
100 void set_region(SVGLength const &x, SVGLength const &y,
101 SVGLength const &width, SVGLength const &height);
187 SVGLength _region_x;
188 SVGLength _region_y;
189 SVGLength _region_width;
190 SVGLength _region_height;
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/
H A Dtext-tag-attributes.h142 SVGLength* getFirstXLength();
145 SVGLength* getFirstYLength();
147 SVGLength *getTextLength() { return &(attributes.textLength); } in getTextLength()
157 …ttributeVector(Inkscape::XML::Node *node, gchar const *key, std::vector<SVGLength> const &attr_vec…
161 …d writeSingleAttributeLength(Inkscape::XML::Node *node, gchar const *key, const SVGLength &length);
166 …tribute(std::vector<SVGLength> *output_list, std::vector<SVGLength> const &parent_list, unsigned p…
169 …static void eraseSingleAttribute(std::vector<SVGLength> *attr_vector, unsigned start_index, unsign…
172 …static void insertSingleAttribute(std::vector<SVGLength> *attr_vector, unsigned start_index, unsig…
175 …static void splitSingleAttribute(std::vector<SVGLength> *first_vector, unsigned index, std::vector…
178 …oinSingleAttribute(std::vector<SVGLength> *dest_vector, std::vector<SVGLength> const &first_vector…
/dports/www/firefox-esr/firefox-91.8.0/dom/webidl/
H A DSVGLengthList.webidl20 SVGLength initialize(SVGLength newItem);
22 getter SVGLength getItem(unsigned long index);
24 SVGLength insertItemBefore(SVGLength newItem, unsigned long index);
26 SVGLength replaceItem(SVGLength newItem, unsigned long index);
28 SVGLength removeItem(unsigned long index);
30 SVGLength appendItem(SVGLength newItem);
32 setter void (unsigned long index, SVGLength newItem);
/dports/lang/spidermonkey78/firefox-78.9.0/dom/webidl/
H A DSVGLengthList.webidl20 SVGLength initialize(SVGLength newItem);
22 getter SVGLength getItem(unsigned long index);
24 SVGLength insertItemBefore(SVGLength newItem, unsigned long index);
26 SVGLength replaceItem(SVGLength newItem, unsigned long index);
28 SVGLength removeItem(unsigned long index);
30 SVGLength appendItem(SVGLength newItem);
32 setter void (unsigned long index, SVGLength newItem);

12345678910>>...27