Searched refs:m_PageWidth (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/core/include/fpdfapi/ |
D | fpdf_page.h | 158 return m_PageWidth; in GetPageWidth() 190 FX_FLOAT m_PageWidth; variable
|
/external/pdfium/core/src/reflow/ |
D | reflowedpage.cpp | 32 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()
|
D | reflowedpage.h | 177 return m_PageWidth; in GetPageWidth() 182 FX_FLOAT m_PageWidth; variable
|
D | layoutprocessor_reflow.cpp | 59 pReflowedPage->m_PageWidth = fWidth; in Init()
|
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
D | fpdf_page.cpp | 822 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()
|