Home
last modified time | relevance | path

Searched refs:max_content (Results 1 – 4 of 4) sorted by relevance

/external/rust/android-crates-io/crates/taffy/src/
Dstyle_helpers.rs249 pub const fn max_content<T: TaffyMaxContent>() -> T { in max_content() function
267 pub const fn max_content() -> Self { in max_content() method
268 max_content::<Self>() in max_content()
277 pub const fn max_content() -> Self { in max_content() method
278 max_content::<Self>() in max_content()
287 pub const fn max_content() -> Self { in max_content() method
288 max_content::<Self>() in max_content()
298 pub const fn max_content() -> Self { in max_content() method
299 max_content::<Self>() in max_content()
Dprelude.rs10 …auto, fit_content, length, max_content, min_content, percent, zero, FromFlex, FromLength, FromPerc…
/external/mesa3d/src/amd/vpelib/inc/
Dvpe_types.h727 uint32_t max_content; /**< Maximum stream's content light level */ member
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_vpe.c372 vpe_hdr->max_content = Color_Parimaries[pri_idx].max_content; in si_vpe_load_default_primaries()