Home
last modified time | relevance | path

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

/external/pdfium/core/include/fpdfapi/
Dfpdf_page.h120 FX_FLOAT GetPageWidth() const { return m_PageWidth; } in GetPageWidth()
129 FX_FLOAT m_PageWidth; variable
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page.cpp802 m_PageWidth = m_PageHeight = 100 * 1.0f; in Load()
839 m_PageWidth = m_BBox.top - m_BBox.bottom; in Load()
841 m_PageWidth = m_BBox.right - m_BBox.left; in Load()
960 if (m_PageWidth == 0 || m_PageHeight == 0) { in GetDisplayMatrix()
1000 display_matrix.Set(FXSYS_Div((FX_FLOAT)(x2 - x0), m_PageWidth), in GetDisplayMatrix()
1001 FXSYS_Div((FX_FLOAT)(y2 - y0), m_PageWidth), in GetDisplayMatrix()