Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/codec/
Dfx_codec_jpeg.cpp217 cinfo.image_height = m_OrigHeight; in InitDecode()
229 m_OrigHeight = cinfo.image_height; in InitDecode()
231 m_OutputHeight = m_OrigHeight; in InitDecode()
262 m_OutputHeight = m_OrigHeight = height; in Create()
294 m_OutputHeight = m_OrigHeight; in v_Rewind()
Dfx_codec.cpp43 m_OrigHeight(nOrigHeight), in CCodec_ScanlineDecoder()
329 if (((uint32_t)m_OrigWidth * m_nComps * m_bpc * m_OrigHeight + 7) / 8 > in CheckDestSize()
344 m_OutputHeight = m_OrigHeight = height; in Create()
Dccodec_scanlinedecoder.h43 int m_OrigHeight; variable
Dfx_codec_flate.cpp681 m_OutputHeight = m_OrigHeight = height; in Create()