Searched refs:BitsPerComponent (Results 1 – 10 of 10) sorted by relevance
/external/pdfium/core/fxcodec/codec/ |
D | fx_codec_flate.cpp | 360 int BitsPerComponent, in PNG_Predictor() argument 362 const int BytesPerPixel = (Colors * BitsPerComponent + 7) / 8; in PNG_Predictor() 363 const int row_size = (Colors * BitsPerComponent * Columns + 7) / 8; in PNG_Predictor() 453 int BitsPerComponent, in TIFF_PredictLine() argument 456 if (BitsPerComponent == 1) { in TIFF_PredictLine() 457 int row_bits = std::min(BitsPerComponent * Colors * Columns, in TIFF_PredictLine() 475 int BytesPerPixel = BitsPerComponent * Colors / 8; in TIFF_PredictLine() 476 if (BitsPerComponent == 16) { in TIFF_PredictLine() 494 int BitsPerComponent, in TIFF_Predictor() argument 496 int row_size = (Colors * BitsPerComponent * Columns + 7) / 8; in TIFF_Predictor() [all …]
|
D | ccodec_flatemodule.h | 26 int BitsPerComponent, 34 int BitsPerComponent,
|
/external/pdfium/core/fpdfapi/parser/ |
D | fpdf_parser_decode.cpp | 35 bool CheckFlateDecodeParams(int Colors, int BitsPerComponent, int Columns) { in CheckFlateDecodeParams() argument 36 if (Colors < 0 || BitsPerComponent < 0 || Columns < 0) in CheckFlateDecodeParams() 41 check *= BitsPerComponent; in CheckFlateDecodeParams() 292 int BitsPerComponent = 0; in FPDFAPI_CreateFlateDecoder() local 297 BitsPerComponent = pParams->GetIntegerFor("BitsPerComponent", 8); in FPDFAPI_CreateFlateDecoder() 299 if (!CheckFlateDecodeParams(Colors, BitsPerComponent, Columns)) in FPDFAPI_CreateFlateDecoder() 304 BitsPerComponent, Columns); in FPDFAPI_CreateFlateDecoder() 316 int BitsPerComponent = 0; in FPDFAPI_FlateOrLZWDecode() local 323 BitsPerComponent = pParams->GetIntegerFor("BitsPerComponent", 8); in FPDFAPI_FlateOrLZWDecode() 325 if (!CheckFlateDecodeParams(Colors, BitsPerComponent, Columns)) in FPDFAPI_FlateOrLZWDecode() [all …]
|
/external/pdfium/testing/resources/ |
D | bug_554151.in | 45 /BitsPerComponent 4
|
D | bug_547706.in | 34 << /BitsPerComponent 16 /ColorSpace /DeviceRGB /ShadingType 5 >>
|
D | bug_557223.in | 35 /BitsPerComponent 8
|
D | bug_555784.in | 50 /BitsPerComponent 16
|
/external/pdfium/testing/resources/pixel/ |
D | bug_512557.in | 27 /BitsPerComponent 1
|
D | bug_718762.in | 27 /BitsPerComponent 8
|
D | bug_71.in | 47 /BitsPerComponent 8
|