Searched refs:opY (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/xf86-video-geode/dist/src/ |
| H A D | lx_exa.c | 826 int opX, int opY, int srcX, int srcY) 859 optempY = opY + j - srcY; 873 optempY = opY + j - srcY; 931 int opY, int srcX, int srcY) 940 optempY = opY; 980 if (optempY >= opY + height) 987 opHeight = ((opY + height) - optempY) > exaScratch.srcHeight 988 ? exaScratch.srcHeight : ((opY + height) - optempY); 990 else if (optempY == opY) { 994 opHeight = ((opY 824 lx_composite_onepass_add_a8(PixmapPtr pxDst,unsigned long dstOffset,unsigned long srcOffset,int width,int height,int opX,int opY,int srcX,int srcY) argument 930 lx_composite_onepass_special(PixmapPtr pxDst,int width,int height,int opX,int opY,int srcX,int srcY) argument 1126 lx_do_composite_mask_two_pass(PixmapPtr pxDst,unsigned long dstOffset,unsigned int maskOffset,int width,int height,int opX,int opY,xPointFixed srcPoint) argument 1230 int opY = dstY; local in function:lx_do_composite [all...] |
Completed in 3 milliseconds