Searched refs:TIFFInitMethod (Results 1 – 2 of 2) sorted by relevance
249 typedef int (*TIFFInitMethod)(TIFF*, int); typedef253 TIFFInitMethod init;284 extern TIFFCodec* TIFFRegisterCODEC(uint16, const char*, TIFFInitMethod);
200 TIFFRegisterCODEC(uint16 scheme, const char* name, TIFFInitMethod init) in TIFFRegisterCODEC()