Searched refs:MILLIMETERS_PER_INCH (Results 1 – 1 of 1) sorted by relevance
22 const MILLIMETERS_PER_INCH: f32 = 25.4; constant128 ((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()