• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/png/

Lines Matching defs:color_type

340    int bit_depth, color_type, compression_type, filter_type;
360 color_type = buf[9];
370 png_ptr->color_type = (png_byte)color_type;
377 switch (png_ptr->color_type)
402 color_type, interlace_type, compression_type, filter_type);
430 if (!(png_ptr->color_type&PNG_COLOR_MASK_COLOR))
438 if (png_ptr->color_type != PNG_COLOR_TYPE_PALETTE)
447 if (png_ptr->color_type != PNG_COLOR_TYPE_PALETTE)
489 if (png_ptr->color_type == PNG_COLOR_TYPE_PALETTE)
524 if (png_ptr->color_type == PNG_COLOR_TYPE_PALETTE)
678 if (png_ptr->color_type == PNG_COLOR_TYPE_PALETTE)
694 if (png_ptr->color_type & PNG_COLOR_MASK_COLOR)
1255 if (png_ptr->color_type == PNG_COLOR_TYPE_GRAY)
1270 else if (png_ptr->color_type == PNG_COLOR_TYPE_RGB)
1286 else if (png_ptr->color_type == PNG_COLOR_TYPE_PALETTE)
1341 else if (png_ptr->color_type == PNG_COLOR_TYPE_PALETTE &&
1355 if (png_ptr->color_type == PNG_COLOR_TYPE_PALETTE)
1357 else if (png_ptr->color_type & PNG_COLOR_MASK_COLOR)
1377 if (png_ptr->color_type == PNG_COLOR_TYPE_PALETTE)
1395 else if (!(png_ptr->color_type & PNG_COLOR_MASK_COLOR)) /* GRAY */
2996 if (png_ptr->color_type == PNG_COLOR_TYPE_PALETTE)
3003 else if (png_ptr->color_type == PNG_COLOR_TYPE_GRAY)
3010 else if (png_ptr->color_type == PNG_COLOR_TYPE_RGB)
3024 if (png_ptr->color_type == PNG_COLOR_TYPE_PALETTE)
3026 else if (png_ptr->color_type == PNG_COLOR_TYPE_GRAY)
3033 else if (png_ptr->color_type == PNG_COLOR_TYPE_RGB)
3053 png_ptr->color_type == PNG_COLOR_TYPE_GRAY_ALPHA)
3064 if (png_ptr->color_type == PNG_COLOR_TYPE_RGB_ALPHA)
3069 else if (png_ptr->color_type == PNG_COLOR_TYPE_RGB_ALPHA)