OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_PageWidth
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/core/include/fpdfapi/
fpdf_page.h
120
FX_FLOAT GetPageWidth() const { return
m_PageWidth
; }
129
FX_FLOAT
m_PageWidth
;
/external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page.cpp
802
m_PageWidth
= m_PageHeight = 100 * 1.0f;
839
m_PageWidth
= m_BBox.top - m_BBox.bottom;
841
m_PageWidth
= m_BBox.right - m_BBox.left;
960
if (
m_PageWidth
== 0 || m_PageHeight == 0) {
1000
display_matrix.Set(FXSYS_Div((FX_FLOAT)(x2 - x0),
m_PageWidth
),
1001
FXSYS_Div((FX_FLOAT)(y2 - y0),
m_PageWidth
),
Completed in 42 milliseconds