Name Description Size Coverage
animated -
computed -
distance.rs Machinery to compute distances between animatable values. 4234 -
generics -
mod.rs Common [values][values] used in CSS. [values]: https://drafts.csswg.org/css-values/ 20922 -
resolved -
specified -
tagged_numeric.rs Generic helper to support a tagged numeric value of 4 bytes and a boxed pointer in the same pointer value in 64-bit builds. The over-all design is a tagged pointer, with the low bit of the pointer being non-zero if it is a non-boxed value. We need to pass the numeric type and tag as separate parameters to make sure that they pack along the tag that we use internally in InlineVariant. 7081 -