Visualization Library 2.0.0-b5

A lightweight C++ OpenGL middleware for 2D/3D graphics

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Macros | Functions
tif_next.c File Reference
#include "tiffiop.h"

Go to the source code of this file.

Macros

#define SETPIXEL(op, v)
 
#define LITERALROW   0x00
 
#define LITERALSPAN   0x40
 
#define WHITE   ((1<<2)-1)
 

Functions

int TIFFInitNeXT (TIFF *tif, int scheme)
 

Macro Definition Documentation

◆ LITERALROW

#define LITERALROW   0x00

Definition at line 44 of file tif_next.c.

◆ LITERALSPAN

#define LITERALSPAN   0x40

Definition at line 45 of file tif_next.c.

◆ SETPIXEL

#define SETPIXEL (   op,
  v 
)
Value:
{ \
switch (npixels++ & 3) { \
case 0: op[0] = (unsigned char) ((v) << 6); break; \
case 1: op[0] |= (v) << 4; break; \
case 2: op[0] |= (v) << 2; break; \
case 3: *op++ |= (v); break; \
} \
}
const GLdouble * v

Definition at line 35 of file tif_next.c.

◆ WHITE

#define WHITE   ((1<<2)-1)

Definition at line 46 of file tif_next.c.

Function Documentation

◆ TIFFInitNeXT()

int TIFFInitNeXT ( TIFF tif,
int  scheme 
)

Definition at line 134 of file tif_next.c.

References tiff::tif_decoderow, and void().