Lines Matching refs:sourceWidth
1865 int sourceWidth, int sourceHeight,
1872 int sourceWidth, int sourceHeight,
1879 int sourceWidth, int sourceHeight,
1886 int sourceWidth, int sourceHeight,
1893 int sourceWidth, int sourceHeight,
1906 int sourceWidth, int sourceHeight, in vc_blit_rect() argument
1925 …vc_blit_rect_8( x, y, bx, width, height, sourceWidth, sourceHeight, sourceRow, backRow, dataPtr, (… in vc_blit_rect()
1929 …vc_blit_rect_16( x, y, bx, width, height, sourceWidth, sourceHeight, sourceRow, backRow, dataPtr, … in vc_blit_rect()
1932 …vc_blit_rect_32( x, y, bx, width, height, sourceWidth, sourceHeight, sourceRow, backRow, dataPtr, … in vc_blit_rect()
1935 …vc_blit_rect_30( x, y, bx, width, height, sourceWidth, sourceHeight, sourceRow, backRow, dataPtr, … in vc_blit_rect()
1943 int sourceWidth, int sourceHeight, in vc_blit_rect_8() argument
1960 sx = ((a + b) < 0) ? ((sourceWidth * scale) - 0x8000) : 0; in vc_blit_rect_8()
2021 int sourceWidth, int sourceHeight, in vc_blit_rect_16() argument
2038 sx = ((a + b) < 0) ? ((sourceWidth * scale) - 0x8000) : 0; in vc_blit_rect_16()
2097 int sourceWidth, int sourceHeight, in vc_blit_rect_32() argument
2114 sx = ((a + b) < 0) ? ((sourceWidth * scale) - 0x8000) : 0; in vc_blit_rect_32()
2171 int sourceWidth, int sourceHeight, in vc_blit_rect_30() argument
2189 sx = ((a + b) < 0) ? ((sourceWidth * scale) - 0x8000) : 0; in vc_blit_rect_30()