Home
last modified time | relevance | path

Searched refs:FXDIB_INTERPOL (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/core/src/fxge/dib/
Dfx_dib_engine.cpp46 if (flags & FXDIB_INTERPOL) { in Calc()
260 flags & FXDIB_INTERPOL || flags & FXDIB_BICUBIC_INTERPOL; in CStretchEngine()
264 flags = FXDIB_INTERPOL; in CStretchEngine()
/external/pdfium/core/include/fxge/
Dfx_dib.h41 #define FXDIB_INTERPOL 0x20 macro
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_image.cpp421 m_Flags |= FXDIB_INTERPOL; in StartRenderDIBSource()
/external/pdfium/core/src/fxge/win32/
Dfx_win32_device.cpp588 (flags & FXDIB_INTERPOL) || (flags & FXDIB_BICUBIC_INTERPOL)) { in GDI_StretchDIBits()
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffwidget.cpp822 FXDIB_INTERPOL); in XFA_DrawImage()
/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_progress.cpp2330 m_sizeX, m_sizeY, m_bInterpol ? FXDIB_INTERPOL : FXDIB_DOWNSAMPLE); in ContinueDecode()