Searched refs:dst_y0 (Results 1 – 1 of 1) sorted by relevance
130 int dst_y0 = region->dy; in unifb_prim_fillrect() local138 int dst_offset = dst_y0 * dst_pitch + dst_x0 * (m_iBpp / 8); in unifb_prim_fillrect()159 dst_x0 = (dst_x0 & 0x1fff) | ((dst_y0 & 0x1fff) << 16); in unifb_prim_fillrect()218 int dst_y0 = area->dy; in unifb_prim_copyarea() local228 int dst_offset = dst_y0 * dst_pitch + dst_x0 * (m_iBpp / 8); in unifb_prim_copyarea()246 if (src_y0 - dst_y0 > 0) { in unifb_prim_copyarea()252 dst_offset = (dst_y0 + aheight) * dst_pitch + in unifb_prim_copyarea()255 dst_y0 += aheight; in unifb_prim_copyarea()266 dst_x0 = (dst_x0 & 0x1fff) | ((dst_y0 & 0x1fff) << 16); in unifb_prim_copyarea()