Home
last modified time | relevance | path

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

/external/pdfium/core/include/fpdfapi/
Dfpdf_page.h158 return m_PageWidth; in GetPageWidth()
190 FX_FLOAT m_PageWidth; variable
/external/pdfium/core/src/reflow/
Dreflowedpage.cpp32 m_PageWidth = 0; in CPDF_ReflowedPage()
194 display_matrix.Set(FXSYS_Div((FX_FLOAT)(x2 - x0), m_PageWidth), in GetDisplayMatrix()
195 FXSYS_Div((FX_FLOAT)(y2 - y0), m_PageWidth), in GetDisplayMatrix()
226 CFX_FloatRect rect (0, pData->m_PosY + pData->m_Height, this->m_PageWidth, pData->m_PosY); in FocusGetData()
Dreflowedpage.h177 return m_PageWidth; in GetPageWidth()
182 FX_FLOAT m_PageWidth; variable
Dlayoutprocessor_reflow.cpp59 pReflowedPage->m_PageWidth = fWidth; in Init()
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page.cpp822 m_PageWidth = m_PageHeight = 100 * 1.0f; in Load()
859 m_PageWidth = m_BBox.top - m_BBox.bottom; in Load()
861 m_PageWidth = m_BBox.right - m_BBox.left; in Load()
976 if (m_PageWidth == 0 || m_PageHeight == 0) { in GetDisplayMatrix()
1016 display_matrix.Set(FXSYS_Div((FX_FLOAT)(x2 - x0), m_PageWidth), in GetDisplayMatrix()
1017 FXSYS_Div((FX_FLOAT)(y2 - y0), m_PageWidth), in GetDisplayMatrix()