Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_thunder.c57 #define SETPIXEL(op, v) { \ macro
125 SETPIXEL(op, (unsigned)((int)lastpixel + twobitdeltas[delta])); in ThunderDecode()
127 SETPIXEL(op, (unsigned)((int)lastpixel + twobitdeltas[delta])); in ThunderDecode()
129 SETPIXEL(op, (unsigned)((int)lastpixel + twobitdeltas[delta])); in ThunderDecode()
133 SETPIXEL(op, (unsigned)((int)lastpixel + threebitdeltas[delta])); in ThunderDecode()
135 SETPIXEL(op, (unsigned)((int)lastpixel + threebitdeltas[delta])); in ThunderDecode()
138 SETPIXEL(op, n); in ThunderDecode()
Dtif_next.c33 #define SETPIXEL(op, v) { \ macro
126 SETPIXEL(op, grey); in NeXTDecode()