pub fn encode_css_pixel_as_i16(prop: &CssPropertyValue<PixelValue>) -> i16Expand description
Resolve a CssPropertyValueExact(px(...)) values. Everything else → sentinel.
For the compact cache builder, we only pre-resolve absolute pixel values.
Relative units (em, %, etc.) get sentinel and fall back to the slow path.