/external/pdfium/core/src/fxcodec/codec/ |
D | fx_codec_fax.cpp | 546 … 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()
|
D | codec_int.h | 112 … int K, FX_BOOL EndOfLine, FX_BOOL EncodedByteAlign, FX_BOOL BlackIs1, int Columns, int Rows);
|
/external/pdfium/core/src/fpdfapi/fpdf_parser/ |
D | fpdf_parser_decode.cpp | 197 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/ |
D | SkPdfCcittfaxdecodeFilterDictionary_autogen.cpp | 23 bool SkPdfCcittfaxdecodeFilterDictionary::EndOfLine(SkPdfNativeDoc* doc) { in EndOfLine() function in SkPdfCcittfaxdecodeFilterDictionary
|
D | SkPdfCcittfaxdecodeFilterDictionary_autogen.h | 523 bool EndOfLine(SkPdfNativeDoc* doc);
|
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/ |
D | SkPdfCcittfaxdecodeFilterDictionary_autogen.cpp | 23 bool SkPdfCcittfaxdecodeFilterDictionary::EndOfLine(SkPdfNativeDoc* doc) { in EndOfLine() function in SkPdfCcittfaxdecodeFilterDictionary
|
D | SkPdfCcittfaxdecodeFilterDictionary_autogen.h | 523 bool EndOfLine(SkPdfNativeDoc* doc);
|
/external/pdfium/core/include/fxcodec/ |
D | fx_codec.h | 143 … int K, FX_BOOL EndOfLine, FX_BOOL EncodedByteAlign, FX_BOOL BlackIs1, int Columns, int Rows) = 0;
|
/external/clang/lib/Frontend/ |
D | CompilerInvocation.cpp | 1654 unsigned EndOfLine = 0; in ParsePreprocessorArgs() local 1658 Value.substr(Comma + 1).getAsInteger(10, EndOfLine)) in ParsePreprocessorArgs() 1662 Opts.PrecompiledPreambleBytes.second = (EndOfLine != 0); in ParsePreprocessorArgs()
|