Searched refs:LogLuvState (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/third_party/libtiff/
H A Dtif_luv.c158 typedef struct logLuvState LogLuvState; typedef in typeref:struct:logLuvState
168 void (*tfunc)(LogLuvState*, uint8*, tmsize_t);
174 #define DecoderState(tif) ((LogLuvState*) (tif)->tif_data)
175 #define EncoderState(tif) ((LogLuvState*) (tif)->tif_data)
188 LogLuvState* sp = DecoderState(tif);
264 LogLuvState* sp = DecoderState(tif);
321 LogLuvState* sp;
440 LogLuvState* sp = EncoderState(tif);
538 LogLuvState* sp = EncoderState(tif);
590 LogLuvState* s
[all...]

Completed in 88 milliseconds