Searched refs:dst_y0 (Results 1 – 1 of 1) sorted by relevance
127 int dst_y0 = region->dy; in unifb_prim_fillrect() local135 int dst_offset = dst_y0 * dst_pitch + dst_x0 * (m_iBpp / 8); in unifb_prim_fillrect()156 dst_x0 = (dst_x0 & 0x1fff) | ((dst_y0 & 0x1fff) << 16); in unifb_prim_fillrect()215 int dst_y0 = area->dy; in unifb_prim_copyarea() local225 int dst_offset = dst_y0 * dst_pitch + dst_x0 * (m_iBpp / 8); in unifb_prim_copyarea()243 if (src_y0 - dst_y0 > 0) { in unifb_prim_copyarea()249 dst_offset = (dst_y0 + aheight) * dst_pitch + in unifb_prim_copyarea()252 dst_y0 += aheight; in unifb_prim_copyarea()263 dst_x0 = (dst_x0 & 0x1fff) | ((dst_y0 & 0x1fff) << 16); in unifb_prim_copyarea()