Lines Matching refs:video_linelength
98 SiS300SetupSRCPitch(ivideo->video_linelength) in SiS300SetupForScreenToScreenCopy()
99 SiS300SetupDSTRect(ivideo->video_linelength, 0xffff) in SiS300SetupForScreenToScreenCopy()
123 srcbase = ivideo->video_linelength * src_y; in SiS300SubsequentScreenToScreenCopy()
127 dstbase = ivideo->video_linelength * dst_y; in SiS300SubsequentScreenToScreenCopy()
152 SiS300SetupDSTRect(ivideo->video_linelength, 0xffff) in SiS300SetupForSolidFill()
164 dstbase = ivideo->video_linelength * y; in SiS300SubsequentSolidFillRect()
188 SiS310SetupSRCPitch(ivideo->video_linelength) in SiS310SetupForScreenToScreenCopy()
189 SiS310SetupDSTRect(ivideo->video_linelength, 0x0fff) in SiS310SetupForScreenToScreenCopy()
223 srcbase = ivideo->video_linelength * mymin; in SiS310SubsequentScreenToScreenCopy()
224 dstbase = ivideo->video_linelength * mymin; in SiS310SubsequentScreenToScreenCopy()
230 srcbase = ivideo->video_linelength * src_y; in SiS310SubsequentScreenToScreenCopy()
234 dstbase = ivideo->video_linelength * dst_y; in SiS310SubsequentScreenToScreenCopy()
254 SiS310SetupDSTRect(ivideo->video_linelength, 0x0fff) in SiS310SetupForSolidFill()
266 dstbase = ivideo->video_linelength * y; in SiS310SubsequentSolidFillRect()