Home
last modified time | relevance | path

Searched refs:ScaleFactors2D (Results 1 – 25 of 34) sorted by relevance

12

/dports/www/firefox-esr/firefox-91.8.0/gfx/2d/
H A DScaleFactors2D.h26 struct ScaleFactors2D { struct
31 constexpr ScaleFactors2D(const ScaleFactors2D<src, dst>& aCopy) in ScaleFactors2D() argument
56 ScaleFactors2D<src, dst>& operator=(const ScaleFactors2D<src, dst>&) = argument
77 ScaleFactors2D<other, dst> operator/(
84 ScaleFactors2D<src, other> operator/(
91 ScaleFactors2D<src, other> operator*(
98 ScaleFactors2D<other, dst> operator*(
105 ScaleFactors2D<src, other> operator*(
111 ScaleFactors2D<other, dst> operator*(
117 ScaleFactors2D<src, other> operator/(
[all …]
H A Dmoz.build53 "ScaleFactors2D.h",
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/2d/
H A DScaleFactors2D.h26 struct ScaleFactors2D { struct
31 constexpr ScaleFactors2D(const ScaleFactors2D<src, dst>& aCopy) in ScaleFactors2D() function
56 ScaleFactors2D<src, dst>& operator=(const ScaleFactors2D<src, dst>&) = argument
77 ScaleFactors2D<other, dst> operator/(
84 ScaleFactors2D<src, other> operator/(
91 ScaleFactors2D<src, other> operator*(
98 ScaleFactors2D<other, dst> operator*(
105 ScaleFactors2D<src, other> operator*(
111 ScaleFactors2D<other, dst> operator*(
117 ScaleFactors2D<src, other> operator/(
[all …]
H A Dmoz.build53 'ScaleFactors2D.h',
/dports/www/firefox/firefox-99.0/gfx/2d/
H A DScaleFactors2D.h26 struct ScaleFactors2D { struct
31 constexpr ScaleFactors2D(const ScaleFactors2D<src, dst>& aCopy) in ScaleFactors2D() function
56 ScaleFactors2D<src, dst>& operator=(const ScaleFactors2D<src, dst>&) = argument
77 ScaleFactors2D<other, dst> operator/(
84 ScaleFactors2D<src, other> operator/(
91 ScaleFactors2D<src, other> operator*(
98 ScaleFactors2D<other, dst> operator*(
105 ScaleFactors2D<src, other> operator*(
111 ScaleFactors2D<other, dst> operator*(
117 ScaleFactors2D<src, other> operator/(
[all …]
H A Dmoz.build53 "ScaleFactors2D.h",
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/2d/
H A DScaleFactors2D.h26 struct ScaleFactors2D { struct
31 constexpr ScaleFactors2D(const ScaleFactors2D<src, dst>& aCopy) in ScaleFactors2D() argument
56 ScaleFactors2D<src, dst>& operator=(const ScaleFactors2D<src, dst>&) = argument
77 ScaleFactors2D<other, dst> operator/(
84 ScaleFactors2D<src, other> operator/(
91 ScaleFactors2D<src, other> operator*(
98 ScaleFactors2D<other, dst> operator*(
105 ScaleFactors2D<src, other> operator*(
111 ScaleFactors2D<other, dst> operator*(
117 ScaleFactors2D<src, other> operator/(
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/2d/
H A DScaleFactors2D.h26 struct ScaleFactors2D { struct
31 constexpr ScaleFactors2D(const ScaleFactors2D<src, dst>& aCopy) in ScaleFactors2D() function
74 ScaleFactors2D<other, dst> operator/(
81 ScaleFactors2D<src, other> operator/(
88 ScaleFactors2D<src, other> operator*(
95 ScaleFactors2D<other, dst> operator*(
102 ScaleFactors2D<src, other> operator*(
108 ScaleFactors2D<other, dst> operator*(
114 ScaleFactors2D<src, other> operator/(
120 ScaleFactors2D<other, dst> operator/(
[all …]
H A Dmoz.build55 'ScaleFactors2D.h',
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/2d/
H A DScaleFactors2D.h25 struct ScaleFactors2D { struct
29 constexpr ScaleFactors2D() : xScale(1.0), yScale(1.0) {} in ScaleFactors2D() argument
30 constexpr ScaleFactors2D(const ScaleFactors2D<src, dst>& aCopy) in ScaleFactors2D() function
32 constexpr ScaleFactors2D(float aXScale, float aYScale) in ScaleFactors2D() argument
35 explicit constexpr ScaleFactors2D(const gfxSize& aSize) in ScaleFactors2D() argument
73 ScaleFactors2D<other, dst> operator/(const ScaleFactors2D<src, other>& aOther) const {
78 ScaleFactors2D<src, other> operator/(const ScaleFactors2D<other, dst>& aOther) const {
83 ScaleFactors2D<src, other> operator*(const ScaleFactors2D<dst, other>& aOther) const {
88 ScaleFactors2D<other, dst> operator*(const ScaleFactors2D<other, src>& aOther) const {
115 return ScaleFactors2D<other, src>(aA) * aB;
[all …]
H A Dmoz.build50 'ScaleFactors2D.h',
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/base/
H A DUnits.h160 typedef gfx::ScaleFactors2D<CSSPixel, LayoutDevicePixel> CSSToLayoutDeviceScale2D;
161 typedef gfx::ScaleFactors2D<CSSPixel, LayerPixel> CSSToLayerScale2D;
162 typedef gfx::ScaleFactors2D<CSSPixel, ScreenPixel> CSSToScreenScale2D;
163 typedef gfx::ScaleFactors2D<CSSPixel, ParentLayerPixel> CSSToParentLayerScale2D;
164 typedef gfx::ScaleFactors2D<LayoutDevicePixel, CSSPixel> LayoutDeviceToCSSScale2D;
168 typedef gfx::ScaleFactors2D<LayerPixel, CSSPixel> LayerToCSSScale2D;
171 typedef gfx::ScaleFactors2D<LayerPixel, ScreenPixel> LayerToScreenScale2D;
172 typedef gfx::ScaleFactors2D<LayerPixel, ParentLayerPixel> LayerToParentLayerScale2D;
174 typedef gfx::ScaleFactors2D<ScreenPixel, CSSPixel> ScreenToCSSScale2D;
176 typedef gfx::ScaleFactors2D<ScreenPixel, LayerPixel> ScreenToLayerScale2D;
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/layout/base/
H A DUnits.h189 typedef gfx::ScaleFactors2D<CSSPixel, LayoutDevicePixel>
194 typedef gfx::ScaleFactors2D<LayoutDevicePixel, CSSPixel>
196 typedef gfx::ScaleFactors2D<LayoutDevicePixel, LayerPixel>
198 typedef gfx::ScaleFactors2D<LayoutDevicePixel, ScreenPixel>
203 typedef gfx::ScaleFactors2D<LayerPixel, LayoutDevicePixel>
205 typedef gfx::ScaleFactors2D<LayerPixel, RenderTargetPixel>
208 typedef gfx::ScaleFactors2D<LayerPixel, ParentLayerPixel>
210 typedef gfx::ScaleFactors2D<RenderTargetPixel, ScreenPixel>
216 typedef gfx::ScaleFactors2D<ScreenPixel, ParentLayerPixel>
218 typedef gfx::ScaleFactors2D<ParentLayerPixel, LayerPixel>
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/layout/base/
H A DUnits.h191 typedef gfx::ScaleFactors2D<CSSPixel, LayoutDevicePixel>
196 typedef gfx::ScaleFactors2D<LayoutDevicePixel, CSSPixel>
198 typedef gfx::ScaleFactors2D<LayoutDevicePixel, LayerPixel>
200 typedef gfx::ScaleFactors2D<LayoutDevicePixel, ScreenPixel>
205 typedef gfx::ScaleFactors2D<LayerPixel, LayoutDevicePixel>
207 typedef gfx::ScaleFactors2D<LayerPixel, RenderTargetPixel>
210 typedef gfx::ScaleFactors2D<LayerPixel, ParentLayerPixel>
212 typedef gfx::ScaleFactors2D<RenderTargetPixel, ScreenPixel>
218 typedef gfx::ScaleFactors2D<ScreenPixel, ParentLayerPixel>
220 typedef gfx::ScaleFactors2D<ParentLayerPixel, LayerPixel>
[all …]
/dports/www/firefox-esr/firefox-91.8.0/layout/base/
H A DUnits.h206 typedef gfx::ScaleFactors2D<CSSPixel, LayoutDevicePixel>
211 typedef gfx::ScaleFactors2D<LayoutDevicePixel, CSSPixel>
213 typedef gfx::ScaleFactors2D<LayoutDevicePixel, LayerPixel>
215 typedef gfx::ScaleFactors2D<LayoutDevicePixel, ScreenPixel>
220 typedef gfx::ScaleFactors2D<LayerPixel, LayoutDevicePixel>
222 typedef gfx::ScaleFactors2D<LayerPixel, RenderTargetPixel>
225 typedef gfx::ScaleFactors2D<LayerPixel, ParentLayerPixel>
227 typedef gfx::ScaleFactors2D<RenderTargetPixel, ScreenPixel>
233 typedef gfx::ScaleFactors2D<ScreenPixel, ParentLayerPixel>
235 typedef gfx::ScaleFactors2D<ParentLayerPixel, LayerPixel>
[all …]
/dports/www/firefox/firefox-99.0/layout/base/
H A DUnits.h209 typedef gfx::ScaleFactors2D<CSSPixel, LayoutDevicePixel>
214 typedef gfx::ScaleFactors2D<LayoutDevicePixel, CSSPixel>
216 typedef gfx::ScaleFactors2D<LayoutDevicePixel, LayerPixel>
218 typedef gfx::ScaleFactors2D<LayoutDevicePixel, ScreenPixel>
223 typedef gfx::ScaleFactors2D<LayerPixel, LayoutDevicePixel>
225 typedef gfx::ScaleFactors2D<LayerPixel, RenderTargetPixel>
228 typedef gfx::ScaleFactors2D<LayerPixel, ParentLayerPixel>
230 typedef gfx::ScaleFactors2D<RenderTargetPixel, ScreenPixel>
236 typedef gfx::ScaleFactors2D<ScreenPixel, ParentLayerPixel>
238 typedef gfx::ScaleFactors2D<ParentLayerPixel, LayerPixel>
[all …]
H A DUnitTransforms.h140 gfx::ScaleFactors2D<SourceUnits, NewTargetUnits> ViewTargetAs( in ViewTargetAs()
141 const gfx::ScaleFactors2D<SourceUnits, OldTargetUnits>& aScaleFactors, in ViewTargetAs()
143 return gfx::ScaleFactors2D<SourceUnits, NewTargetUnits>(aScaleFactors.xScale, in ViewTargetAs()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/base/
H A DUnits.h206 typedef gfx::ScaleFactors2D<CSSPixel, LayoutDevicePixel>
211 typedef gfx::ScaleFactors2D<LayoutDevicePixel, CSSPixel>
213 typedef gfx::ScaleFactors2D<LayoutDevicePixel, LayerPixel>
215 typedef gfx::ScaleFactors2D<LayoutDevicePixel, ScreenPixel>
220 typedef gfx::ScaleFactors2D<LayerPixel, LayoutDevicePixel>
222 typedef gfx::ScaleFactors2D<LayerPixel, RenderTargetPixel>
225 typedef gfx::ScaleFactors2D<LayerPixel, ParentLayerPixel>
227 typedef gfx::ScaleFactors2D<RenderTargetPixel, ScreenPixel>
233 typedef gfx::ScaleFactors2D<ScreenPixel, ParentLayerPixel>
235 typedef gfx::ScaleFactors2D<ParentLayerPixel, LayerPixel>
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/layers/
H A DDirectionUtils.h46 const gfx::ScaleFactors2D<FromUnits, ToUnits>& aValue) { in GetAxisScale()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/layers/
H A DDirectionUtils.h46 const gfx::ScaleFactors2D<FromUnits, ToUnits>& aValue) { in GetAxisScale()
/dports/www/firefox/firefox-99.0/gfx/layers/
H A DDirectionUtils.h46 const gfx::ScaleFactors2D<FromUnits, ToUnits>& aValue) { in GetAxisScale()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/layers/
H A DDirectionUtils.h46 const gfx::ScaleFactors2D<FromUnits, ToUnits>& aValue) { in GetAxisScale()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/layers/
H A DDirectionUtils.h46 const gfx::ScaleFactors2D<FromUnits, ToUnits>& aValue) { in GetAxisScale()
H A DLayersLogging.h189 const mozilla::gfx::ScaleFactors2D<src, dst>& scale,
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/layers/
H A DLayersLogging.h184 AppendToString(std::stringstream& aStream, const mozilla::gfx::ScaleFactors2D<src, dst>& scale,

12