Home
last modified time | relevance | path

Searched refs:SetDownSampleSize (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/include/fxge/
Dfx_dib.h189 virtual void SetDownSampleSize(int width, int height) const {} in SetDownSampleSize() function
/external/pdfium/core/src/fpdfapi/fpdf_render/
Drender_int.h391 virtual void SetDownSampleSize(int dest_width, int dest_height) const;
Dfpdf_render_loadimage.cpp1410 void CPDF_DIBSource::SetDownSampleSize(int dest_width, int dest_height) const in SetDownSampleSize() function in CPDF_DIBSource
/external/pdfium/core/src/fxge/dib/
Dfx_dib_engine.cpp800 m_pSource->SetDownSampleSize(m_DestWidth, m_DestHeight); in StartQuickStretch()