Lines Matching refs:sourceHeight
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
1961 sy = ((c + d) < 0) ? ((sourceHeight * scale) - 0x8000) : 0; in vc_blit_rect_8()
2021 int sourceWidth, int sourceHeight, in vc_blit_rect_16() argument
2039 sy = ((c + d) < 0) ? ((sourceHeight * scale) - 0x8000) : 0; in vc_blit_rect_16()
2097 int sourceWidth, int sourceHeight, in vc_blit_rect_32() argument
2115 sy = ((c + d) < 0) ? ((sourceHeight * scale) - 0x8000) : 0; in vc_blit_rect_32()
2171 int sourceWidth, int sourceHeight, in vc_blit_rect_30() argument
2190 sy = ((c + d) < 0) ? ((sourceHeight * scale) - 0x8000) : 0; in vc_blit_rect_30()