• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/

Lines Matching defs:color_type

433    int bit_depth, color_type, compression_type, filter_type;
453 color_type = buf[9];
463 png_ptr->color_type = (png_byte)color_type;
470 switch (png_ptr->color_type)
498 color_type, interlace_type, compression_type, filter_type);
528 if (!(png_ptr->color_type&PNG_COLOR_MASK_COLOR))
536 if (png_ptr->color_type != PNG_COLOR_TYPE_PALETTE)
545 if (png_ptr->color_type != PNG_COLOR_TYPE_PALETTE)
589 if (png_ptr->color_type == PNG_COLOR_TYPE_PALETTE)
624 if (png_ptr->color_type == PNG_COLOR_TYPE_PALETTE)
777 if (png_ptr->color_type == PNG_COLOR_TYPE_PALETTE)
793 if (png_ptr->color_type & PNG_COLOR_MASK_COLOR)
1342 if (png_ptr->color_type == PNG_COLOR_TYPE_GRAY)
1357 else if (png_ptr->color_type == PNG_COLOR_TYPE_RGB)
1373 else if (png_ptr->color_type == PNG_COLOR_TYPE_PALETTE)
1431 else if (png_ptr->color_type == PNG_COLOR_TYPE_PALETTE &&
1445 if (png_ptr->color_type == PNG_COLOR_TYPE_PALETTE)
1447 else if (png_ptr->color_type & PNG_COLOR_MASK_COLOR)
1467 if (png_ptr->color_type == PNG_COLOR_TYPE_PALETTE)
1485 else if (!(png_ptr->color_type & PNG_COLOR_MASK_COLOR)) /* GRAY */
3236 if (png_ptr->color_type == PNG_COLOR_TYPE_PALETTE)
3243 else if (png_ptr->color_type == PNG_COLOR_TYPE_GRAY)
3250 else if (png_ptr->color_type == PNG_COLOR_TYPE_RGB)
3264 if (png_ptr->color_type == PNG_COLOR_TYPE_PALETTE)
3266 else if (png_ptr->color_type == PNG_COLOR_TYPE_GRAY)
3273 else if (png_ptr->color_type == PNG_COLOR_TYPE_RGB)
3293 png_ptr->color_type == PNG_COLOR_TYPE_GRAY_ALPHA)
3304 if (png_ptr->color_type == PNG_COLOR_TYPE_RGB_ALPHA)
3309 else if (png_ptr->color_type == PNG_COLOR_TYPE_RGB_ALPHA)