/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Utilities/ |
H A D | ZmbvCodec.cpp | 250 compressInfo.linesDone = 0; in PrepareCompressFrame() 304 …unsigned char *destStart = newframe + pixelsize*(MAX_VECTOR+(compressInfo.linesDone+MAX_VECTOR)*pi… in CompressLines() 305 while ( i < lineCount && (compressInfo.linesDone < height)) { in CompressLines() 308 i++; compressInfo.linesDone++; in CompressLines()
|
H A D | ZmbvCodec.h | 65 int linesDone = 0; member
|
/dports/emulators/dosbox/dosbox-0.74-3/src/libs/zmbv/ |
H A D | zmbv.cpp | 268 compress.linesDone = 0; in PrepareCompressFrame() 321 unsigned char *destStart = newframe + pixelsize*(MAX_VECTOR+(compress.linesDone+MAX_VECTOR)*pitch); in CompressLines() 322 while ( i < lineCount && (compress.linesDone < height)) { in CompressLines() 325 i++;compress.linesDone++; in CompressLines()
|
H A D | zmbv.h | 61 int linesDone; member
|
/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/src/libs/zmbv/ |
H A D | zmbv.cpp | 275 compress.linesDone = 0; in PrepareCompressFrame() 333 auto destStart = newframe + pixelsize * (MAX_VECTOR + (compress.linesDone + MAX_VECTOR) * pitch); in CompressLines() 335 while (i < lineCount && (compress.linesDone < height)) { in CompressLines() 339 compress.linesDone++; in CompressLines()
|
H A D | zmbv.h | 64 int linesDone = 0; member
|
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/lab/ |
H A D | dispman.cpp | 748 uint16 linesDone = 0; in doTransWipe() local 755 if (linesDone >= linesLast) { in doTransWipe() 758 linesDone = 0; in doTransWipe() 766 linesDone++; in doTransWipe() 798 if (linesDone >= linesLast) { in doTransWipe() 801 linesDone = 0; in doTransWipe() 814 linesDone++; in doTransWipe()
|
/dports/games/scummvm/scummvm-2.5.1/engines/lab/ |
H A D | dispman.cpp | 747 uint16 linesDone = 0; in doTransWipe() local 754 if (linesDone >= linesLast) { in doTransWipe() 757 linesDone = 0; in doTransWipe() 765 linesDone++; in doTransWipe() 797 if (linesDone >= linesLast) { in doTransWipe() 800 linesDone = 0; in doTransWipe() 813 linesDone++; in doTransWipe()
|
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/Xext/ |
H A D | panoramiXprocs.c | 1952 int linesDone, nlines, linesPerBuf; in PanoramiXGetImage() local 2060 linesDone = 0; in PanoramiXGetImage() 2061 while (h - linesDone > 0) { in PanoramiXGetImage() 2062 nlines = min(linesPerBuf, h - linesDone); in PanoramiXGetImage() 2067 XineramaGetImageData(drawables, x, y + linesDone, w, nlines, in PanoramiXGetImage() 2072 linesDone += nlines; in PanoramiXGetImage() 2078 linesDone = 0; in PanoramiXGetImage() 2079 while (h - linesDone > 0) { in PanoramiXGetImage() 2080 nlines = min(linesPerBuf, h - linesDone); in PanoramiXGetImage() 2084 XineramaGetImageData(drawables, x, y + linesDone, w, in PanoramiXGetImage() [all …]
|
/dports/x11-servers/xephyr/xorg-server-1.20.13/Xext/ |
H A D | panoramiXprocs.c | 1952 int linesDone, nlines, linesPerBuf; in PanoramiXGetImage() local 2060 linesDone = 0; in PanoramiXGetImage() 2061 while (h - linesDone > 0) { in PanoramiXGetImage() 2062 nlines = min(linesPerBuf, h - linesDone); in PanoramiXGetImage() 2067 XineramaGetImageData(drawables, x, y + linesDone, w, nlines, in PanoramiXGetImage() 2072 linesDone += nlines; in PanoramiXGetImage() 2078 linesDone = 0; in PanoramiXGetImage() 2079 while (h - linesDone > 0) { in PanoramiXGetImage() 2080 nlines = min(linesPerBuf, h - linesDone); in PanoramiXGetImage() 2084 XineramaGetImageData(drawables, x, y + linesDone, w, in PanoramiXGetImage() [all …]
|
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/Xext/ |
H A D | panoramiXprocs.c | 1952 int linesDone, nlines, linesPerBuf; in PanoramiXGetImage() local 2060 linesDone = 0; in PanoramiXGetImage() 2061 while (h - linesDone > 0) { in PanoramiXGetImage() 2062 nlines = min(linesPerBuf, h - linesDone); in PanoramiXGetImage() 2067 XineramaGetImageData(drawables, x, y + linesDone, w, nlines, in PanoramiXGetImage() 2072 linesDone += nlines; in PanoramiXGetImage() 2078 linesDone = 0; in PanoramiXGetImage() 2079 while (h - linesDone > 0) { in PanoramiXGetImage() 2080 nlines = min(linesPerBuf, h - linesDone); in PanoramiXGetImage() 2084 XineramaGetImageData(drawables, x, y + linesDone, w, in PanoramiXGetImage() [all …]
|
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/Xext/ |
H A D | panoramiXprocs.c | 1952 int linesDone, nlines, linesPerBuf; in PanoramiXGetImage() local 2060 linesDone = 0; in PanoramiXGetImage() 2061 while (h - linesDone > 0) { in PanoramiXGetImage() 2062 nlines = min(linesPerBuf, h - linesDone); in PanoramiXGetImage() 2067 XineramaGetImageData(drawables, x, y + linesDone, w, nlines, in PanoramiXGetImage() 2072 linesDone += nlines; in PanoramiXGetImage() 2078 linesDone = 0; in PanoramiXGetImage() 2079 while (h - linesDone > 0) { in PanoramiXGetImage() 2080 nlines = min(linesPerBuf, h - linesDone); in PanoramiXGetImage() 2084 XineramaGetImageData(drawables, x, y + linesDone, w, in PanoramiXGetImage() [all …]
|
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/Xext/ |
H A D | panoramiXprocs.c | 1952 int linesDone, nlines, linesPerBuf; in PanoramiXGetImage() local 2060 linesDone = 0; in PanoramiXGetImage() 2061 while (h - linesDone > 0) { in PanoramiXGetImage() 2062 nlines = min(linesPerBuf, h - linesDone); in PanoramiXGetImage() 2067 XineramaGetImageData(drawables, x, y + linesDone, w, nlines, in PanoramiXGetImage() 2072 linesDone += nlines; in PanoramiXGetImage() 2078 linesDone = 0; in PanoramiXGetImage() 2079 while (h - linesDone > 0) { in PanoramiXGetImage() 2080 nlines = min(linesPerBuf, h - linesDone); in PanoramiXGetImage() 2084 XineramaGetImageData(drawables, x, y + linesDone, w, in PanoramiXGetImage() [all …]
|
/dports/x11-servers/xarcan/xarcan-0.6.0/Xext/ |
H A D | panoramiXprocs.c | 1952 int linesDone, nlines, linesPerBuf; in PanoramiXGetImage() local 2060 linesDone = 0; in PanoramiXGetImage() 2061 while (h - linesDone > 0) { in PanoramiXGetImage() 2062 nlines = min(linesPerBuf, h - linesDone); in PanoramiXGetImage() 2067 XineramaGetImageData(drawables, x, y + linesDone, w, nlines, in PanoramiXGetImage() 2072 linesDone += nlines; in PanoramiXGetImage() 2078 linesDone = 0; in PanoramiXGetImage() 2079 while (h - linesDone > 0) { in PanoramiXGetImage() 2080 nlines = min(linesPerBuf, h - linesDone); in PanoramiXGetImage() 2084 XineramaGetImageData(drawables, x, y + linesDone, w, in PanoramiXGetImage() [all …]
|
/dports/x11-servers/xorg-nestserver/xorg-server-1.20.13/Xext/ |
H A D | panoramiXprocs.c | 1952 int linesDone, nlines, linesPerBuf; in PanoramiXGetImage() local 2060 linesDone = 0; in PanoramiXGetImage() 2061 while (h - linesDone > 0) { in PanoramiXGetImage() 2062 nlines = min(linesPerBuf, h - linesDone); in PanoramiXGetImage() 2067 XineramaGetImageData(drawables, x, y + linesDone, w, nlines, in PanoramiXGetImage() 2072 linesDone += nlines; in PanoramiXGetImage() 2078 linesDone = 0; in PanoramiXGetImage() 2079 while (h - linesDone > 0) { in PanoramiXGetImage() 2080 nlines = min(linesPerBuf, h - linesDone); in PanoramiXGetImage() 2084 XineramaGetImageData(drawables, x, y + linesDone, w, in PanoramiXGetImage() [all …]
|
/dports/x11-servers/xwayland/xorg-server-1.20.13/Xext/ |
H A D | panoramiXprocs.c | 1952 int linesDone, nlines, linesPerBuf; in PanoramiXGetImage() local 2060 linesDone = 0; in PanoramiXGetImage() 2061 while (h - linesDone > 0) { in PanoramiXGetImage() 2062 nlines = min(linesPerBuf, h - linesDone); in PanoramiXGetImage() 2067 XineramaGetImageData(drawables, x, y + linesDone, w, nlines, in PanoramiXGetImage() 2072 linesDone += nlines; in PanoramiXGetImage() 2078 linesDone = 0; in PanoramiXGetImage() 2079 while (h - linesDone > 0) { in PanoramiXGetImage() 2080 nlines = min(linesPerBuf, h - linesDone); in PanoramiXGetImage() 2084 XineramaGetImageData(drawables, x, y + linesDone, w, in PanoramiXGetImage() [all …]
|
/dports/x11-servers/xorg-server/xorg-server-1.20.13/Xext/ |
H A D | panoramiXprocs.c | 1952 int linesDone, nlines, linesPerBuf; in PanoramiXGetImage() local 2060 linesDone = 0; in PanoramiXGetImage() 2061 while (h - linesDone > 0) { in PanoramiXGetImage() 2062 nlines = min(linesPerBuf, h - linesDone); in PanoramiXGetImage() 2067 XineramaGetImageData(drawables, x, y + linesDone, w, nlines, in PanoramiXGetImage() 2072 linesDone += nlines; in PanoramiXGetImage() 2078 linesDone = 0; in PanoramiXGetImage() 2079 while (h - linesDone > 0) { in PanoramiXGetImage() 2080 nlines = min(linesPerBuf, h - linesDone); in PanoramiXGetImage() 2084 XineramaGetImageData(drawables, x, y + linesDone, w, in PanoramiXGetImage() [all …]
|
/dports/net/tightvnc/vnc_unixsrc/Xvnc/programs/Xserver/dix/ |
H A D | dispatch.c | 1970 register int linesDone; local 2113 linesDone = 0; 2114 while (height - linesDone > 0) 2119 y + linesDone, 2128 pDraw, x, y + linesDone, width, 2161 linesDone += nlines; 2170 linesDone = 0; 2171 while (height - linesDone > 0) 2176 y + linesDone, 2186 pDraw, x, y + linesDone, width, [all …]
|
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/dix/ |
H A D | dispatch.c | 2076 int linesDone; in DoGetImage() local 2209 linesDone = 0; in DoGetImage() 2210 while (height - linesDone > 0) { in DoGetImage() 2211 nlines = min(linesPerBuf, height - linesDone); in DoGetImage() 2214 y + linesDone, in DoGetImage() 2220 pDraw, x, y + linesDone, width, in DoGetImage() 2229 linesDone += nlines; in DoGetImage() 2236 linesDone = 0; in DoGetImage() 2237 while (height - linesDone > 0) { in DoGetImage() 2241 y + linesDone, in DoGetImage() [all …]
|
/dports/x11-servers/xephyr/xorg-server-1.20.13/dix/ |
H A D | dispatch.c | 2076 int linesDone; in DoGetImage() local 2209 linesDone = 0; in DoGetImage() 2210 while (height - linesDone > 0) { in DoGetImage() 2211 nlines = min(linesPerBuf, height - linesDone); in DoGetImage() 2214 y + linesDone, in DoGetImage() 2220 pDraw, x, y + linesDone, width, in DoGetImage() 2229 linesDone += nlines; in DoGetImage() 2236 linesDone = 0; in DoGetImage() 2237 while (height - linesDone > 0) { in DoGetImage() 2241 y + linesDone, in DoGetImage() [all …]
|
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/dix/ |
H A D | dispatch.c | 2144 int linesDone; in DoGetImage() local 2277 linesDone = 0; in DoGetImage() 2278 while (height - linesDone > 0) { in DoGetImage() 2279 nlines = min(linesPerBuf, height - linesDone); in DoGetImage() 2282 y + linesDone, in DoGetImage() 2288 pDraw, x, y + linesDone, width, in DoGetImage() 2297 linesDone += nlines; in DoGetImage() 2304 linesDone = 0; in DoGetImage() 2305 while (height - linesDone > 0) { in DoGetImage() 2309 y + linesDone, in DoGetImage() [all …]
|
/dports/x11-servers/xwayland/xorg-server-1.20.13/dix/ |
H A D | dispatch.c | 2076 int linesDone; in DoGetImage() local 2209 linesDone = 0; in DoGetImage() 2210 while (height - linesDone > 0) { in DoGetImage() 2211 nlines = min(linesPerBuf, height - linesDone); in DoGetImage() 2214 y + linesDone, in DoGetImage() 2220 pDraw, x, y + linesDone, width, in DoGetImage() 2229 linesDone += nlines; in DoGetImage() 2236 linesDone = 0; in DoGetImage() 2237 while (height - linesDone > 0) { in DoGetImage() 2241 y + linesDone, in DoGetImage() [all …]
|
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/dix/ |
H A D | dispatch.c | 2076 int linesDone; in DoGetImage() local 2209 linesDone = 0; in DoGetImage() 2210 while (height - linesDone > 0) { in DoGetImage() 2211 nlines = min(linesPerBuf, height - linesDone); in DoGetImage() 2214 y + linesDone, in DoGetImage() 2220 pDraw, x, y + linesDone, width, in DoGetImage() 2229 linesDone += nlines; in DoGetImage() 2236 linesDone = 0; in DoGetImage() 2237 while (height - linesDone > 0) { in DoGetImage() 2241 y + linesDone, in DoGetImage() [all …]
|
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/dix/ |
H A D | dispatch.c | 2076 int linesDone; in DoGetImage() local 2209 linesDone = 0; in DoGetImage() 2210 while (height - linesDone > 0) { in DoGetImage() 2211 nlines = min(linesPerBuf, height - linesDone); in DoGetImage() 2214 y + linesDone, in DoGetImage() 2220 pDraw, x, y + linesDone, width, in DoGetImage() 2229 linesDone += nlines; in DoGetImage() 2236 linesDone = 0; in DoGetImage() 2237 while (height - linesDone > 0) { in DoGetImage() 2241 y + linesDone, in DoGetImage() [all …]
|
/dports/x11-servers/xorg-server/xorg-server-1.20.13/dix/ |
H A D | dispatch.c | 2076 int linesDone; in DoGetImage() local 2209 linesDone = 0; in DoGetImage() 2210 while (height - linesDone > 0) { in DoGetImage() 2211 nlines = min(linesPerBuf, height - linesDone); in DoGetImage() 2214 y + linesDone, in DoGetImage() 2220 pDraw, x, y + linesDone, width, in DoGetImage() 2229 linesDone += nlines; in DoGetImage() 2236 linesDone = 0; in DoGetImage() 2237 while (height - linesDone > 0) { in DoGetImage() 2241 y + linesDone, in DoGetImage() [all …]
|