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