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

/haiku/src/add-ons/translators/ppm/
H A DPPMTranslator.cpp57 #define PPM_TYPE 'PPM ' macro
65 {PPM_TYPE, B_TRANSLATOR_BITMAP, 0.3, 0.8, "image/x-portable-pixmap",
73 {PPM_TYPE, B_TRANSLATOR_BITMAP, 0.3, 0.8, "image/x-portable-pixmap",
253 if (outType != B_TRANSLATOR_BITMAP && outType != PPM_TYPE)
269 outInfo->type = PPM_TYPE;
303 if (outType != B_TRANSLATOR_BITMAP && outType != PPM_TYPE)
311 /* for both B_TRANSLATOR_BITMAP and PPM_TYPE, and indicate what it is. */
327 if (outType == PPM_TYPE) {
337 if (outType == PPM_TYPE) {
366 if (outType == PPM_TYPE) {
[all...]

Completed in 34 milliseconds