Home
last modified time | relevance | path

Searched defs:logLuvState (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtif_luv.c160 struct logLuvState { struct
161 int encoder_state; /* 1 if encoder correctly initialized */
162 int user_datafmt; /* user data format */
163 int encode_meth; /* encoding method */
164 int pixel_size; /* bytes per pixel */
166 uint8* tbuf; /* translation buffer */
167 tmsize_t tbuflen; /* buffer length */
168 void (*tfunc)(LogLuvState*, uint8*, tmsize_t);
170 TIFFVSetMethod vgetparent; /* super-class method */
171 TIFFVSetMethod vsetparent; /* super-class method */