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

/external/pdfium/core/include/fpdfapi/
H A Dfpdf_page.h162 return m_PageWidth;
194 FX_FLOAT m_PageWidth; member in class:CPDF_Page
/external/pdfium/core/src/reflow/
H A Dreflowedpage.cpp32 m_PageWidth = 0;
197 display_matrix.Set(FXSYS_Div((FX_FLOAT)(x2 - x0), m_PageWidth),
198 FXSYS_Div((FX_FLOAT)(y2 - y0), m_PageWidth),
229 CFX_FloatRect rect (0, pData->m_PosY + pData->m_Height, this->m_PageWidth, pData->m_PosY);
H A Dreflowedpage.h176 return m_PageWidth;
181 FX_FLOAT m_PageWidth; member in class:CPDF_ReflowedPage
H A Dlayoutprocessor_reflow.cpp62 pReflowedPage->m_PageWidth = fWidth;
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page.cpp840 m_PageWidth = m_PageHeight = 100 * 1.0f;
876 m_PageWidth = m_BBox.top - m_BBox.bottom;
878 m_PageWidth = m_BBox.right - m_BBox.left;
993 if (m_PageWidth == 0 || m_PageHeight == 0) {
1033 display_matrix.Set(FXSYS_Div((FX_FLOAT)(x2 - x0), m_PageWidth),
1034 FXSYS_Div((FX_FLOAT)(y2 - y0), m_PageWidth),

Completed in 711 milliseconds