Lines Matching refs:width
106 && image.width & (32 / bit_per_pixel - 1) == 0 in generic_imageblit()
129 let spitch = (image.width + 7) / 8; in fast_imageblit()
150 let k = image.width / ppw; in fast_imageblit()
237 _image.width, in slow_imageblit()
487 pub width: u32, field
498 pub fn new(dx: u32, dy: u32, width: u32, height: u32, color: u32, rop: FillRectROP) -> Self { in new()
502 width, in new()
530 pub width: u32, field
541 pub fn new(dx: i32, dy: i32, width: u32, height: u32, sx: i32, sy: i32) -> Self { in new()
545 width, in new()
587 pub width: Option<u32>, field
630 width: None, in default()
1228 pub width: u32, field