pub(crate) struct ReplacedContents {
pub kind: ReplacedContentKind,
natural_size: NaturalSizes,
base_fragment_info: BaseFragmentInfo,
}Fields§
§kind: ReplacedContentKind§natural_size: NaturalSizes§base_fragment_info: BaseFragmentInfoImplementations§
Source§impl ReplacedContents
impl ReplacedContents
pub fn for_element( node: ServoThreadSafeLayoutNode<'_>, context: &LayoutContext<'_>, ) -> Option<Self>
pub fn from_image_url( node: ServoThreadSafeLayoutNode<'_>, context: &LayoutContext<'_>, image_url: &ComputedUrl, ) -> Option<Self>
pub fn from_image( element: ServoThreadSafeLayoutNode<'_>, context: &LayoutContext<'_>, image: &ComputedImage, ) -> Option<Self>
fn content_size( &self, axis: Direction, preferred_aspect_ratio: Option<AspectRatio>, get_size_in_opposite_axis: &dyn Fn() -> SizeConstraint, get_fallback_size: &dyn Fn() -> Au, ) -> Au
pub fn make_fragments( &self, layout_context: &LayoutContext<'_>, style: &ServoArc<ComputedValues>, size: PhysicalSize<Au>, ) -> Vec<Fragment>
pub(crate) fn preferred_aspect_ratio( &self, style: &ComputedValues, padding_border_sums: &LogicalVec2<Au>, ) -> Option<AspectRatio>
Sourcepub(crate) fn fallback_inline_size(&self, writing_mode: WritingMode) -> Au
pub(crate) fn fallback_inline_size(&self, writing_mode: WritingMode) -> Au
The inline size that would result from combining the natural size and the default object size, but disregarding the specified size. https://drafts.csswg.org/css-images-3/#natural-dimensions https://drafts.csswg.org/css-images-3/#default-object-size https://drafts.csswg.org/css-images-3/#specified-size
Sourcepub(crate) fn fallback_block_size(&self, writing_mode: WritingMode) -> Au
pub(crate) fn fallback_block_size(&self, writing_mode: WritingMode) -> Au
The block size that would result from combining the natural size and the default object size, but disregarding the specified size. https://drafts.csswg.org/css-images-3/#natural-dimensions https://drafts.csswg.org/css-images-3/#default-object-size https://drafts.csswg.org/css-images-3/#specified-size
pub(crate) fn layout_style<'a>( &self, base: &'a LayoutBoxBase, ) -> LayoutStyle<'a>
pub(crate) fn layout( &self, layout_context: &LayoutContext<'_>, containing_block_for_children: &ContainingBlock<'_>, preferred_aspect_ratio: Option<AspectRatio>, base: &LayoutBoxBase, lazy_block_size: &LazySize<'_>, ) -> CacheableLayoutResult
Trait Implementations§
Source§impl ComputeInlineContentSizes for ReplacedContents
impl ComputeInlineContentSizes for ReplacedContents
fn compute_inline_content_sizes( &self, _: &LayoutContext<'_>, constraint_space: &ConstraintSpace<'_>, ) -> InlineContentSizesResult
Source§fn compute_inline_content_sizes_with_fixup(
&self,
layout_context: &LayoutContext<'_>,
constraint_space: &ConstraintSpace<'_>,
) -> InlineContentSizesResult
fn compute_inline_content_sizes_with_fixup( &self, layout_context: &LayoutContext<'_>, constraint_space: &ConstraintSpace<'_>, ) -> InlineContentSizesResult
Returns the same result as
Self::compute_inline_content_sizes(), but adjusted
to floor the max-content size by the min-content size.
This is being discussed in https://github.com/w3c/csswg-drafts/issues/12076.Source§impl Debug for ReplacedContents
impl Debug for ReplacedContents
Source§impl MallocSizeOf for ReplacedContents
impl MallocSizeOf for ReplacedContents
Source§fn size_of(&self, ops: &mut MallocSizeOfOps) -> usize
fn size_of(&self, ops: &mut MallocSizeOfOps) -> usize
Measure the heap usage of all descendant heap-allocated structures, but
not the space taken up by the value itself.
Auto Trait Implementations§
impl Freeze for ReplacedContents
impl RefUnwindSafe for ReplacedContents
impl Send for ReplacedContents
impl Sync for ReplacedContents
impl Unpin for ReplacedContents
impl UnwindSafe for ReplacedContents
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> Filterable for T
impl<T> Filterable for T
Source§fn filterable(
self,
filter_name: &'static str,
) -> RequestFilterDataProvider<T, fn(DataRequest<'_>) -> bool>
fn filterable( self, filter_name: &'static str, ) -> RequestFilterDataProvider<T, fn(DataRequest<'_>) -> bool>
Creates a filterable data provider with the given name for debugging. Read more
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§impl<T> MaybeBoxed<Box<T>> for T
impl<T> MaybeBoxed<Box<T>> for T
Source§fn maybe_boxed(self) -> Box<T>
fn maybe_boxed(self) -> Box<T>
Convert
Source§impl<T> MaybeBoxed<T> for T
impl<T> MaybeBoxed<T> for T
Source§fn maybe_boxed(self) -> T
fn maybe_boxed(self) -> T
Convert