Searched refs:opHeight (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
949 opHeight = exaScratch.srcHeight - srcY;
955 if (height < opHeight)
956 opHeight = height;
974 gp_screen_to_screen_convert(dstOffset, srcOffset, opWidth, opHeight, 0);
979 optempY += opHeight;
987 opHeight = ((opY + height) - optempY) > exaScratch.srcHeight
994 opHeight = ((opY + height) - optempY) > (exaScratch.srcHeight -
1003 opHeight = ((opY + height) - optempY) > exaScratch.srcHeight
1132 int opWidth, opHeight; local in function:lx_do_composite_mask_two_pass
1232 int opHeight = height; local in function:lx_do_composite
[all...]

Completed in 3 milliseconds