Home | History | Annotate | Download | only in codec

Lines Matching refs:Colors

359                    int Colors,
362 const int BytesPerPixel = (Colors * BitsPerComponent + 7) / 8;
363 const int row_size = (Colors * BitsPerComponent * Columns + 7) / 8;
454 int Colors,
457 int row_bits = std::min(BitsPerComponent * Colors * Columns,
475 int BytesPerPixel = BitsPerComponent * Colors / 8;
493 int Colors,
496 int row_size = (Colors * BitsPerComponent * Columns + 7) / 8;
506 TIFF_PredictLine(scan_line, row_size, BitsPerComponent, Colors, Columns);
593 int Colors,
642 int Colors,
661 if (BitsPerComponent * Colors * Columns == 0) {
663 Colors = m_nComps;
666 m_Colors = Colors;
753 int Colors,
758 Colors, BitsPerComponent, Columns);
767 int Colors,
805 PNG_Predictor(*dest_buf, *dest_size, Colors, BitsPerComponent, Columns);
807 ret = TIFF_Predictor(*dest_buf, *dest_size, Colors, BitsPerComponent,