Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_page.cpp26 m_PageWidth(100), in CPDF_Page()
48 m_PageWidth = m_BBox.Width(); in CPDF_Page()
53 std::swap(m_PageWidth, m_PageHeight); in CPDF_Page()
129 if (m_PageWidth == 0 || m_PageHeight == 0) in GetDisplayMatrix()
174 matrix.Concat(CFX_Matrix((x2 - x0) / m_PageWidth, (y2 - y0) / m_PageWidth, in GetDisplayMatrix()
Dcpdf_page.h42 float GetPageWidth() const { return m_PageWidth; } in GetPageWidth()
62 float m_PageWidth; variable