Home
last modified time | relevance | path

Searched refs:xOut (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/xserver/fb/
H A Dfbcopy.c242 int xIn, int yIn, int widthSrc, int heightSrc, int xOut, int yOut) in fbCopyArea() argument
245 widthSrc, heightSrc, xOut, yOut, fbCopyNtoN, 0, 0); in fbCopyArea()
255 int heightSrc, int xOut, int yOut, unsigned long bitplane) in fbCopyPlane() argument
260 xOut, yOut, fbCopyNto1, (Pixel) bitplane, 0); in fbCopyPlane()
263 widthSrc, heightSrc, xOut, yOut, fbCopy1toN, in fbCopyPlane()
268 widthSrc, heightSrc, xOut, yOut); in fbCopyPlane()
H A Dfb.h806 int xIn, int yIn, int widthSrc, int heightSrc, int xOut, int yOut);
816 int heightSrc, int xOut, int yOut, unsigned long bitplane);
/OK3568_Linux_fs/external/xserver/mi/
H A Dmicopy.c138 int xOut, int yOut, miCopyProc copyProc, Pixel bitPlane, void *closure) in miDoCopy() argument
205 xOut += pDstDrawable->x; in miDoCopy()
213 dx = xIn - xOut; in miDoCopy()
305 xOut - pDstDrawable->x, in miDoCopy()
H A Dmibitblt.c75 int xIn, int yIn, int widthSrc, int heightSrc, int xOut, int yOut) in miCopyArea() argument
128 dstx = xOut; in miCopyArea()
243 widthSrc, heightSrc, xOut, yOut); in miCopyArea()
H A Dmi.h160 int xOut,