Searched refs:opWidth (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xf86-video-geode/dist/src/
H A Dlx_exa.c935 int opWidth, opHeight; local in function:lx_composite_onepass_special
948 opWidth = exaScratch.srcWidth - srcX;
953 if (width < opWidth)
954 opWidth = width;
974 gp_screen_to_screen_convert(dstOffset, srcOffset, opWidth, opHeight, 0);
976 optempX += opWidth;
985 opWidth = ((opX + width) - optempX) > (exaScratch.srcWidth - srcX)
992 opWidth = ((opX + width) - optempX) > exaScratch.srcWidth
1001 opWidth = ((opX + width) - optempX) > exaScratch.srcWidth
1132 int opWidth, opHeigh local in function:lx_do_composite_mask_two_pass
1231 int opWidth = width; local in function:lx_do_composite
[all...]

Completed in 3 milliseconds