Searched refs:x_bytes (Results 1 – 1 of 1) sorted by relevance
489 int x_bytes, width_bytes; in swrast_put_image2() local505 x_bytes = x * (bpp >> 3); in swrast_put_image2()513 dst = bo->map + x_bytes + (y * internal_stride); in swrast_put_image2()538 int x_bytes, width_bytes; in swrast_get_image() local550 x_bytes = x * (bpp >> 3); in swrast_get_image()560 src = bo->map + x_bytes + (y * internal_stride); in swrast_get_image()