Home | History | Annotate | Download | only in fpdf_render

Lines Matching refs:m_ResultHeight

926     m_ResultHeight = result_rect.Height();

978 m_pBitmap->Create(m_ResultWidth, m_ResultHeight, FXDIB_Rgb32);
980 m_pBitmap->Create(m_ResultWidth, m_ResultHeight, FXDIB_Rgb);
991 while (m_LineIndex < m_ResultHeight) {
994 dest_y = m_ResultHeight - m_LineIndex - 1;