Home
last modified time | relevance | path

Searched refs:identifyFIF (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/freeimage/FreeImage/Wrapper/FreeImagePlus/test/
H A DfipTestMPageStream.cpp114 FREE_IMAGE_FORMAT fif = fipImage::identifyFIF(output); in testStreamMultiPageSave()
181 FREE_IMAGE_FORMAT fif = fipImage::identifyFIF(output); in testStreamMultiPageOpenSave()
H A DfipTestMPageMemory.cpp139 FREE_IMAGE_FORMAT fif = fipImage::identifyFIF(output); in testSaveMultiBitmapToMemory()
220 FREE_IMAGE_FORMAT fif = fipImage::identifyFIF(output); in testMemoryStreamMultiPageOpenSave()
/dports/graphics/freeimage/FreeImage/Wrapper/FreeImagePlus/
H A DFreeImagePlus.h228 static FREE_IMAGE_FORMAT identifyFIF(const char* lpszPathName);
/dports/graphics/libpgf/PGF/Console/lib/
H A DFreeImagePlus.h208 static FREE_IMAGE_FORMAT identifyFIF(const char* lpszPathName);
/dports/graphics/freeimage/FreeImage/Wrapper/FreeImagePlus/src/
H A DfipImage.cpp299 FREE_IMAGE_FORMAT fipImage::identifyFIF(const char* lpszPathName) { in identifyFIF() function in fipImage