Home
last modified time | relevance | path

Searched refs:BlackIs1 (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/testing/libfuzzer/
Dpdf_codec_fax_fuzzer.cc27 bool BlackIs1 = !(data[20] & 0x04); in LLVMFuzzerTestOneInput() local
34 ByteAlign, BlackIs1, Columns, Rows)); in LLVMFuzzerTestOneInput()
/external/pdfium/core/fxcodec/codec/
Dfx_codec_fax.cpp463 bool BlackIs1);
491 bool BlackIs1) in CCodec_FaxDecoder() argument
497 m_bBlack(BlackIs1), in CCodec_FaxDecoder()
591 bool BlackIs1, in CreateDecoder() argument
608 EncodedByteAlign, BlackIs1); in CreateDecoder()
Dccodec_faxmodule.h26 bool BlackIs1,
/external/pdfium/core/fpdfapi/parser/
Dfpdf_parser_decode.cpp257 bool BlackIs1 = false; in FPDFAPI_CreateFaxDecoder() local
264 BlackIs1 = !!pParams->GetIntegerFor("BlackIs1"); in FPDFAPI_CreateFaxDecoder()
272 src_buf, src_size, width, height, K, EndOfLine, ByteAlign, BlackIs1, in FPDFAPI_CreateFaxDecoder()