Searched refs:SETPIXEL (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/third_party/libtiff/ |
D | tif_thunder.c | 59 #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()
|
D | tif_next.c | 35 #define SETPIXEL(op, v) { \ macro 126 SETPIXEL(op, grey); in NeXTDecode()
|
/external/opencv3/3rdparty/libtiff/ |
D | tif_thunder.c | 59 #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()
|
D | tif_next.c | 35 #define SETPIXEL(op, v) { \ macro 122 SETPIXEL(op, grey); in NeXTDecode()
|
/external/libvncserver/libvncserver/ |
D | draw.c | 17 #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()
|