Home | History | Annotate | Download | only in fpdf_render

Lines Matching refs:m_ResultWidth

925     m_ResultWidth = result_rect.Width();

978 m_pBitmap->Create(m_ResultWidth, m_ResultHeight, FXDIB_Rgb32);
980 m_pBitmap->Create(m_ResultWidth, m_ResultHeight, FXDIB_Rgb);
1014 for (int x = 0; x < m_ResultWidth; x ++) {