Home
last modified time | relevance | path

Searched refs:BitmapDataError (Results 1 – 8 of 8) sorted by relevance

/dports/multimedia/handbrake/zimg-release-3.0.1/doc/example/misc/
H A Dwin32_bitmap.cpp80 throw BitmapDataError{ "file too short" }; in BitmapFileData()
89 throw BitmapDataError{ "file too short" }; in BitmapFileData()
98 throw BitmapDataError{ "file too short" }; in init()
118 throw BitmapDataError{ "invalid magic bytes" }; in validate()
120 throw BitmapDataError{ "invalid bitmap dimensions" }; in validate()
122 throw BitmapDataError{ "unsupported biBitCount" }; in validate()
124 throw BitmapDataError{ "unsupported biCompression" }; in validate()
126 throw BitmapDataError{ "file too short" }; in validate()
130 throw BitmapDataError{ "BI_BITFIELDS only supported with 32 bpp" }; in validate()
132 throw BitmapDataError{ "BI_BITFIELDS mask missing" }; in validate()
[all …]
H A Dwin32_bitmap.h10 struct BitmapDataError : public std::runtime_error { struct
/dports/graphics/sekrit-twc-zimg/zimg-release-3.0.3/doc/example/misc/
H A Dwin32_bitmap.cpp80 throw BitmapDataError{ "file too short" }; in BitmapFileData()
89 throw BitmapDataError{ "file too short" }; in BitmapFileData()
98 throw BitmapDataError{ "file too short" }; in init()
118 throw BitmapDataError{ "invalid magic bytes" }; in validate()
120 throw BitmapDataError{ "invalid bitmap dimensions" }; in validate()
122 throw BitmapDataError{ "unsupported biBitCount" }; in validate()
124 throw BitmapDataError{ "unsupported biCompression" }; in validate()
126 throw BitmapDataError{ "file too short" }; in validate()
130 throw BitmapDataError{ "BI_BITFIELDS only supported with 32 bpp" }; in validate()
132 throw BitmapDataError{ "BI_BITFIELDS mask missing" }; in validate()
[all …]
H A Dwin32_bitmap.h10 struct BitmapDataError : public std::runtime_error { struct
/dports/graphics/sekrit-twc-zimg/zimg-release-3.0.3/src/testcommon/
H A Dwin32_bitmap.cpp80 throw BitmapDataError{ "file too short" }; in BitmapFileData()
89 throw BitmapDataError{ "file too short" }; in BitmapFileData()
98 throw BitmapDataError{ "file too short" }; in init()
118 throw BitmapDataError{ "invalid magic bytes" }; in validate()
120 throw BitmapDataError{ "invalid bitmap dimensions" }; in validate()
122 throw BitmapDataError{ "unsupported biBitCount" }; in validate()
124 throw BitmapDataError{ "unsupported biCompression" }; in validate()
126 throw BitmapDataError{ "file too short" }; in validate()
130 throw BitmapDataError{ "BI_BITFIELDS only supported with 32 bpp" }; in validate()
132 throw BitmapDataError{ "BI_BITFIELDS mask missing" }; in validate()
[all …]
H A Dwin32_bitmap.h10 struct BitmapDataError : public std::runtime_error { struct
/dports/multimedia/handbrake/zimg-release-3.0.1/src/testcommon/
H A Dwin32_bitmap.cpp80 throw BitmapDataError{ "file too short" }; in BitmapFileData()
89 throw BitmapDataError{ "file too short" }; in BitmapFileData()
98 throw BitmapDataError{ "file too short" }; in init()
118 throw BitmapDataError{ "invalid magic bytes" }; in validate()
120 throw BitmapDataError{ "invalid bitmap dimensions" }; in validate()
122 throw BitmapDataError{ "unsupported biBitCount" }; in validate()
124 throw BitmapDataError{ "unsupported biCompression" }; in validate()
126 throw BitmapDataError{ "file too short" }; in validate()
130 throw BitmapDataError{ "BI_BITFIELDS only supported with 32 bpp" }; in validate()
132 throw BitmapDataError{ "BI_BITFIELDS mask missing" }; in validate()
[all …]
H A Dwin32_bitmap.h10 struct BitmapDataError : public std::runtime_error { struct