Home
last modified time | relevance | path

Searched refs:EndOfLine (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/testing/libfuzzer/
Dpdf_codec_fax_fuzzer.cc25 bool EndOfLine = !(data[20] & 0x01); in LLVMFuzzerTestOneInput() local
33 fax_module.CreateDecoder(data, size, width, height, K, EndOfLine, in LLVMFuzzerTestOneInput()
/external/pdfium/core/fxcodec/codec/
Dfx_codec_fax.cpp461 bool EndOfLine,
489 bool EndOfLine, in CCodec_FaxDecoder() argument
496 m_bEndOfLine(EndOfLine), in CCodec_FaxDecoder()
589 bool EndOfLine, in CreateDecoder() argument
607 src_buf, src_size, actual_width, actual_height, pitch, K, EndOfLine, in CreateDecoder()
Dccodec_faxmodule.h24 bool EndOfLine,
/external/pdfium/core/fpdfapi/parser/
Dfpdf_parser_decode.cpp255 bool EndOfLine = false; in FPDFAPI_CreateFaxDecoder() local
262 EndOfLine = !!pParams->GetIntegerFor("EndOfLine"); in FPDFAPI_CreateFaxDecoder()
272 src_buf, src_size, width, height, K, EndOfLine, ByteAlign, BlackIs1, in FPDFAPI_CreateFaxDecoder()
/external/clang/lib/Frontend/
DCompilerInvocation.cpp2175 unsigned EndOfLine = 0; in ParsePreprocessorArgs() local
2179 Value.substr(Comma + 1).getAsInteger(10, EndOfLine)) in ParsePreprocessorArgs()
2183 Opts.PrecompiledPreambleBytes.second = (EndOfLine != 0); in ParsePreprocessorArgs()