Searched refs:BlackIs1 (Results 1 – 8 of 8) sorted by relevance
/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 577 m_bBlack = BlackIs1; 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 | 199 FX_BOOL BlackIs1 = FALSE; in FPDFAPI_CreateFaxDecoder() local 206 BlackIs1 = pParams->GetInteger(FX_BSTRC("BlackIs1")); in FPDFAPI_CreateFaxDecoder() 217 K, EndOfLine, ByteAlign, BlackIs1, Columns, Rows); in FPDFAPI_CreateFaxDecoder()
|
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/ |
D | SkPdfCcittfaxdecodeFilterDictionary_autogen.cpp | 83 bool SkPdfCcittfaxdecodeFilterDictionary::BlackIs1(SkPdfNativeDoc* doc) { in BlackIs1() function in SkPdfCcittfaxdecodeFilterDictionary
|
D | SkPdfCcittfaxdecodeFilterDictionary_autogen.h | 533 bool BlackIs1(SkPdfNativeDoc* doc);
|
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/ |
D | SkPdfCcittfaxdecodeFilterDictionary_autogen.cpp | 83 bool SkPdfCcittfaxdecodeFilterDictionary::BlackIs1(SkPdfNativeDoc* doc) { in BlackIs1() function in SkPdfCcittfaxdecodeFilterDictionary
|
D | SkPdfCcittfaxdecodeFilterDictionary_autogen.h | 533 bool BlackIs1(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;
|