Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_thunder.c59 #define SETPIXEL(op, v) { \ macro
126 SETPIXEL(op, lastpixel + twobitdeltas[delta]); in ThunderDecode()
128 SETPIXEL(op, lastpixel + twobitdeltas[delta]); in ThunderDecode()
130 SETPIXEL(op, lastpixel + twobitdeltas[delta]); in ThunderDecode()
134 SETPIXEL(op, lastpixel + threebitdeltas[delta]); in ThunderDecode()
136 SETPIXEL(op, lastpixel + threebitdeltas[delta]); in ThunderDecode()
139 SETPIXEL(op, n); in ThunderDecode()
Dtif_next.c35 #define SETPIXEL(op, v) { \ macro
126 SETPIXEL(op, grey); in NeXTDecode()
/external/opencv3/3rdparty/libtiff/
Dtif_thunder.c59 #define SETPIXEL(op, v) { \ macro
126 SETPIXEL(op, lastpixel + twobitdeltas[delta]); in ThunderDecode()
128 SETPIXEL(op, lastpixel + twobitdeltas[delta]); in ThunderDecode()
130 SETPIXEL(op, lastpixel + twobitdeltas[delta]); in ThunderDecode()
134 SETPIXEL(op, lastpixel + threebitdeltas[delta]); in ThunderDecode()
136 SETPIXEL(op, lastpixel + threebitdeltas[delta]); in ThunderDecode()
139 SETPIXEL(op, n); in ThunderDecode()
Dtif_next.c35 #define SETPIXEL(op, v) { \ macro
122 SETPIXEL(op, grey); in NeXTDecode()
/external/libvncserver/libvncserver/
Ddraw.c17 #define SETPIXEL(x,y) \ macro
27 SETPIXEL(x,y); in rfbDrawPixel()
45 SETPIXEL(x1+(i-y1)*(x2-x1)/(y2-y1),i); in rfbDrawLine()
57 SETPIXEL(i,y1+(i-x1)*(y2-y1)/(x2-x1)); in rfbDrawLine()