Home
last modified time | relevance | path

Searched refs:m_PageHeight (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fpdfapi/page/
Dcpdf_page.cpp27 m_PageHeight(100), in CPDF_Page()
49 m_PageHeight = m_BBox.Height(); in CPDF_Page()
53 std::swap(m_PageWidth, m_PageHeight); in CPDF_Page()
129 if (m_PageWidth == 0 || m_PageHeight == 0) in GetDisplayMatrix()
175 (x1 - x0) / m_PageHeight, (y1 - y0) / m_PageHeight, in GetDisplayMatrix()
Dcpdf_page.h43 float GetPageHeight() const { return m_PageHeight; } in GetPageHeight()
63 float m_PageHeight; variable