Searched refs:you (Results 26 - 43 of 43) sorted by relevance

12

/haiku/src/add-ons/translators/icns/
H A DICNSTranslator.cpp233 make_nth_translator(int32 n, image_id you, uint32 flags, ...) argument
/haiku/src/add-ons/translators/avif/
H A DAVIFTranslator.cpp524 make_nth_translator(int32 n, image_id you, uint32 flags, ...) argument
526 (void)you;
/haiku/src/tests/add-ons/translators/
H A DTranslatorTestAddOn.cpp172 // What version are you?
253 BTranslator *(*pMakeNthTranslator)(int32 n,image_id you,uint32 flags,...);
/haiku/src/add-ons/translators/exr/
H A DEXRTranslator.cpp248 make_nth_translator(int32 n, image_id you, uint32 flags, ...) argument
/haiku/src/add-ons/translators/rtf/
H A DRTFTranslator.cpp275 make_nth_translator(int32 n, image_id you, uint32 flags, ...) argument
/haiku/src/add-ons/translators/gif/
H A DGIFTranslator.cpp308 make_nth_translator(int32 n, image_id you, uint32 flags, ...) argument
/haiku/
H A Dconfigure585 echo you will need to run \"git checkout\" again to fix this.
629 echo "The source tree was cloned with a umask > 0022. It seems you"
813 echo "Haiku requires Clang 7 or better to build, but you have $clangVersion."
/haiku/src/add-ons/translators/webp/
H A DWebPTranslator.cpp401 make_nth_translator(int32 n, image_id you, uint32 flags, ...) argument
/haiku/src/add-ons/translators/raw/
H A DRAWTranslator.cpp369 make_nth_translator(int32 n, image_id you, uint32 flags, ...) argument
/haiku/src/add-ons/translators/sgi/
H A DSGITranslator.cpp126 // you, The image_id of the add-on that
137 make_nth_translator(int32 n, image_id you, uint32 flags, ...) argument
/haiku/src/add-ons/translators/stxt/
H A DSTXTTranslator.cpp100 // you, The image_id of the add-on that
111 make_nth_translator(int32 n, image_id you, uint32 flags, ...) argument
/haiku/src/add-ons/translators/png/
H A DPNGTranslator.cpp122 // you, The image_id of the add-on that
133 make_nth_translator(int32 n, image_id you, uint32 flags, ...) argument
142 * libpng version 1.0.6. If you want to be able to run your code with older
143 * versions of libpng, you must define the macro yourself (but only if it
/haiku/src/add-ons/translators/tiff/
H A DTIFFTranslator.cpp109 // you, The image_id of the add-on that
120 make_nth_translator(int32 n, image_id you, uint32 flags, ...) argument
/haiku/src/kits/translation/
H A DTranslatorRoster.cpp85 previous one (ie. if you install a translator in the user's translators
591 BTranslator *(*makeNthTranslator)(int32 n, image_id you, uint32 flags, ...);
1311 When you add a BTranslator roster, it is Acquire()'d by
1343 BTranslator* (*makeNthTranslator)(int32 n, image_id you, uint32 flags, ...);
1390 and puts them into the outInfo array (which you must delete
1391 yourself when you are done with it). Specifying a value for
1427 You must free the array using delete[] when you are done with it.
1429 \param _ids the array is stored there (you own the array).
1445 You must not free any of the data you get back.
1447 \param id identifies which translator you wan
[all...]
/haiku/src/add-ons/translators/jpeg2000/
H A DJPEG2000Translator.cpp1289 make_nth_translator(int32 n, image_id you, uint32 flags, ...) argument
/haiku/src/add-ons/translators/bmp/
H A DBMPTranslator.cpp98 // you, The image_id of the add-on that
109 make_nth_translator(int32 n, image_id you, uint32 flags, ...) argument
/haiku/src/add-ons/translators/jpeg/
H A DJPEGTranslator.cpp1313 make_nth_translator(int32 n, image_id you, uint32 flags, ...) argument
/haiku/src/add-ons/translators/tga/
H A DTGATranslator.cpp110 // you, The image_id of the add-on that
121 make_nth_translator(int32 n, image_id you, uint32 flags, ...) argument

Completed in 106 milliseconds

12