Home
last modified time | relevance | path

Searched refs:SETPIXEL (Results 1 – 3 of 3) sorted by relevance

/reactos/dll/3rdparty/libtiff/
H A Dtif_thunder.c58 #define SETPIXEL(op, v) { \ macro
126 SETPIXEL(op, (unsigned)((int)lastpixel + twobitdeltas[delta])); in ThunderDecode()
128 SETPIXEL(op, (unsigned)((int)lastpixel + twobitdeltas[delta])); in ThunderDecode()
130 SETPIXEL(op, (unsigned)((int)lastpixel + twobitdeltas[delta])); in ThunderDecode()
134 SETPIXEL(op, (unsigned)((int)lastpixel + threebitdeltas[delta])); in ThunderDecode()
136 SETPIXEL(op, (unsigned)((int)lastpixel + threebitdeltas[delta])); in ThunderDecode()
139 SETPIXEL(op, n); in ThunderDecode()
H A Dtif_next.c34 #define SETPIXEL(op, v) { \ macro
127 SETPIXEL(op, grey); in NeXTDecode()
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/vnc/
H A Dvnc.c1021 #define SETPIXEL(buf,x,y,p) \ macro
1061 SETPIXEL(frameBuffer, xx, yy, p); in vncCopyBlitFromNoEncode()
1104 SETPIXEL(frameBuffer, xx, yy, p); in vncTransBlitFrom()
1133 SETPIXEL(frameBuffer, xx, yy, p ^ pp); in vncXorBlitFrom()
1162 SETPIXEL(frameBuffer, xx, yy, p & pp); in vncAndBlitFrom()
1263 SETPIXEL(frameBuffer, xx, yy, c); in vncSetRect()
1301 SETPIXEL(b, xx - x, yy - y, GETPIXEL(frameBuffer, xx, yy)); in vncGetRect()