Home
last modified time | relevance | path

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

/external/crosvm/devices/src/virtio/gpu/
Dedid.rs22 const MILLIMETERS_PER_INCH: f32 = 25.4; constant
128 ((width as f32 / params.horizontal_dpi() as f32) * MILLIMETERS_PER_INCH) as u16 in new()
133 ((height as f32 / params.vertical_dpi() as f32) * MILLIMETERS_PER_INCH) as u16 in new()