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

  /external/pdfium/core/fpdfapi/page/
cpdf_page.h 42 float GetPageWidth() const { return m_PageWidth; }
62 float m_PageWidth;
cpdf_page.cpp 26 m_PageWidth(100),
48 m_PageWidth = m_BBox.Width();
53 std::swap(m_PageWidth, m_PageHeight);
129 if (m_PageWidth == 0 || m_PageHeight == 0)
174 matrix.Concat(CFX_Matrix((x2 - x0) / m_PageWidth, (y2 - y0) / m_PageWidth,

Completed in 41 milliseconds