Searched refs:BYTES_PER_PIXEL (Results 1 – 2 of 2) sorted by relevance
30 const BYTES_PER_PIXEL: u32 = 4; constant206 let row_size = width * BYTES_PER_PIXEL; in create_surface()265 BYTES_PER_PIXEL, in framebuffer()
42 #define BYTES_PER_PIXEL 2 macro