OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_PageHeight
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/core/include/fpdfapi/
fpdf_page.h
121
FX_FLOAT GetPageHeight() const { return
m_PageHeight
; }
130
FX_FLOAT
m_PageHeight
;
/external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page.cpp
802
m_PageWidth =
m_PageHeight
= 100 * 1.0f;
838
m_PageHeight
= m_BBox.right - m_BBox.left;
842
m_PageHeight
= m_BBox.top - m_BBox.bottom;
960
if (m_PageWidth == 0 ||
m_PageHeight
== 0) {
1002
FXSYS_Div((FX_FLOAT)(x1 - x0),
m_PageHeight
),
1003
FXSYS_Div((FX_FLOAT)(y1 - y0),
m_PageHeight
), (FX_FLOAT)x0,
Completed in 34 milliseconds