Lines Matching refs:sourceWidth
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
1962 sx = ((a + b) < 0) ? ((sourceWidth * scale) - 0x8000) : 0; in vc_blit_rect_8()
2008 int sourceWidth, int sourceHeight, in vc_blit_rect_16() argument
2025 sx = ((a + b) < 0) ? ((sourceWidth * scale) - 0x8000) : 0; in vc_blit_rect_16()
2084 int sourceWidth, int sourceHeight, in vc_blit_rect_32() argument
2101 sx = ((a + b) < 0) ? ((sourceWidth * scale) - 0x8000) : 0; in vc_blit_rect_32()
2158 int sourceWidth, int sourceHeight, in vc_blit_rect_30() argument
2176 sx = ((a + b) < 0) ? ((sourceWidth * scale) - 0x8000) : 0; in vc_blit_rect_30()