Searched refs:m_PageHeight (Results 1 – 2 of 2) sorted by relevance
121 FX_FLOAT GetPageHeight() const { return m_PageHeight; } in GetPageHeight()130 FX_FLOAT m_PageHeight; variable
802 m_PageWidth = m_PageHeight = 100 * 1.0f; in Load()838 m_PageHeight = m_BBox.right - m_BBox.left; in Load()842 m_PageHeight = m_BBox.top - m_BBox.bottom; in Load()960 if (m_PageWidth == 0 || m_PageHeight == 0) { in GetDisplayMatrix()1002 FXSYS_Div((FX_FLOAT)(x1 - x0), m_PageHeight), in GetDisplayMatrix()1003 FXSYS_Div((FX_FLOAT)(y1 - y0), m_PageHeight), (FX_FLOAT)x0, in GetDisplayMatrix()