Lines Matching refs:video_linelength
85 SiS300SetupSRCPitch(ivideo->video_linelength) in SiS300SetupForScreenToScreenCopy()
86 SiS300SetupDSTRect(ivideo->video_linelength, 0xffff) in SiS300SetupForScreenToScreenCopy()
110 srcbase = ivideo->video_linelength * src_y; in SiS300SubsequentScreenToScreenCopy()
114 dstbase = ivideo->video_linelength * dst_y; in SiS300SubsequentScreenToScreenCopy()
139 SiS300SetupDSTRect(ivideo->video_linelength, 0xffff) in SiS300SetupForSolidFill()
151 dstbase = ivideo->video_linelength * y; in SiS300SubsequentSolidFillRect()
175 SiS310SetupSRCPitch(ivideo->video_linelength) in SiS310SetupForScreenToScreenCopy()
176 SiS310SetupDSTRect(ivideo->video_linelength, 0x0fff) in SiS310SetupForScreenToScreenCopy()
210 srcbase = ivideo->video_linelength * mymin; in SiS310SubsequentScreenToScreenCopy()
211 dstbase = ivideo->video_linelength * mymin; in SiS310SubsequentScreenToScreenCopy()
217 srcbase = ivideo->video_linelength * src_y; in SiS310SubsequentScreenToScreenCopy()
221 dstbase = ivideo->video_linelength * dst_y; in SiS310SubsequentScreenToScreenCopy()
241 SiS310SetupDSTRect(ivideo->video_linelength, 0x0fff) in SiS310SetupForSolidFill()
253 dstbase = ivideo->video_linelength * y; in SiS310SubsequentSolidFillRect()