HomeSort by relevance Sort by last modified time
    Searched refs:SETPIXEL (Results 1 - 5 of 5) sorted by null

  /external/opencv3/3rdparty/libtiff/
tif_thunder.c 59 #define SETPIXEL(op, v) { \
126 SETPIXEL(op, lastpixel + twobitdeltas[delta]);
128 SETPIXEL(op, lastpixel + twobitdeltas[delta]);
130 SETPIXEL(op, lastpixel + twobitdeltas[delta]);
134 SETPIXEL(op, lastpixel + threebitdeltas[delta]);
136 SETPIXEL(op, lastpixel + threebitdeltas[delta]);
139 SETPIXEL(op, n);
tif_next.c 35 #define SETPIXEL(op, v) { \
122 SETPIXEL(op, grey);
  /external/pdfium/third_party/libtiff/
tif_thunder.c 59 #define SETPIXEL(op, v) { \
126 SETPIXEL(op, lastpixel + twobitdeltas[delta]);
128 SETPIXEL(op, lastpixel + twobitdeltas[delta]);
130 SETPIXEL(op, lastpixel + twobitdeltas[delta]);
134 SETPIXEL(op, lastpixel + threebitdeltas[delta]);
136 SETPIXEL(op, lastpixel + threebitdeltas[delta]);
139 SETPIXEL(op, n);
tif_next.c 35 #define SETPIXEL(op, v) { \
126 SETPIXEL(op, grey);
  /external/libvncserver/libvncserver/
draw.c 17 #define SETPIXEL(x,y) \
27 SETPIXEL(x,y);
45 SETPIXEL(x1+(i-y1)*(x2-x1)/(y2-y1),i);
57 SETPIXEL(i,y1+(i-x1)*(y2-y1)/(x2-x1));

Completed in 2996 milliseconds