Searched refs:tif_ctx (Results 1 – 1 of 1) sorted by relevance
47 TIFF* tif_ctx; member in CCodec_TiffContext77 tif_ctx = NULL; in CCodec_TiffContext()86 if (tif_ctx) { in ~CCodec_TiffContext()87 TIFFClose(tif_ctx); in ~CCodec_TiffContext()212 tif_ctx = _tiff_open(this, "r"); in InitDecoder()213 if (tif_ctx == NULL) { in InitDecoder()219 frames = frame_num = TIFFNumberOfDirectories(tif_ctx); in GetFrames()224 TIFFGetField(tif_ctx, tag, &val); \239 TIFFGetField(tif_ctx, tag, &size, &buf); \253 FX_BOOL Tiff_Exif_GetInfo(TIFF* tif_ctx, ttag_t tag, CFX_DIBAttribute* pAttr) { in Tiff_Exif_GetInfo() argument[all …]