Searched refs:bheaderonly (Results 1 - 9 of 9) sorted by relevance

/haiku/src/add-ons/translators/bmp/
H A DBMPTranslator.cpp1007 bool bheaderonly, bdataonly; local
1008 bheaderonly = bdataonly = false;
1098 if (bheaderonly || (!bheaderonly && !bdataonly)) {
1103 if (bheaderonly)
1684 bool bheaderonly, bdataonly; local
1685 bheaderonly = bdataonly = false;
1703 if (bheaderonly || (!bheaderonly && !bdataonly)) {
1708 if (bheaderonly)
[all...]
/haiku/src/add-ons/translators/shared/
H A DBaseTranslator.cpp522 bool bheaderonly = false, bdataonly = false; local
532 if (bheaderonly || (!bheaderonly && !bdataonly)) {
542 if (bdataonly || (!bheaderonly && !bdataonly)) {
/haiku/src/tests/add-ons/translators/stxttranslator/
H A DSTXTTranslatorTest.cpp416 bool bheaderonly = true; local
418 msg.FindBool(B_TRANSLATOR_EXT_HEADER_ONLY, &bheaderonly) == B_OK);
419 CPPUNIT_ASSERT(bheaderonly == false);
/haiku/src/tests/add-ons/translators/tgatranslator/
H A DTGATranslatorTest.cpp541 bool bheaderonly = true; local
543 msg.FindBool(B_TRANSLATOR_EXT_HEADER_ONLY, &bheaderonly) == B_OK);
544 CPPUNIT_ASSERT(bheaderonly == false);
/haiku/src/add-ons/translators/tga/
H A DTGATranslator.cpp1193 bool bheaderonly = false, bdataonly = false, brle; local
1320 if (bheaderonly || (!bheaderonly && !bdataonly)) {
1326 if (bheaderonly)
2079 bool bheaderonly = false, bdataonly = false; local
2090 if (bheaderonly || (!bheaderonly && !bdataonly)) {
2096 if (bheaderonly)
2148 if (bheaderonly || (!bheaderonly
[all...]
/haiku/src/add-ons/translators/sgi/
H A DSGITranslator.cpp468 bool bheaderonly = false, bdataonly = false; local
515 if (ret >= B_OK && !bheaderonly) {
689 } // if (ret >= B_OK && !bheaderonly)
/haiku/src/add-ons/translators/png/
H A DPNGTranslator.cpp319 bool bheaderonly = false, bdataonly = false; local
429 if (bheaderonly) {
/haiku/src/add-ons/translators/tiff/
H A DTIFFTranslator.cpp806 bool bheaderonly = false, bdataonly = false; local
865 if (!bheaderonly) {
/haiku/src/tests/add-ons/translators/bmptranslator/
H A DBMPTranslatorTest.cpp1100 bool bheaderonly = true; local
1102 msg.FindBool(B_TRANSLATOR_EXT_HEADER_ONLY, &bheaderonly) == B_OK);
1103 CPPUNIT_ASSERT(bheaderonly == false);

Completed in 64 milliseconds