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

/haiku/src/tools/translation/pnginfo/
H A Dpnginfo.cpp137 int bit_depth, color_type, interlace_type, compression_type, filter_type; local
139 &interlace_type, &compression_type, &filter_type);
172 switch (interlace_type) {
183 printf("%s (%d)\n", desc, interlace_type);
/haiku/src/add-ons/translators/png/
H A DPNGTranslator.cpp351 int bit_depth, color_type, interlace_type; local
353 &interlace_type, NULL, NULL);
435 if (interlace_type == PNG_INTERLACE_NONE) {
748 int bit_depth, color_type, interlace_type; local
785 interlace_type = fSettings->SetGetInt32(PNG_SETTING_INTERLACE);
862 if (interlace_type == PNG_INTERLACE_NONE) {
893 interlace_type, PNG_COMPRESSION_TYPE_DEFAULT, PNG_FILTER_TYPE_DEFAULT);
899 if (interlace_type == PNG_INTERLACE_NONE) {

Completed in 43 milliseconds