HomeSort by relevance Sort by last modified time
    Searched refs:m_PageHeight (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/fpdfapi/page/
cpdf_page.h 43 float GetPageHeight() const { return m_PageHeight; }
63 float m_PageHeight;
cpdf_page.cpp 27 m_PageHeight(100),
49 m_PageHeight = m_BBox.Height();
53 std::swap(m_PageWidth, m_PageHeight);
129 if (m_PageWidth == 0 || m_PageHeight == 0)
175 (x1 - x0) / m_PageHeight, (y1 - y0) / m_PageHeight,

Completed in 50 milliseconds