Home
last modified time | relevance | path

Searched refs:heightSrc (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
259 xIn, yIn, widthSrc, heightSrc, 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.c137 int heightSrc, in miDoCopy() argument
164 widthSrc, heightSrc, in miDoCopy()
211 box_y2 = yIn + heightSrc; in miDoCopy()
295 if (numRects && widthSrc && heightSrc) in miDoCopy()
304 widthSrc, heightSrc, in miDoCopy()
H A Dmibitblt.c75 int xIn, int yIn, int widthSrc, int heightSrc, int xOut, int yOut) in miCopyArea() argument
126 srcBox.y2 = srcy + heightSrc; in miCopyArea()
135 pptFirst = ppt = xallocarray(heightSrc, sizeof(DDXPointRec)); in miCopyArea()
136 pwidthFirst = pwidth = xallocarray(heightSrc, sizeof(unsigned int)); in miCopyArea()
243 widthSrc, heightSrc, xOut, yOut); in miCopyArea()
H A Dmi.h159 int heightSrc,