Home
last modified time | relevance | path

Searched refs:containing_len (Results 1 – 8 of 8) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/values/generics/
H A Dtransform.rs324 fn to_pixel_length(&self, containing_len: Option<Au>) -> Result<CSSFloat, ()>; in to_pixel_length()
364 fn to_pixel_length(&self, containing_len: Option<Au>) -> Result<CSSFloat, ()> { in to_pixel_length()
371 match containing_len { in to_pixel_length()
/dports/www/firefox-esr/firefox-91.8.0/servo/components/style/values/generics/
H A Dtransform.rs331 fn to_pixel_length(&self, containing_len: Option<ComputedLength>) -> Result<CSSFloat, ()>; in to_pixel_length()
371 fn to_pixel_length(&self, containing_len: Option<ComputedLength>) -> Result<CSSFloat, ()> { in to_pixel_length()
372 match containing_len { in to_pixel_length()
/dports/mail/thunderbird/thunderbird-91.8.0/servo/components/style/values/generics/
H A Dtransform.rs331 fn to_pixel_length(&self, containing_len: Option<ComputedLength>) -> Result<CSSFloat, ()>; in to_pixel_length()
371 fn to_pixel_length(&self, containing_len: Option<ComputedLength>) -> Result<CSSFloat, ()> { in to_pixel_length()
372 match containing_len { in to_pixel_length()
/dports/lang/spidermonkey78/firefox-78.9.0/servo/components/style/values/generics/
H A Dtransform.rs331 fn to_pixel_length(&self, containing_len: Option<ComputedLength>) -> Result<CSSFloat, ()>; in to_pixel_length()
371 fn to_pixel_length(&self, containing_len: Option<ComputedLength>) -> Result<CSSFloat, ()> { in to_pixel_length()
372 match containing_len { in to_pixel_length()
/dports/www/firefox/firefox-99.0/servo/components/style/values/generics/
H A Dtransform.rs366 fn to_pixel_length(&self, containing_len: Option<ComputedLength>) -> Result<CSSFloat, ()>; in to_pixel_length()
406 fn to_pixel_length(&self, containing_len: Option<ComputedLength>) -> Result<CSSFloat, ()> { in to_pixel_length()
407 Ok(self.maybe_percentage_relative_to(containing_len).ok_or(())?.px()) in to_pixel_length()
/dports/devel/gdb/gdb-11.1/gdb/
H A Dm32c-tdep.c405 int containing_len = TYPE_LENGTH (reg->rx->type); in m32c_find_part() local
415 if (elt_offset + elt_len > containing_len) in m32c_find_part()
417 elt_len = containing_len - elt_offset; in m32c_find_part()
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dm32c-tdep.c416 int containing_len = TYPE_LENGTH (reg->rx->type); in m32c_find_part() local
426 if (elt_offset + elt_len > containing_len) in m32c_find_part()
428 elt_len = containing_len - elt_offset; in m32c_find_part()
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dm32c-tdep.c415 int containing_len = TYPE_LENGTH (reg->rx->type); in m32c_find_part() local
425 if (elt_offset + elt_len > containing_len) in m32c_find_part()
427 elt_len = containing_len - elt_offset; in m32c_find_part()