Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_fax.cpp609 FX_BOOL EndOfLine,
642 FX_BOOL EndOfLine, in Create() argument
648 m_bEndOfLine = EndOfLine; in Create()
822 FX_BOOL EndOfLine, in CreateDecoder() argument
828 pDecoder->Create(src_buf, src_size, width, height, K, EndOfLine, in CreateDecoder()
Dcodec_int.h113 FX_BOOL EndOfLine,
/external/pdfium/core/src/fpdfapi/fpdf_parser/
Dfpdf_parser_decode.cpp228 FX_BOOL EndOfLine = FALSE; in FPDFAPI_CreateFaxDecoder() local
235 EndOfLine = pParams->GetInteger("EndOfLine"); in FPDFAPI_CreateFaxDecoder()
248 src_buf, src_size, width, height, K, EndOfLine, ByteAlign, BlackIs1, in FPDFAPI_CreateFaxDecoder()
/external/pdfium/core/include/fxcodec/
Dfx_codec.h188 FX_BOOL EndOfLine,
/external/clang/lib/Frontend/
DCompilerInvocation.cpp1860 unsigned EndOfLine = 0; in ParsePreprocessorArgs() local
1864 Value.substr(Comma + 1).getAsInteger(10, EndOfLine)) in ParsePreprocessorArgs()
1868 Opts.PrecompiledPreambleBytes.second = (EndOfLine != 0); in ParsePreprocessorArgs()