Searched refs:FXDIB_INTERPOL (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/xfa/fxfa/ |
D | cxfa_imagerenderer.cpp | 27 FXDIB_INTERPOL, &m_DeviceHandle, in Start() 55 pDib, &m_ImageMatrix, FXDIB_INTERPOL, &clip_box); in Start() 68 FXDIB_INTERPOL, FXDIB_BLEND_NORMAL)) { in Start() 75 FXDIB_INTERPOL)) { in Start() 87 dest_width, dest_height, FXDIB_INTERPOL, &dest_clip); in Start()
|
/external/pdfium/core/fxge/dib/ |
D | cstretchengine_unittest.cpp | 31 EXPECT_EQ(FXDIB_INTERPOL, engine.m_Flags); in TEST()
|
D | cstretchengine.cpp | 62 if (flags & FXDIB_INTERPOL) { in Calc() 257 bool bInterpol = flags & FXDIB_INTERPOL || flags & FXDIB_BICUBIC_INTERPOL; in CStretchEngine() 261 flags = FXDIB_INTERPOL; in CStretchEngine()
|
/external/pdfium/core/fxge/ |
D | fx_dib.h | 50 #define FXDIB_INTERPOL 0x20 macro
|
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_imagerenderer.cpp | 128 m_Flags |= FXDIB_INTERPOL; in StartRenderDIBSource()
|
/external/pdfium/core/fxge/win32/ |
D | fx_win32_device.cpp | 837 (flags & FXDIB_INTERPOL) || (flags & FXDIB_BICUBIC_INTERPOL)) { in GDI_StretchDIBits()
|
/external/pdfium/core/fxcodec/codec/ |
D | fx_codec_progress.cpp | 2351 pFormatBitmap->StretchTo(m_sizeX, m_sizeY, FXDIB_INTERPOL, nullptr); in TifContinueDecode()
|