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
167 void (*tfunc)(LogLuvState*, uint8*, tmsize_t);
173 #define DecoderState(tif) ((LogLuvState*) (tif)->tif_data)
174 #define EncoderState(tif) ((LogLuvState*) (tif)->tif_data)
187 LogLuvState* sp = DecoderState(tif);
256 LogLuvState* sp = DecoderState(tif);
309 LogLuvState* sp;
416 LogLuvState* sp = EncoderState(tif);
509 LogLuvState* sp = EncoderState(tif);
556 LogLuvState* s
[all...]

Completed in 25 milliseconds