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.cpp348 cinfo.image_height = m_OrigHeight; in InitDecode()
360 m_OrigHeight = cinfo.image_height; in InitDecode()
362 m_OutputHeight = m_OrigHeight; in InitDecode()
393 m_OutputHeight = m_OrigHeight = height; in Create()
434 m_DownScale = FX_GetDownsampleRatio(m_OrigWidth, m_OrigHeight, dest_width, dest_height); in v_DownScale()
436 m_OutputHeight = (m_OrigHeight + m_DownScale - 1) / m_DownScale; in v_DownScale()
458 m_OutputHeight = (m_OrigHeight + m_DownScale - 1) / m_DownScale; in v_Rewind()
Dfx_codec_fax.cpp614 m_OrigHeight = Rows; in Create()
618 if (m_OrigHeight == 0) { in Create()
619 m_OrigHeight = height; in Create()
623 m_OutputHeight = m_OrigHeight; in Create()
Dfx_codec.cpp318 if (((FX_DWORD)m_OrigWidth * m_nComps * m_bpc * m_OrigHeight + 7) / 8 > dest_size) { in CheckDestSize()
328 m_OutputHeight = m_OrigHeight = height; in Create()
Dcodec_int.h87 int m_OrigHeight; variable
Dfx_codec_flate.cpp639 m_OutputHeight = m_OrigHeight = height; in Create()