Searched refs:EndOfLine (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/testing/libfuzzer/ |
D | pdf_codec_fax_fuzzer.cc | 25 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/ |
D | fx_codec_fax.cpp | 462 bool EndOfLine, 490 bool EndOfLine, in CCodec_FaxDecoder() argument 497 m_bEndOfLine(EndOfLine), in CCodec_FaxDecoder() 588 bool EndOfLine, in CreateDecoder() argument 606 src_buf, src_size, actual_width, actual_height, pitch, K, EndOfLine, in CreateDecoder()
|
D | ccodec_faxmodule.h | 24 bool EndOfLine,
|
/external/pdfium/core/fpdfapi/parser/ |
D | fpdf_parser_decode.cpp | 262 bool EndOfLine = false; in FPDFAPI_CreateFaxDecoder() local 269 EndOfLine = !!pParams->GetIntegerFor("EndOfLine"); in FPDFAPI_CreateFaxDecoder() 278 src_buf, src_size, width, height, K, EndOfLine, ByteAlign, BlackIs1, in FPDFAPI_CreateFaxDecoder()
|
/external/clang/lib/Frontend/ |
D | CompilerInvocation.cpp | 2175 unsigned EndOfLine = 0; in ParsePreprocessorArgs() local 2179 Value.substr(Comma + 1).getAsInteger(10, EndOfLine)) in ParsePreprocessorArgs() 2183 Opts.PrecompiledPreambleBytes.second = (EndOfLine != 0); in ParsePreprocessorArgs()
|