Searched refs:BitsPerComponent (Results 1 – 11 of 11) sorted by relevance
/external/pdfium/core/src/fxcodec/codec/ |
D | fx_codec_flate.cpp | 248 int BitsPerComponent, in PNG_PredictorEncode() argument 250 const int BytesPerPixel = (Colors * BitsPerComponent + 7) / 8; in PNG_PredictorEncode() 251 const int row_size = (Colors * BitsPerComponent * Columns + 7) / 8; in PNG_PredictorEncode() 404 int BitsPerComponent, in PNG_Predictor() argument 406 const int BytesPerPixel = (Colors * BitsPerComponent + 7) / 8; in PNG_Predictor() 407 const int row_size = (Colors * BitsPerComponent * Columns + 7) / 8; in PNG_Predictor() 497 int BitsPerComponent, in TIFF_PredictorEncodeLine() argument 500 int BytesPerPixel = BitsPerComponent * Colors / 8; in TIFF_PredictorEncodeLine() 501 if (BitsPerComponent < 8) { in TIFF_PredictorEncodeLine() 503 if (BitsPerComponent == 2) { in TIFF_PredictorEncodeLine() [all …]
|
D | codec_int.h | 136 int BitsPerComponent, 144 int BitsPerComponent, 153 int BitsPerComponent,
|
/external/pdfium/core/src/fpdfapi/fpdf_parser/ |
D | fpdf_parser_decode.cpp | 252 int BitsPerComponent, in CheckFlateDecodeParams() argument 262 if (BitsPerComponent < 0 || in CheckFlateDecodeParams() 263 (check > 0 && BitsPerComponent > INT_MAX / check)) { in CheckFlateDecodeParams() 266 check *= BitsPerComponent; in CheckFlateDecodeParams() 281 int Colors = 0, BitsPerComponent = 0, Columns = 0; in FPDFAPI_CreateFlateDecoder() local 285 BitsPerComponent = pParams->GetInteger("BitsPerComponent", 8); in FPDFAPI_CreateFlateDecoder() 287 if (!CheckFlateDecodeParams(Colors, BitsPerComponent, Columns)) { in FPDFAPI_CreateFlateDecoder() 293 BitsPerComponent, Columns); in FPDFAPI_CreateFlateDecoder() 304 int Colors = 0, BitsPerComponent = 0, Columns = 0; in FPDFAPI_FlateOrLZWDecode() local 309 BitsPerComponent = pParams->GetInteger("BitsPerComponent", 8); 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_71.in | 47 /BitsPerComponent 8
|
/external/pdfium/core/include/fxcodec/ |
D | fx_codec.h | 153 int BitsPerComponent, 161 int BitsPerComponent, 170 int BitsPerComponent,
|
/external/pdfium/core/include/fpdfapi/ |
D | fpdf_parser.h | 835 int BitsPerComponent,
|