Searched refs:bypl (Results 1 – 1 of 1) sorted by relevance
358 int bypl; in vmsvga_update_rect() local372 bypl = surface_stride(surface); in vmsvga_update_rect()374 start = surface_bytes_per_pixel(surface) * x + bypl * y; in vmsvga_update_rect()378 for (line = h; line > 0; line--, src += bypl, dst += bypl) { in vmsvga_update_rect()425 int bypl = surface_stride(surface); in vmsvga_copy_rect() local439 ptr[0] = vram + bypp * x0 + bypl * (y0 + h - 1); in vmsvga_copy_rect()440 ptr[1] = vram + bypp * x1 + bypl * (y1 + h - 1); in vmsvga_copy_rect()441 for (; line > 0; line --, ptr[0] -= bypl, ptr[1] -= bypl) { in vmsvga_copy_rect()445 ptr[0] = vram + bypp * x0 + bypl * y0; in vmsvga_copy_rect()446 ptr[1] = vram + bypp * x1 + bypl * y1; in vmsvga_copy_rect()[all …]