Lines Matching refs:sourceHeight
1867 int sourceWidth, int sourceHeight,
1874 int sourceWidth, int sourceHeight,
1881 int sourceWidth, int sourceHeight,
1888 int sourceWidth, int sourceHeight,
1895 int sourceWidth, int sourceHeight,
1908 int sourceWidth, int sourceHeight, in vc_blit_rect() argument
1927 …vc_blit_rect_8( x, y, bx, width, height, sourceWidth, sourceHeight, sourceRow, backRow, dataPtr, (… in vc_blit_rect()
1931 …vc_blit_rect_16( x, y, bx, width, height, sourceWidth, sourceHeight, sourceRow, backRow, dataPtr, … in vc_blit_rect()
1934 …vc_blit_rect_32( x, y, bx, width, height, sourceWidth, sourceHeight, sourceRow, backRow, dataPtr, … in vc_blit_rect()
1937 …vc_blit_rect_30( x, y, bx, width, height, sourceWidth, sourceHeight, sourceRow, backRow, dataPtr, … in vc_blit_rect()
1945 int sourceWidth, int sourceHeight, in vc_blit_rect_8() argument
1963 sy = ((c + d) < 0) ? ((sourceHeight * scale) - 0x8000) : 0; in vc_blit_rect_8()
2008 int sourceWidth, int sourceHeight, in vc_blit_rect_16() argument
2026 sy = ((c + d) < 0) ? ((sourceHeight * scale) - 0x8000) : 0; in vc_blit_rect_16()
2084 int sourceWidth, int sourceHeight, in vc_blit_rect_32() argument
2102 sy = ((c + d) < 0) ? ((sourceHeight * scale) - 0x8000) : 0; in vc_blit_rect_32()
2158 int sourceWidth, int sourceHeight, in vc_blit_rect_30() argument
2177 sy = ((c + d) < 0) ? ((sourceHeight * scale) - 0x8000) : 0; in vc_blit_rect_30()