Lines Matching refs:dst_height
3303 unsigned int bpp, src_height, src_width, dst_height, dst_width, row_byte_count; in surface_cpu_blt() local
3394 dst_height = dst_box->bottom - dst_box->top; in surface_cpu_blt()
3416 if (src_height != dst_height || src_width != dst_width) in surface_cpu_blt()
3424 src_map.row_pitch, dst_map.row_pitch, dst_width, dst_height, in surface_cpu_blt()
3430 && (src_width != dst_width || src_height != dst_height)) in surface_cpu_blt()
3438 yinc = (src_height << 16) / dst_height; in surface_cpu_blt()
3445 if (dst_height == src_height) in surface_cpu_blt()
3456 for (y = 0; y < dst_height; ++y) in surface_cpu_blt()
3466 sbuf += src_map.row_pitch * dst_height; in surface_cpu_blt()
3467 dbuf += dst_map.row_pitch * dst_height; in surface_cpu_blt()
3468 for (y = 0; y < dst_height; ++y) in surface_cpu_blt()
3478 for (y = 0; y < dst_height; ++y) in surface_cpu_blt()
3489 for (y = sy = 0; y < dst_height; ++y, sy += yinc) in surface_cpu_blt()
3501 for (y = sy = 0; y < dst_height; ++y, sy += yinc) in surface_cpu_blt()
3613 dBottomLeft = dTopLeft + ((dst_height - 1) * dst_map.row_pitch); in surface_cpu_blt()
3694 for (y = sy = 0; y < dst_height; ++y, sy += yinc) \ in surface_cpu_blt()
3727 for (y = sy = 0; y < dst_height; ++y, sy += yinc) in surface_cpu_blt()