Home
last modified time | relevance | path

Searched defs:TiffParserException (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/darktable/darktable-3.6.1/src/external/rawspeed/src/librawspeed/parsers/
H A DTiffParserException.h33 TiffParserException(const char* msg) in TiffParserException() function
/dports/graphics/photoflow/PhotoFlow-8472024f/src/external/rawspeed/src/librawspeed/parsers/
H A DTiffParserException.h33 TiffParserException(const char* msg) in TiffParserException() function
/dports/graphics/rawstudio/rawstudio-2.0/plugins/load-rawspeed/rawspeed/
H A DTiffParserException.cpp32 TiffParserException::TiffParserException(const string _msg) : runtime_error(_msg) { in TiffParserException() function in RawSpeed::TiffParserException