Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_jpeg.cpp380 cinfo.image_height = m_OrigHeight; in InitDecode()
392 m_OrigHeight = cinfo.image_height; in InitDecode()
394 m_OutputHeight = m_OrigHeight; in InitDecode()
424 m_OutputHeight = m_OrigHeight = height; in Create()
467 FX_GetDownsampleRatio(m_OrigWidth, m_OrigHeight, dest_width, dest_height); in v_DownScale()
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()
Dfx_codec_fax.cpp652 m_OrigHeight = Rows; in Create()
656 if (m_OrigHeight == 0) { in Create()
657 m_OrigHeight = height; in Create()
662 m_OutputHeight = m_OrigHeight; in Create()
Dfx_codec.cpp352 if (((FX_DWORD)m_OrigWidth * m_nComps * m_bpc * m_OrigHeight + 7) / 8 > in CheckDestSize()
367 m_OutputHeight = m_OrigHeight = height; in Create()
Dcodec_int.h92 int m_OrigHeight; variable
Dfx_codec_flate.cpp803 m_OutputHeight = m_OrigHeight = height; in Create()