Home
last modified time | relevance | path

Searched refs:SVGTransform (Results 1 – 25 of 421) sorted by relevance

12345678910>>...17

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/svg/
H A DSVGTransformDistance.cpp50 SVGTransformDistance::SVGTransformDistance(const SVGTransform& fromSVGTransform, const SVGTransform in SVGTransformDistance()
61 case SVGTransform::SVG_TRANSFORM_MATRIX: in SVGTransformDistance()
82 case SVGTransform::SVG_TRANSFORM_SKEWX: in SVGTransformDistance()
83 case SVGTransform::SVG_TRANSFORM_SKEWY: in SVGTransformDistance()
114 SVGTransform SVGTransformDistance::addSVGTransforms(const SVGTransform& first, const SVGTransform& … in addSVGTransforms()
118 SVGTransform transform; in addSVGTransforms()
122 return SVGTransform(); in addSVGTransforms()
151 return SVGTransform(); in addSVGTransforms()
195 SVGTransform SVGTransformDistance::addToSVGTransform(const SVGTransform& transform) const in addToSVGTransform()
203 return SVGTransform(); in addToSVGTransform()
[all …]
H A DSVGTransformDistance.h33 SVGTransformDistance(const SVGTransform& fromTransform, const SVGTransform& toTransform);
36 SVGTransform addToSVGTransform(const SVGTransform&) const;
37 void addSVGTransform(const SVGTransform&, bool absoluteValue = false);
39 static SVGTransform addSVGTransforms(const SVGTransform&, const SVGTransform&);
45 …SVGTransformDistance(SVGTransform::SVGTransformType, float angle, float cx, float cy, const Affine…
47 SVGTransform::SVGTransformType m_type;
H A DSVGTransform.cpp37 SVGTransform::SVGTransform() in SVGTransform() function in WebCore::SVGTransform
43 SVGTransform::SVGTransform(SVGTransformType type) in SVGTransform() function in WebCore::SVGTransform
49 SVGTransform::SVGTransform(const AffineTransform& matrix) in SVGTransform() function in WebCore::SVGTransform
63 void SVGTransform::updateMatrix() in updateMatrix()
72 void SVGTransform::setTranslate(float tx, float ty) in setTranslate()
81 FloatPoint SVGTransform::translate() const in translate()
86 void SVGTransform::setScale(float sx, float sy) in setScale()
96 FloatSize SVGTransform::scale() const in scale()
114 void SVGTransform::setSkewX(float angle) in setSkewX()
123 void SVGTransform::setSkewY(float angle) in setSkewY()
[all …]
/dports/www/kf5-khtml/khtml-5.89.0/src/svg/
H A DSVGTransformDistance.cpp50 SVGTransformDistance::SVGTransformDistance(const SVGTransform &fromSVGTransform, const SVGTransform in SVGTransformDistance()
61 case SVGTransform::SVG_TRANSFORM_MATRIX: in SVGTransformDistance()
82 case SVGTransform::SVG_TRANSFORM_SKEWX: in SVGTransformDistance()
83 case SVGTransform::SVG_TRANSFORM_SKEWY: in SVGTransformDistance()
114 SVGTransform SVGTransformDistance::addSVGTransforms(const SVGTransform &first, const SVGTransform &… in addSVGTransforms()
118 SVGTransform transform; in addSVGTransforms()
122 return SVGTransform(); in addSVGTransforms()
151 return SVGTransform(); in addSVGTransforms()
196 SVGTransform SVGTransformDistance::addToSVGTransform(const SVGTransform &transform) const in addToSVGTransform()
204 return SVGTransform(); in addToSVGTransform()
[all …]
H A DSVGTransform.cpp35 SVGTransform::SVGTransform() in SVGTransform() function in SVGTransform
41 SVGTransform::SVGTransform(SVGTransformType type) in SVGTransform() function in SVGTransform
49 SVGTransform::SVGTransform(const AffineTransform &matrix) in SVGTransform() function in SVGTransform
56 SVGTransform::~SVGTransform() in ~SVGTransform()
60 bool SVGTransform::isValid() in isValid()
65 SVGTransform::SVGTransformType SVGTransform::type() const in type()
75 float SVGTransform::angle() const in angle()
102 FloatPoint SVGTransform::translate() const in translate()
117 FloatSize SVGTransform::scale() const in scale()
135 void SVGTransform::setSkewX(float angle) in setSkewX()
[all …]
H A DSVGTransformDistance.h37 SVGTransformDistance(const SVGTransform &fromTransform, const SVGTransform &toTransform);
40 SVGTransform addToSVGTransform(const SVGTransform &) const;
41 void addSVGTransform(const SVGTransform &, bool absoluteValue = false);
43 static SVGTransform addSVGTransforms(const SVGTransform &, const SVGTransform &);
49 …SVGTransformDistance(SVGTransform::SVGTransformType, float angle, float cx, float cy, const Affine…
51 SVGTransform::SVGTransformType m_type;
H A DSVGTransformList.cpp34 : SVGPODList<SVGTransform>(attributeName) in SVGTransformList()
42 SVGTransform SVGTransformList::createSVGTransformFromMatrix(const AffineTransform &matrix) const in createSVGTransformFromMatrix()
47 SVGTransform SVGTransformList::consolidate() in consolidate()
53 SVGTransform SVGTransformList::concatenate() const in concatenate()
57 return SVGTransform(); in concatenate()
66 return SVGTransform(matrix); in concatenate()
69 SVGTransform SVGTransformList::concatenateForType(SVGTransform::SVGTransformType type) const in concatenateForType()
73 return SVGTransform(); in concatenateForType()
79 const SVGTransform &transform = getItem(i, ec); in concatenateForType()
85 return totalTransform.addToSVGTransform(SVGTransform()); in concatenateForType()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/svg/
H A DSVGTransform.cpp99 SVGTransform* const mTransform;
107 SVGTransform::SVGTransform(DOMSVGTransformList *aList, in SVGTransform() function in mozilla::dom::SVGTransform
121 SVGTransform::SVGTransform() in SVGTransform() function in mozilla::dom::SVGTransform
131 SVGTransform::SVGTransform(const gfxMatrix &aMatrix) in SVGTransform() function in mozilla::dom::SVGTransform
139 SVGTransform::SVGTransform(const nsSVGTransform &aTransform) in SVGTransform() function in mozilla::dom::SVGTransform
147 SVGTransform::~SVGTransform() in ~SVGTransform()
163 SVGTransform::Type() const in Type()
169 SVGTransform::GetMatrix() in GetMatrix()
181 SVGTransform::Angle() const in Angle()
325 SVGTransform::InternalItem() in InternalItem()
[all …]
H A DDOMSVGTransformList.h24 class SVGTransform; variable
39 friend class dom::SVGTransform;
108 already_AddRefed<dom::SVGTransform> Initialize(dom::SVGTransform& newItem,
110 already_AddRefed<dom::SVGTransform> GetItem(uint32_t index,
114 already_AddRefed<dom::SVGTransform> InsertItemBefore(dom::SVGTransform& newItem,
117 already_AddRefed<dom::SVGTransform> ReplaceItem(dom::SVGTransform& newItem,
120 already_AddRefed<dom::SVGTransform> RemoveItem(uint32_t index,
122 already_AddRefed<dom::SVGTransform> AppendItem(dom::SVGTransform& newItem, in AppendItem()
128 already_AddRefed<dom::SVGTransform> Consolidate(ErrorResult& error);
158 already_AddRefed<dom::SVGTransform> GetItemAt(uint32_t aIndex);
[all …]
H A DDOMSVGTransformList.cpp178 already_AddRefed<SVGTransform>
204 already_AddRefed<SVGTransform>
215 already_AddRefed<SVGTransform>
229 already_AddRefed<SVGTransform>
280 already_AddRefed<SVGTransform>
316 already_AddRefed<SVGTransform>
350 already_AddRefed<SVGTransform>
353 RefPtr<SVGTransform> result = new SVGTransform(matrix.GetMatrix()); in CreateSVGTransformFromMatrix()
357 already_AddRefed<SVGTransform>
382 RefPtr<SVGTransform> transform = new SVGTransform(mx); in Consolidate()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/dom/svg/
H A DSVGTransform.cpp38 NS_IMPL_CYCLE_COLLECTION_CLASS(SVGTransform)
93 SVGTransform* const mTransform;
101 SVGTransform::SVGTransform(DOMSVGTransformList* aList, uint32_t aListIndex, in SVGTransform() function in mozilla::dom::SVGTransform
113 SVGTransform::SVGTransform() in SVGTransform() function in mozilla::dom::SVGTransform
123 SVGTransform::SVGTransform(const gfxMatrix& aMatrix) in SVGTransform() function in mozilla::dom::SVGTransform
129 SVGTransform::SVGTransform(const nsSVGTransform& aTransform) in SVGTransform() function in mozilla::dom::SVGTransform
135 SVGTransform::~SVGTransform() { in ~SVGTransform()
151 SVGMatrix* SVGTransform::GetMatrix() { in GetMatrix()
274 void SVGTransform::RemovingFromList() { in RemovingFromList()
283 nsSVGTransform& SVGTransform::InternalItem() { in InternalItem()
[all …]
H A DDOMSVGTransformList.h24 class SVGTransform; variable
37 friend class dom::SVGTransform;
100 already_AddRefed<dom::SVGTransform> Initialize(dom::SVGTransform& newItem,
102 already_AddRefed<dom::SVGTransform> GetItem(uint32_t index,
106 already_AddRefed<dom::SVGTransform> InsertItemBefore(
108 already_AddRefed<dom::SVGTransform> ReplaceItem(dom::SVGTransform& newItem,
111 already_AddRefed<dom::SVGTransform> RemoveItem(uint32_t index,
113 already_AddRefed<dom::SVGTransform> AppendItem(dom::SVGTransform& newItem, in AppendItem()
117 already_AddRefed<dom::SVGTransform> CreateSVGTransformFromMatrix(
143 already_AddRefed<dom::SVGTransform> GetItemAt(uint32_t aIndex);
[all …]
H A DDOMSVGTransformList.cpp107 if (aNewLength > SVGTransform::MaxListIndex()) { in InternalListLengthWillChange()
110 aNewLength = SVGTransform::MaxListIndex(); in InternalListLengthWillChange()
166 SVGTransform& newItem, ErrorResult& error) { in Initialize()
180 RefPtr<SVGTransform> domItem = &newItem; in Initialize()
220 if (index >= SVGTransform::MaxListIndex()) { in InsertItemBefore()
225 RefPtr<SVGTransform> domItem = &newItem; in InsertItemBefore()
273 RefPtr<SVGTransform> domItem = &newItem; in ReplaceItem()
328 already_AddRefed<SVGTransform>
330 RefPtr<SVGTransform> result = new SVGTransform(matrix.GetMatrix()); in CreateSVGTransformFromMatrix()
358 RefPtr<SVGTransform> transform = new SVGTransform(mx); in Consolidate()
[all …]
/dports/www/kf5-khtml/khtml-5.89.0/src/bindings/js/
H A DJSSVGTransformListCustom.cpp56 SVGTransform newItem = toSVGTransform(args[0]); in initialize()
61 …SVGPODListItem<SVGTransform> *listItem = listImp->initialize(SVGPODListItem<SVGTransform>::copy(ne… in initialize()
62 …JSSVGPODTypeWrapperCreatorForList<SVGTransform> *obj = new JSSVGPODTypeWrapperCreatorForList<SVGTr… in initialize()
87 …JSSVGPODTypeWrapperCreatorForList<SVGTransform> *obj = new JSSVGPODTypeWrapperCreatorForList<SVGTr… in getItem()
97 SVGTransform newItem = toSVGTransform(args[0]); in insertItemBefore()
109 …SVGPODListItem<SVGTransform> *listItem = listImp->insertItemBefore(SVGPODListItem<SVGTransform>::c… in insertItemBefore()
123 SVGTransform newItem = toSVGTransform(args[0]); in replaceItem()
135 …SVGPODListItem<SVGTransform> *listItem = listImp->replaceItem(SVGPODListItem<SVGTransform>::copy(n… in replaceItem()
161 …JSSVGPODTypeWrapper<SVGTransform> *obj = new JSSVGPODTypeWrapperCreatorReadOnly<SVGTransform>(*lis… in removeItem()
174 SVGTransform newItem = toSVGTransform(args[0]); in appendItem()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/svg/
H A Dsvg_transform.cc30 SVGTransform::SVGTransform() in SVGTransform() function in blink::SVGTransform
33 SVGTransform::SVGTransform(SVGTransformType transform_type, in SVGTransform() function in blink::SVGTransform
40 SVGTransform::SVGTransform(const AffineTransform& matrix) in SVGTransform() function in blink::SVGTransform
43 SVGTransform::SVGTransform(SVGTransformType transform_type, in SVGTransform() function in blink::SVGTransform
52 SVGTransform::~SVGTransform() = default;
54 SVGTransform* SVGTransform::Clone() const { in Clone()
70 void SVGTransform::OnMatrixChange() { in OnMatrixChange()
83 FloatPoint SVGTransform::Translate() const { in Translate()
96 FloatSize SVGTransform::Scale() const { in Scale()
112 void SVGTransform::SetSkewX(float angle) { in SetSkewX()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/svg/
H A Dsvg_transform.cc30 SVGTransform::SVGTransform() in SVGTransform() function in blink::SVGTransform
33 SVGTransform::SVGTransform(SVGTransformType transform_type, in SVGTransform() function in blink::SVGTransform
40 SVGTransform::SVGTransform(const AffineTransform& matrix) in SVGTransform() function in blink::SVGTransform
43 SVGTransform::SVGTransform(SVGTransformType transform_type, in SVGTransform() function in blink::SVGTransform
52 SVGTransform::~SVGTransform() = default;
54 SVGTransform* SVGTransform::Clone() const { in Clone()
70 void SVGTransform::OnMatrixChange() { in OnMatrixChange()
83 FloatPoint SVGTransform::Translate() const { in Translate()
96 FloatSize SVGTransform::Scale() const { in Scale()
112 void SVGTransform::SetSkewX(float angle) { in SetSkewX()
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/web-sys-0.3.55/webidls/enabled/
H A DSVGTransformList.webidl18 SVGTransform initialize(SVGTransform newItem);
20 getter SVGTransform getItem(unsigned long index);
22 SVGTransform insertItemBefore(SVGTransform newItem, unsigned long index);
24 SVGTransform replaceItem(SVGTransform newItem, unsigned long index);
26 SVGTransform removeItem(unsigned long index);
28 SVGTransform appendItem(SVGTransform newItem);
29 SVGTransform createSVGTransformFromMatrix(SVGMatrix matrix);
31 SVGTransform? consolidate();
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/web-sys-0.3.55/webidls/enabled/
H A DSVGTransformList.webidl18 SVGTransform initialize(SVGTransform newItem);
20 getter SVGTransform getItem(unsigned long index);
22 SVGTransform insertItemBefore(SVGTransform newItem, unsigned long index);
24 SVGTransform replaceItem(SVGTransform newItem, unsigned long index);
26 SVGTransform removeItem(unsigned long index);
28 SVGTransform appendItem(SVGTransform newItem);
29 SVGTransform createSVGTransformFromMatrix(SVGMatrix matrix);
31 SVGTransform? consolidate();
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/web-sys-0.3.55/webidls/enabled/
H A DSVGTransformList.webidl18 SVGTransform initialize(SVGTransform newItem);
20 getter SVGTransform getItem(unsigned long index);
22 SVGTransform insertItemBefore(SVGTransform newItem, unsigned long index);
24 SVGTransform replaceItem(SVGTransform newItem, unsigned long index);
26 SVGTransform removeItem(unsigned long index);
28 SVGTransform appendItem(SVGTransform newItem);
29 SVGTransform createSVGTransformFromMatrix(SVGMatrix matrix);
31 SVGTransform? consolidate();
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/web-sys-0.3.55/webidls/enabled/
H A DSVGTransformList.webidl18 SVGTransform initialize(SVGTransform newItem);
20 getter SVGTransform getItem(unsigned long index);
22 SVGTransform insertItemBefore(SVGTransform newItem, unsigned long index);
24 SVGTransform replaceItem(SVGTransform newItem, unsigned long index);
26 SVGTransform removeItem(unsigned long index);
28 SVGTransform appendItem(SVGTransform newItem);
29 SVGTransform createSVGTransformFromMatrix(SVGMatrix matrix);
31 SVGTransform? consolidate();
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/web-sys-0.3.53/webidls/enabled/
H A DSVGTransformList.webidl18 SVGTransform initialize(SVGTransform newItem);
20 getter SVGTransform getItem(unsigned long index);
22 SVGTransform insertItemBefore(SVGTransform newItem, unsigned long index);
24 SVGTransform replaceItem(SVGTransform newItem, unsigned long index);
26 SVGTransform removeItem(unsigned long index);
28 SVGTransform appendItem(SVGTransform newItem);
29 SVGTransform createSVGTransformFromMatrix(SVGMatrix matrix);
31 SVGTransform? consolidate();
/dports/net/routinator/routinator-0.10.2/cargo-crates/web-sys-0.3.51/webidls/enabled/
H A DSVGTransformList.webidl18 SVGTransform initialize(SVGTransform newItem);
20 getter SVGTransform getItem(unsigned long index);
22 SVGTransform insertItemBefore(SVGTransform newItem, unsigned long index);
24 SVGTransform replaceItem(SVGTransform newItem, unsigned long index);
26 SVGTransform removeItem(unsigned long index);
28 SVGTransform appendItem(SVGTransform newItem);
29 SVGTransform createSVGTransformFromMatrix(SVGMatrix matrix);
31 SVGTransform? consolidate();
/dports/games/genact/genact-0.10.0/cargo-crates/web-sys-0.3.44/webidls/enabled/
H A DSVGTransformList.webidl18 SVGTransform initialize(SVGTransform newItem);
20 getter SVGTransform getItem(unsigned long index);
22 SVGTransform insertItemBefore(SVGTransform newItem, unsigned long index);
24 SVGTransform replaceItem(SVGTransform newItem, unsigned long index);
26 SVGTransform removeItem(unsigned long index);
28 SVGTransform appendItem(SVGTransform newItem);
29 SVGTransform createSVGTransformFromMatrix(SVGMatrix matrix);
31 SVGTransform? consolidate();
/dports/lang/gleam/gleam-0.18.2/cargo-crates/web-sys-0.3.55/webidls/enabled/
H A DSVGTransformList.webidl18 SVGTransform initialize(SVGTransform newItem);
20 getter SVGTransform getItem(unsigned long index);
22 SVGTransform insertItemBefore(SVGTransform newItem, unsigned long index);
24 SVGTransform replaceItem(SVGTransform newItem, unsigned long index);
26 SVGTransform removeItem(unsigned long index);
28 SVGTransform appendItem(SVGTransform newItem);
29 SVGTransform createSVGTransformFromMatrix(SVGMatrix matrix);
31 SVGTransform? consolidate();
/dports/net-im/fractal/fractal-4.4.0/vendor/web-sys/webidls/enabled/
H A DSVGTransformList.webidl18 SVGTransform initialize(SVGTransform newItem);
20 getter SVGTransform getItem(unsigned long index);
22 SVGTransform insertItemBefore(SVGTransform newItem, unsigned long index);
24 SVGTransform replaceItem(SVGTransform newItem, unsigned long index);
26 SVGTransform removeItem(unsigned long index);
28 SVGTransform appendItem(SVGTransform newItem);
29 SVGTransform createSVGTransformFromMatrix(SVGMatrix matrix);
31 SVGTransform? consolidate();

12345678910>>...17