Home
last modified time | relevance | path

Searched refs:m_OutputHeight (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/src/fxcodec/codec/
Dfx_codec.cpp140 m_pDataCache->IsSameDimensions(m_OutputWidth, m_OutputHeight)) { in DownScale()
145 new ImageDataCache(m_OutputWidth, m_OutputHeight, m_Pitch)); in DownScale()
367 m_OutputHeight = m_OrigHeight = height; in Create()
Dfx_codec_jpeg.cpp394 m_OutputHeight = m_OrigHeight; in InitDecode()
424 m_OutputHeight = m_OrigHeight = height; in Create()
469 m_OutputHeight = (m_OrigHeight + m_DownScale - 1) / m_DownScale; in v_DownScale()
487 m_OutputHeight = (m_OrigHeight + m_DownScale - 1) / m_DownScale; in v_Rewind()
Dcodec_int.h54 int GetHeight() override { return m_OutputHeight; } in GetHeight()
95 int m_OutputHeight; variable
Dfx_codec_fax.cpp662 m_OutputHeight = m_OrigHeight; in Create()
Dfx_codec_flate.cpp803 m_OutputHeight = m_OrigHeight = height; in Create()