Home
last modified time | relevance | path

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

/xnu-8792.41.9/tests/
H A Dvm_phys_footprint.c1389 bytes_per_pixel(uint32_t format) in bytes_per_pixel() function
1507 size_t bpp = bytes_per_pixel(fmt); in CreateSurface()
/xnu-8792.41.9/osfmk/console/
H A Dvideo_console.c2323 uint32_t bytes_per_pixel = 4; in vc_display_lzss_icon() local
2328 …image_start = (uint32_t *) (vinfo.v_baseaddr + (dst_y * bytes_per_row) + (dst_x * bytes_per_pixel)… in vc_display_lzss_icon()