Lines Matching refs:sy
1954 int sx, sy, a, b, c, d; in vc_blit_rect_8() local
1963 sy = ((c + d) < 0) ? ((sourceHeight * scale) - 0x8000) : 0; in vc_blit_rect_8()
1977 + sourceRow * (((sy + (col * c) + (line * d)) >> 16))]; in vc_blit_rect_8()
2017 int sx, sy, a, b, c, d; in vc_blit_rect_16() local
2026 sy = ((c + d) < 0) ? ((sourceHeight * scale) - 0x8000) : 0; in vc_blit_rect_16()
2043 + sourceRow * (((sy + (col * c) + (line * d)) >> 16))]; in vc_blit_rect_16()
2093 int sx, sy, a, b, c, d; in vc_blit_rect_32() local
2102 sy = ((c + d) < 0) ? ((sourceHeight * scale) - 0x8000) : 0; in vc_blit_rect_32()
2119 + sourceRow * (((sy + (col * c) + (line * d)) >> 16))]; in vc_blit_rect_32()
2168 int sx, sy, a, b, c, d; in vc_blit_rect_30() local
2177 sy = ((c + d) < 0) ? ((sourceHeight * scale) - 0x8000) : 0; in vc_blit_rect_30()
2194 + sourceRow * (((sy + (col * c) + (line * d)) >> 16))]; in vc_blit_rect_30()