Searched refs:widthBytesLine (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/sun/
H A DsunCursor.c119 long widthBytesLine, length; local in function:sunLoadCursor
161 widthBytesLine = BitmapBytePad(w);
162 length = widthBytesLine * h;
167 if ( widthBytesLine != widthBytesLineProto ) {
168 if (widthBytesLine - widthBytesLineProto == 4) {
196 sbufPtr += widthBytesLine,
198 mbufPtr += widthBytesLine,
/xsrc/external/mit/xorg-server/dist/hw/sun/
H A DsunCursor.c119 long widthBytesLine, length; local in function:sunLoadCursor
161 widthBytesLine = BitmapBytePad(w);
162 length = widthBytesLine * h;
167 if ( widthBytesLine != widthBytesLineProto ) {
168 if (widthBytesLine - widthBytesLineProto == 4) {
196 sbufPtr += widthBytesLine,
198 mbufPtr += widthBytesLine,
/xsrc/external/mit/xorg-server.old/dist/Xext/
H A Dxace.h99 long widthBytesLine,
H A Dxace.c208 * widthBytesLine is the width in bytes of one horizontal line in pBuf.
224 long widthBytesLine,
284 widthBytesLine, (pointer)pBuf);
308 memset(pBuf, 0, (int)(widthBytesLine * h));
221 XaceCensorImage(ClientPtr client,RegionPtr pVisibleRegion,long widthBytesLine,DrawablePtr pDraw,int x,int y,int w,int h,unsigned int format,char * pBuf) argument
H A DpanoramiXprocs.c1793 long widthBytesLine, length; local in function:PanoramiXGetImage
1861 widthBytesLine = PixmapBytePad(w, pDraw->depth);
1862 length = widthBytesLine * h;
1866 widthBytesLine = BitmapBytePad(w);
1869 length = widthBytesLine * h *
1876 if (widthBytesLine == 0 || h == 0)
1878 else if (widthBytesLine >= XINERAMA_IMAGE_BUFSIZE)
1881 linesPerBuf = XINERAMA_IMAGE_BUFSIZE / widthBytesLine;
1885 length = linesPerBuf * widthBytesLine;
1900 memset(pBuf, 0, nlines * widthBytesLine);
[all...]
H A Dshm.c791 long lenPer = 0, length, widthBytesLine; local in function:ProcPanoramiXShmGetImage
868 widthBytesLine = PixmapBytePad(w, pDraw->depth);
869 length = widthBytesLine * h;
871 widthBytesLine = PixmapBytePad(w, 1);
872 lenPer = widthBytesLine * h;
884 widthBytesLine, isRoot);
892 widthBytesLine, isRoot);
/xsrc/external/mit/xorg-server/dist/Xext/
H A Dxace.h103 long widthBytesLine,
H A Dxace.c215 * widthBytesLine is the width in bytes of one horizontal line in pBuf.
230 long widthBytesLine,
282 widthBytesLine, (void *) pBuf);
303 memset(pBuf, 0, (int) (widthBytesLine * h));
228 XaceCensorImage(ClientPtr client,RegionPtr pVisibleRegion,long widthBytesLine,DrawablePtr pDraw,int x,int y,int w,int h,unsigned int format,char * pBuf) argument
H A DpanoramiXprocs.c1953 long widthBytesLine, length; local in function:PanoramiXGetImage
2028 widthBytesLine = PixmapBytePad(w, pDraw->depth);
2029 length = widthBytesLine * h;
2033 widthBytesLine = BitmapBytePad(w);
2036 length = widthBytesLine * h * Ones(planemask & (plane | (plane - 1)));
2042 if (widthBytesLine == 0 || h == 0)
2044 else if (widthBytesLine >= XINERAMA_IMAGE_BUFSIZE)
2047 linesPerBuf = XINERAMA_IMAGE_BUFSIZE / widthBytesLine;
2051 if (!(pBuf = xallocarray(linesPerBuf, widthBytesLine)))
2065 memset(pBuf, 0, nlines * widthBytesLine);
[all...]
H A Dshm.c787 long lenPer = 0, length, widthBytesLine; local in function:ProcPanoramiXShmGetImage
844 widthBytesLine = PixmapBytePad(w, pDraw->depth);
845 length = widthBytesLine * h;
848 widthBytesLine = PixmapBytePad(w, 1);
849 lenPer = widthBytesLine * h;
891 widthBytesLine, isRoot);
900 widthBytesLine, isRoot);
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Ddispatch.c2005 long widthBytesLine, length; local in function:DoGetImage
2079 widthBytesLine = PixmapBytePad(width, pDraw->depth);
2080 length = widthBytesLine * height;
2085 widthBytesLine = BitmapBytePad(width);
2088 length = widthBytesLine * height *
2099 if (widthBytesLine == 0)
2108 if (widthBytesLine == 0 || height == 0)
2110 else if (widthBytesLine >= IMAGE_BUFSIZE)
2114 linesPerBuf = IMAGE_BUFSIZE / widthBytesLine;
2118 length = linesPerBuf * widthBytesLine;
[all...]
/xsrc/external/mit/xorg-server/dist/dix/
H A Ddispatch.c2149 long widthBytesLine, length; local in function:DoGetImage
2226 widthBytesLine = PixmapBytePad(width, pDraw->depth);
2227 length = widthBytesLine * height;
2231 widthBytesLine = BitmapBytePad(width);
2234 length = widthBytesLine * height *
2242 if (widthBytesLine == 0 || height == 0)
2244 else if (widthBytesLine >= IMAGE_BUFSIZE)
2247 linesPerBuf = IMAGE_BUFSIZE / widthBytesLine;
2251 length = linesPerBuf * widthBytesLine;
2257 length -= widthBytesLine;
[all...]

Completed in 22 milliseconds