Type Alias webrender_api::units::LayoutToDeviceScale
source · pub type LayoutToDeviceScale = Scale<f32, LayoutPixel, DevicePixel>;
Expand description
A complete scaling ratio from layout space to device pixel space.
Aliased Type§
struct LayoutToDeviceScale(pub f32);
Fields§
§0: f32