HomeSort by relevance Sort by last modified time
    Searched refs:m_OrigHeight (Results 1 - 5 of 5) sorted by null

  /external/pdfium/core/src/fxcodec/codec/
fx_codec.cpp 319 if (((FX_DWORD)m_OrigWidth * m_nComps * m_bpc * m_OrigHeight + 7) / 8 > dest_size) {
329 m_OutputHeight = m_OrigHeight = height;
fx_codec_jpeg.cpp 400 cinfo.image_height = m_OrigHeight;
412 m_OrigHeight = cinfo.image_height;
445 m_OutputHeight = m_OrigHeight = height;
489 m_DownScale = FX_GetDownsampleRatio(m_OrigWidth, m_OrigHeight, dest_width, dest_height);
491 m_OutputHeight = (m_OrigHeight + m_DownScale - 1) / m_DownScale;
513 m_OutputHeight = (m_OrigHeight + m_DownScale - 1) / m_DownScale;
fx_codec_fax.cpp 579 m_OrigHeight = Rows;
583 if (m_OrigHeight == 0) {
584 m_OrigHeight = height;
588 m_OutputHeight = m_OrigHeight;
codec_int.h 78 int m_OrigHeight;
fx_codec_flate.cpp 627 m_OutputHeight = m_OrigHeight = height;
    [all...]

Completed in 45 milliseconds