Home
last modified time | relevance | path

Searched defs:CSSPixelLength (Results 1 – 25 of 26) sorted by relevance

12

/dports/www/firefox-esr/firefox-91.8.0/servo/components/style/values/computed/
H A Dlength_percentage.rs217 tag: LengthPercentageUnion::TAG_LENGTH,
226 #[inline]
227 pub fn new_percent(percentage: Percentage) -> Self {
307 LengthPercentageUnion::TAG_CALC => Tag::Calc,
317 match self.tag() { in is_zero()
336 #[inline] in sum()
337 unsafe fn calc_ptr(&self) -> *mut CalcLengthPercentage { in sum()
344 self.0.calc.ptr.swap_bytes() as *mut _ in sum()
350 match self.unpack() {
368 pub fn is_definitely_zero(&self) -> bool {
[all …]
H A Dmod.rs235 pub fn maybe_zoom_text(&self, size: CSSPixelLength) -> CSSPixelLength { in maybe_zoom_text()
248 pub fn maybe_zoom_text(&self, size: CSSPixelLength) -> CSSPixelLength { in maybe_zoom_text()
/dports/www/firefox/firefox-99.0/servo/components/style/values/computed/
H A Dlength.rs219 pub struct CSSPixelLength(CSSFloat); struct
221 impl fmt::Debug for CSSPixelLength { implementation
228 impl CSSPixelLength { implementation
319 impl ToCss for CSSPixelLength { implementation
336 impl Add for CSSPixelLength { implementation
345 impl AddAssign for CSSPixelLength { implementation
352 impl Div for CSSPixelLength { implementation
361 impl Div<CSSFloat> for CSSPixelLength { implementation
386 impl Neg for CSSPixelLength { implementation
395 impl Sub for CSSPixelLength { implementation
[all …]
H A Dmod.rs235 pub fn maybe_zoom_text(&self, size: CSSPixelLength) -> CSSPixelLength { in maybe_zoom_text()
248 pub fn maybe_zoom_text(&self, size: CSSPixelLength) -> CSSPixelLength { in maybe_zoom_text()
/dports/mail/thunderbird/thunderbird-91.8.0/servo/components/style/values/computed/
H A Dlength.rs217 pub struct CSSPixelLength(CSSFloat); struct
219 impl fmt::Debug for CSSPixelLength { implementation
226 impl CSSPixelLength { implementation
317 impl ToCss for CSSPixelLength { implementation
334 impl Add for CSSPixelLength { implementation
343 impl AddAssign for CSSPixelLength { implementation
350 impl Div for CSSPixelLength { implementation
359 impl Div<CSSFloat> for CSSPixelLength { implementation
384 impl Neg for CSSPixelLength { implementation
393 impl Sub for CSSPixelLength { implementation
[all …]
H A Dmod.rs235 pub fn maybe_zoom_text(&self, size: CSSPixelLength) -> CSSPixelLength { in maybe_zoom_text()
248 pub fn maybe_zoom_text(&self, size: CSSPixelLength) -> CSSPixelLength { in maybe_zoom_text()
/dports/lang/spidermonkey78/firefox-78.9.0/servo/components/style/values/computed/
H A Dlength.rs211 pub struct CSSPixelLength(CSSFloat); struct
213 impl fmt::Debug for CSSPixelLength { implementation
220 impl CSSPixelLength { implementation
299 impl ToCss for CSSPixelLength { implementation
310 impl Add for CSSPixelLength { implementation
319 impl AddAssign for CSSPixelLength { implementation
326 impl Div<CSSFloat> for CSSPixelLength { implementation
342 impl Mul<CSSFloat> for CSSPixelLength { implementation
351 impl Neg for CSSPixelLength { implementation
360 impl Sub for CSSPixelLength { implementation
[all …]
H A Dmod.rs224 pub fn maybe_zoom_text(&self, size: CSSPixelLength) -> CSSPixelLength { in maybe_zoom_text()
237 pub fn maybe_zoom_text(&self, size: CSSPixelLength) -> CSSPixelLength { in maybe_zoom_text()
/dports/www/firefox-esr/firefox-91.8.0/servo/components/style/servo/
H A Dmedia_queries.rs99 pub fn root_font_size(&self) -> CSSPixelLength { in root_font_size()
105 pub fn set_root_font_size(&self, size: CSSPixelLength) { in set_root_font_size()
193 value: Option<CSSPixelLength>, in eval_width()
/dports/www/firefox/firefox-99.0/servo/components/style/servo/
H A Dmedia_queries.rs99 pub fn root_font_size(&self) -> CSSPixelLength { in root_font_size()
105 pub fn set_root_font_size(&self, size: CSSPixelLength) { in set_root_font_size()
193 value: Option<CSSPixelLength>, in eval_width()
/dports/mail/thunderbird/thunderbird-91.8.0/servo/components/style/servo/
H A Dmedia_queries.rs99 pub fn root_font_size(&self) -> CSSPixelLength { in root_font_size()
105 pub fn set_root_font_size(&self, size: CSSPixelLength) { in set_root_font_size()
193 value: Option<CSSPixelLength>, in eval_width()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/values/computed/
H A Dlength.rs108 pub fn length(&self) -> CSSPixelLength { in length()
115 pub fn length_component(&self) -> CSSPixelLength { in length_component()
121 pub fn unclamped_length(&self) -> CSSPixelLength { in unclamped_length()
725 pub struct CSSPixelLength(CSSFloat); struct
727 impl CSSPixelLength { implementation
757 impl ToCss for CSSPixelLength { implementation
768 impl Neg for CSSPixelLength { implementation
784 impl From<Au> for CSSPixelLength { implementation
/dports/lang/spidermonkey78/firefox-78.9.0/servo/components/style/gecko/
H A Dmedia_features.rs44 value: Option<CSSPixelLength>, in eval_width()
57 value: Option<CSSPixelLength>, in eval_device_width()
70 value: Option<CSSPixelLength>, in eval_height()
83 value: Option<CSSPixelLength>, in eval_device_height()
/dports/www/firefox-esr/firefox-91.8.0/servo/components/style/gecko/
H A Dmedia_features.rs32 value: Option<CSSPixelLength>, in eval_width()
45 value: Option<CSSPixelLength>, in eval_device_width()
58 value: Option<CSSPixelLength>, in eval_height()
71 value: Option<CSSPixelLength>, in eval_device_height()
/dports/mail/thunderbird/thunderbird-91.8.0/servo/components/style/gecko/
H A Dmedia_features.rs32 value: Option<CSSPixelLength>, in eval_width()
45 value: Option<CSSPixelLength>, in eval_device_width()
58 value: Option<CSSPixelLength>, in eval_height()
71 value: Option<CSSPixelLength>, in eval_device_height()
/dports/www/firefox/firefox-99.0/servo/components/style/gecko/
H A Dmedia_features.rs31 value: Option<CSSPixelLength>, in eval_width()
44 value: Option<CSSPixelLength>, in eval_device_width()
57 value: Option<CSSPixelLength>, in eval_height()
70 value: Option<CSSPixelLength>, in eval_device_height()
/dports/lang/spidermonkey78/firefox-78.9.0/servo/components/style/servo/
H A Dmedia_queries.rs182 value: Option<CSSPixelLength>, in eval_width()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/values/specified/
H A Dlength.rs99 pub fn to_computed_value(&self, context: &Context, base_size: FontBaseSize) -> CSSPixelLength { in to_computed_value()
236 pub fn to_computed_value(&self, viewport_size: Size2D<Au>) -> CSSPixelLength { in to_computed_value()
262 pub fn to_computed_value(&self, reference_font_size: Au) -> CSSPixelLength { in to_computed_value()
/dports/www/firefox-esr/firefox-91.8.0/servo/components/style/values/specified/
H A Dlength.rs315 pub fn to_computed_value(&self, viewport_size: Size2D<Au>) -> CSSPixelLength { in to_computed_value()
H A Dfont.rs596 fn to_computed_value(&self, context: &Context) -> CSSPixelLength { in to_computed_value()
/dports/mail/thunderbird/thunderbird-91.8.0/servo/components/style/values/specified/
H A Dlength.rs315 pub fn to_computed_value(&self, viewport_size: Size2D<Au>) -> CSSPixelLength { in to_computed_value()
H A Dfont.rs596 fn to_computed_value(&self, context: &Context) -> CSSPixelLength { in to_computed_value()
/dports/lang/spidermonkey78/firefox-78.9.0/servo/components/style/values/specified/
H A Dlength.rs315 pub fn to_computed_value(&self, viewport_size: Size2D<Au>) -> CSSPixelLength { in to_computed_value()
/dports/www/firefox/firefox-99.0/servo/components/style/values/specified/
H A Dlength.rs368 pub fn to_computed_value(&self, viewport_size: Size2D<Au>) -> CSSPixelLength { in to_computed_value()
H A Dfont.rs602 fn to_computed_value(&self, context: &Context) -> CSSPixelLength { in to_computed_value()

12