Home | History | Annotate | Download | only in libpng

Lines Matching full:channels

153           * start to record the number of channels in the app-supplied data.
326 png_uint_32 istop= row_info->width * row_info->channels;
495 * the loop simply copies (channels-1) channels until sp reaches ep.
502 if (row_info->channels == 2)
534 channels = 1;
542 else if (row_info->channels == 4)
548 else /* Skip initial channels and, for sp, the filler */
562 else /* Skip initial channels and, for sp, the filler */
579 row_info->channels = 3;