Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_fax.cpp546 … int K, FX_BOOL EndOfLine, FX_BOOL EncodedByteAlign, FX_BOOL BlackIs1, int Columns, int Rows);
572 … int K, FX_BOOL EndOfLine, FX_BOOL EncodedByteAlign, FX_BOOL BlackIs1, int Columns, int Rows) in Create() argument
575 m_bEndOfLine = EndOfLine; in Create()
960 int K, FX_BOOL EndOfLine, FX_BOOL EncodedByteAlign, FX_BOOL BlackIs1, int Columns, int Rows) in CreateDecoder() argument
966 …pDecoder->Create(src_buf, src_size, width, height, K, EndOfLine, EncodedByteAlign, BlackIs1, Colum… in CreateDecoder()
Dcodec_int.h112 … int K, FX_BOOL EndOfLine, FX_BOOL EncodedByteAlign, FX_BOOL BlackIs1, int Columns, int Rows);
/external/pdfium/core/src/fpdfapi/fpdf_parser/
Dfpdf_parser_decode.cpp197 FX_BOOL EndOfLine = FALSE; in FPDFAPI_CreateFaxDecoder() local
204 EndOfLine = pParams->GetInteger(FX_BSTRC("EndOfLine")); in FPDFAPI_CreateFaxDecoder()
217 K, EndOfLine, ByteAlign, BlackIs1, Columns, Rows); in FPDFAPI_CreateFaxDecoder()
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
DSkPdfCcittfaxdecodeFilterDictionary_autogen.cpp23 bool SkPdfCcittfaxdecodeFilterDictionary::EndOfLine(SkPdfNativeDoc* doc) { in EndOfLine() function in SkPdfCcittfaxdecodeFilterDictionary
DSkPdfCcittfaxdecodeFilterDictionary_autogen.h523 bool EndOfLine(SkPdfNativeDoc* doc);
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
DSkPdfCcittfaxdecodeFilterDictionary_autogen.cpp23 bool SkPdfCcittfaxdecodeFilterDictionary::EndOfLine(SkPdfNativeDoc* doc) { in EndOfLine() function in SkPdfCcittfaxdecodeFilterDictionary
DSkPdfCcittfaxdecodeFilterDictionary_autogen.h523 bool EndOfLine(SkPdfNativeDoc* doc);
/external/pdfium/core/include/fxcodec/
Dfx_codec.h143 … int K, FX_BOOL EndOfLine, FX_BOOL EncodedByteAlign, FX_BOOL BlackIs1, int Columns, int Rows) = 0;
/external/clang/lib/Frontend/
DCompilerInvocation.cpp1654 unsigned EndOfLine = 0; in ParsePreprocessorArgs() local
1658 Value.substr(Comma + 1).getAsInteger(10, EndOfLine)) in ParsePreprocessorArgs()
1662 Opts.PrecompiledPreambleBytes.second = (EndOfLine != 0); in ParsePreprocessorArgs()