Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/codec/
Dfx_codec_jpeg.cpp236 cinfo.image_height = m_OrigHeight; in InitDecode()
248 m_OrigHeight = cinfo.image_height; in InitDecode()
250 m_OutputHeight = m_OrigHeight; in InitDecode()
280 m_OutputHeight = m_OrigHeight = height; in Create()
312 m_OutputHeight = m_OrigHeight; in v_Rewind()
Dccodec_scanlinedecoder.h43 int m_OrigHeight; variable
Dccodec_scanlinedecoder.cpp22 m_OrigHeight(nOrigHeight), in CCodec_ScanlineDecoder()
Dfx_codec.cpp1619 if (((uint32_t)m_OrigWidth * m_nComps * m_bpc * m_OrigHeight + 7) / 8 > in CheckDestSize()
1634 m_OutputHeight = m_OrigHeight = height; in Create()
Dfx_codec_flate.cpp648 m_OutputHeight = m_OrigHeight = height; in Create()