Searched refs:TIFFInitMethod (Results 1 – 2 of 2) sorted by relevance
251 typedef int (*TIFFInitMethod)(TIFF*, int); typedef255 TIFFInitMethod init;286 extern TIFFCodec* TIFFRegisterCODEC(uint16, const char*, TIFFInitMethod);
202 TIFFRegisterCODEC(uint16 scheme, const char* name, TIFFInitMethod init) in TIFFRegisterCODEC()