Home | History | Annotate | Download | only in fpdf_render

Lines Matching refs:m_DestHeight

917     m_DestHeight = image_rect.Height();

974 m_pDecoder->DownScale(m_DestWidth, m_DestHeight);
995 src_y = (m_DestHeight - (dest_y + m_ClipTop) - 1) * src_height / m_DestHeight;
998 src_y = (dest_y + m_ClipTop) * src_height / m_DestHeight;