Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_thunder.c59 #define SETPIXEL(op, v) { \ macro
127 SETPIXEL(op, lastpixel + twobitdeltas[delta]); in ThunderDecode()
129 SETPIXEL(op, lastpixel + twobitdeltas[delta]); in ThunderDecode()
131 SETPIXEL(op, lastpixel + twobitdeltas[delta]); in ThunderDecode()
135 SETPIXEL(op, lastpixel + threebitdeltas[delta]); in ThunderDecode()
137 SETPIXEL(op, lastpixel + threebitdeltas[delta]); in ThunderDecode()
140 SETPIXEL(op, n); in ThunderDecode()
Dtif_next.c35 #define SETPIXEL(op, v) { \ macro
128 SETPIXEL(op, grey); in NeXTDecode()