HomeSort by relevance Sort by last modified time
    Searched refs:FXDIB_INTERPOL (Results 1 - 7 of 7) sorted by null

  /external/pdfium/core/fxge/dib/
fx_dib_engine_unittest.cpp 30 EXPECT_EQ(FXDIB_INTERPOL, engine.m_Flags);
fx_dib_engine.cpp 78 if (flags & FXDIB_INTERPOL) {
311 bool bInterpol = flags & FXDIB_INTERPOL || flags & FXDIB_BICUBIC_INTERPOL;
315 flags = FXDIB_INTERPOL;
    [all...]
  /external/pdfium/core/fpdfapi/render/
cpdf_imagerenderer.cpp 148 m_Flags |= FXDIB_INTERPOL;
  /external/pdfium/core/fxge/
fx_dib.h 47 #define FXDIB_INTERPOL 0x20
  /external/pdfium/core/fxge/win32/
fx_win32_device.cpp 842 (flags & FXDIB_INTERPOL) || (flags & FXDIB_BICUBIC_INTERPOL)) {
    [all...]
  /external/pdfium/core/fxcodec/codec/
fx_codec_progress.cpp     [all...]
  /external/pdfium/xfa/fxfa/app/
xfa_ffwidget.cpp 903 FXDIB_INTERPOL);
    [all...]

Completed in 95 milliseconds