Home
last modified time | relevance | path

Searched refs:lengthProto (Results 1 – 11 of 11) sorted by relevance

/dports/net/tightvnc/vnc_unixsrc/Xvnc/programs/Xserver/Xext/
H A Dshm.c448 long lengthProto; local
466 lengthProto = PixmapBytePadProto(stuff->totalWidth, 1);
477 lengthProto *= stuff->depth;
530 if (length != lengthProto)
560 stuffptr += lengthProto,tmpptr += length, i++)
561 bcopy(stuffptr,tmpptr,lengthProto);
647 long lenPerProto,lengthProto; local
702 lengthProto = widthBytesLineProto * stuff->height;
718 lengthProto = lenPerProto * Ones(stuff->planeMask &
730 xgi.size = lengthProto;
[all …]
/dports/net/tightvnc/vnc_unixsrc/Xvnc/programs/Xserver/dix/
H A Ddispatch.c1853 long lengthProto; /* length of scanline protocol padded */ local
1878 lengthProto *= stuff->depth;
1898 if ( length != lengthProto ) {
1923 stuffptr += lengthProto,tmpptr += length, i++)
1924 memmove(tmpptr,stuffptr,lengthProto);
1938 lengthProto = length;
1941 if (((((lengthProto * stuff->height) + (unsigned)3) >> 2) +
1973 long widthBytesLineProto, lengthProto; local
2027 lengthProto = widthBytesLineProto * height;
2040 lengthProto = widthBytesLineProto * height *
[all …]
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/dix/
H A Ddispatch.c2018 long lengthProto; /* length of scanline protocol padded */ in ProcPutImage() local
2049 lengthProto = length; in ProcPutImage()
2051 if (stuff->height != 0 && lengthProto >= (INT32_MAX / stuff->height)) in ProcPutImage()
2054 if ((bytes_to_int32(lengthProto * stuff->height) + in ProcPutImage()
2058 ReformatImage(tmpImage, lengthProto * stuff->height, in ProcPutImage()
/dports/x11-servers/xephyr/xorg-server-1.20.13/dix/
H A Ddispatch.c2018 long lengthProto; /* length of scanline protocol padded */ in ProcPutImage() local
2049 lengthProto = length; in ProcPutImage()
2051 if (stuff->height != 0 && lengthProto >= (INT32_MAX / stuff->height)) in ProcPutImage()
2054 if ((bytes_to_int32(lengthProto * stuff->height) + in ProcPutImage()
2058 ReformatImage(tmpImage, lengthProto * stuff->height, in ProcPutImage()
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/dix/
H A Ddispatch.c2086 long lengthProto; /* length of scanline protocol padded */ in ProcPutImage() local
2117 lengthProto = length; in ProcPutImage()
2119 if (stuff->height != 0 && lengthProto >= (INT32_MAX / stuff->height)) in ProcPutImage()
2122 if ((bytes_to_int32(lengthProto * stuff->height) + in ProcPutImage()
2126 ReformatImage(tmpImage, lengthProto * stuff->height, in ProcPutImage()
/dports/x11-servers/xwayland/xorg-server-1.20.13/dix/
H A Ddispatch.c2018 long lengthProto; /* length of scanline protocol padded */ in ProcPutImage() local
2049 lengthProto = length; in ProcPutImage()
2051 if (stuff->height != 0 && lengthProto >= (INT32_MAX / stuff->height)) in ProcPutImage()
2054 if ((bytes_to_int32(lengthProto * stuff->height) + in ProcPutImage()
2058 ReformatImage(tmpImage, lengthProto * stuff->height, in ProcPutImage()
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/dix/
H A Ddispatch.c2018 long lengthProto; /* length of scanline protocol padded */ in ProcPutImage() local
2049 lengthProto = length; in ProcPutImage()
2051 if (stuff->height != 0 && lengthProto >= (INT32_MAX / stuff->height)) in ProcPutImage()
2054 if ((bytes_to_int32(lengthProto * stuff->height) + in ProcPutImage()
2058 ReformatImage(tmpImage, lengthProto * stuff->height, in ProcPutImage()
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/dix/
H A Ddispatch.c2018 long lengthProto; /* length of scanline protocol padded */ in ProcPutImage() local
2049 lengthProto = length; in ProcPutImage()
2051 if (stuff->height != 0 && lengthProto >= (INT32_MAX / stuff->height)) in ProcPutImage()
2054 if ((bytes_to_int32(lengthProto * stuff->height) + in ProcPutImage()
2058 ReformatImage(tmpImage, lengthProto * stuff->height, in ProcPutImage()
/dports/x11-servers/xorg-server/xorg-server-1.20.13/dix/
H A Ddispatch.c2018 long lengthProto; /* length of scanline protocol padded */ in ProcPutImage() local
2049 lengthProto = length; in ProcPutImage()
2051 if (stuff->height != 0 && lengthProto >= (INT32_MAX / stuff->height)) in ProcPutImage()
2054 if ((bytes_to_int32(lengthProto * stuff->height) + in ProcPutImage()
2058 ReformatImage(tmpImage, lengthProto * stuff->height, in ProcPutImage()
/dports/x11-servers/xorg-nestserver/xorg-server-1.20.13/dix/
H A Ddispatch.c2018 long lengthProto; /* length of scanline protocol padded */ in ProcPutImage() local
2049 lengthProto = length; in ProcPutImage()
2051 if (stuff->height != 0 && lengthProto >= (INT32_MAX / stuff->height)) in ProcPutImage()
2054 if ((bytes_to_int32(lengthProto * stuff->height) + in ProcPutImage()
2058 ReformatImage(tmpImage, lengthProto * stuff->height, in ProcPutImage()
/dports/x11-servers/xarcan/xarcan-0.6.0/dix/
H A Ddispatch.c2032 long lengthProto; /* length of scanline protocol padded */ in ProcPutImage() local
2063 lengthProto = length; in ProcPutImage()
2065 if (stuff->height != 0 && lengthProto >= (INT32_MAX / stuff->height)) in ProcPutImage()
2068 if ((bytes_to_int32(lengthProto * stuff->height) + in ProcPutImage()
2072 ReformatImage(tmpImage, lengthProto * stuff->height, in ProcPutImage()