Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/dib/
Dcstretchengine.cpp48 const int ext_size = options.bInterpolateBicubic ? 3 : 1; in Calc()
80 } else if (options.bInterpolateBicubic) { in Calc()
260 options.bInterpolateBilinear || options.bInterpolateBicubic; in CStretchEngine()
390 if (m_ResampleOptions.bInterpolateBicubic) in ContinueStretchHorz()
408 if (m_ResampleOptions.bInterpolateBicubic) in ContinueStretchHorz()
429 if (m_ResampleOptions.bInterpolateBicubic) { in ContinueStretchHorz()
461 if (m_ResampleOptions.bInterpolateBicubic) { in ContinueStretchHorz()
498 if (m_ResampleOptions.bInterpolateBicubic) { in ContinueStretchHorz()
528 if (m_ResampleOptions.bInterpolateBicubic) { in ContinueStretchHorz()
564 if (m_ResampleOptions.bInterpolateBicubic) { in ContinueStretchHorz()
[all …]
Dcstretchengine_unittest.cpp30 EXPECT_FALSE(engine.m_ResampleOptions.bInterpolateBicubic); in TEST()
Dfx_dib_main.cpp61 return bInterpolateBilinear || bInterpolateBicubic || bHalftone || in HasAnyOptions()
Dcfx_imagetransformer.cpp602 return m_ResampleOptions.bInterpolateBicubic; in IsBiCubic()
/external/pdfium/core/fxge/
Dfx_dib.h55 bool bInterpolateBicubic = false; member
/external/pdfium/core/fxge/win32/
Dfx_win32_device.cpp825 options.bInterpolateBilinear || options.bInterpolateBicubic) { in GDI_StretchDIBits()