Lines Matching refs:dst_y
118 int src_y, int dst_x, int dst_y, int width, int height) in SiS300SubsequentScreenToScreenCopy() argument
126 if(dst_y >= 2048) { in SiS300SubsequentScreenToScreenCopy()
127 dstbase = ivideo->video_linelength * dst_y; in SiS300SubsequentScreenToScreenCopy()
128 dst_y = 0; in SiS300SubsequentScreenToScreenCopy()
140 dst_y += height-1; in SiS300SubsequentScreenToScreenCopy()
144 SiS300SetupDSTXY(dst_x, dst_y) in SiS300SubsequentScreenToScreenCopy()
205 int dst_x, int dst_y, int width, int height) in SiS310SubsequentScreenToScreenCopy() argument
208 int mymin = min(src_y, dst_y); in SiS310SubsequentScreenToScreenCopy()
209 int mymax = max(src_y, dst_y); in SiS310SubsequentScreenToScreenCopy()
222 if((src_y >= 2048) || (dst_y >= 2048)) { in SiS310SubsequentScreenToScreenCopy()
226 dst_y -= mymin; in SiS310SubsequentScreenToScreenCopy()
233 if(dst_y >= 2048) { in SiS310SubsequentScreenToScreenCopy()
234 dstbase = ivideo->video_linelength * dst_y; in SiS310SubsequentScreenToScreenCopy()
235 dst_y = 0; in SiS310SubsequentScreenToScreenCopy()
246 SiS310SetupDSTXY(dst_x, dst_y) in SiS310SubsequentScreenToScreenCopy()