Searched refs:yIn (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/external/xserver/mi/ |
| H A D | micopy.c | 135 int yIn, in miDoCopy() argument 163 (*pSrcDrawable->pScreen->SourceValidate) (pSrcDrawable, xIn, yIn, in miDoCopy() 203 yIn += pSrcDrawable->y; in miDoCopy() 209 box_y1 = yIn; in miDoCopy() 211 box_y2 = yIn + heightSrc; in miDoCopy() 214 dy = yIn - yOut; in miDoCopy() 303 yIn - pSrcDrawable->y, in miDoCopy()
|
| H A D | mibitblt.c | 75 int xIn, int yIn, int widthSrc, int heightSrc, int xOut, int yOut) in miCopyArea() argument 93 srcy = yIn + pSrcDrawable->y; in miCopyArea() 242 prgnExposed = miHandleExposures(pSrcDrawable, pDstDrawable, pGC, xIn, yIn, in miCopyArea()
|
| H A D | mi.h | 157 int yIn,
|
| /OK3568_Linux_fs/external/xserver/fb/ |
| H A D | fbcopy.c | 242 int xIn, int yIn, int widthSrc, int heightSrc, int xOut, int yOut) in fbCopyArea() argument 244 return miDoCopy(pSrcDrawable, pDstDrawable, pGC, xIn, yIn, in fbCopyArea() 253 int yIn, in fbCopyPlane() argument 259 xIn, yIn, widthSrc, heightSrc, in fbCopyPlane() 262 return miDoCopy(pSrcDrawable, pDstDrawable, pGC, xIn, yIn, in fbCopyPlane() 267 xIn, yIn, in fbCopyPlane()
|
| H A D | fb.h | 806 int xIn, int yIn, int widthSrc, int heightSrc, int xOut, int yOut); 814 int yIn,
|