Searched refs:IdentifyInfo (Results 1 – 3 of 3) sorted by relevance
/haiku/src/tests/add-ons/translators/tifftranslator/ |
H A D | TIFFTranslatorTest.cpp | 77 struct IdentifyInfo { struct 84 const IdentifyInfo *pinfo, int32 len, bool bbits) in IdentifyTests() argument 157 const IdentifyInfo aBitsPaths[] = { in IdentifyTest() 161 const IdentifyInfo aTiffPaths[] = { in IdentifyTest() 223 sizeof(aTiffPaths) / sizeof(IdentifyInfo), false); in IdentifyTest() 225 sizeof(aBitsPaths) / sizeof(IdentifyInfo), true); in IdentifyTest()
|
/haiku/src/tests/add-ons/translators/tgatranslator/ |
H A D | TGATranslatorTest.cpp | 110 struct IdentifyInfo { struct 117 const IdentifyInfo *pinfo, int32 len, bool bbits) in IdentifyTests() argument 190 const IdentifyInfo aBitsPaths[] = { in IdentifyTest() 199 const IdentifyInfo aTgaPaths[] = { in IdentifyTest() 255 sizeof(aTgaPaths) / sizeof(IdentifyInfo), false); in IdentifyTest() 257 sizeof(aBitsPaths) / sizeof(IdentifyInfo), true); in IdentifyTest()
|
/haiku/src/tests/add-ons/translators/bmptranslator/ |
H A D | BMPTranslatorTest.cpp | 116 struct IdentifyInfo { struct 123 const IdentifyInfo *pinfo, int32 len, bool bbits) in IdentifyTests() argument 785 const IdentifyInfo aBitsPaths[] = { in IdentifyTest() 796 const IdentifyInfo aBmpPaths[] = { in IdentifyTest() 852 sizeof(aBmpPaths) / sizeof(IdentifyInfo), false); in IdentifyTest() 854 sizeof(aBitsPaths) / sizeof(IdentifyInfo), true); in IdentifyTest()
|