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/fpdfapi/page/
cpdf_page.cpp
26
:
m_PageWidth
(100),
62
m_PageWidth
= m_BBox.right - m_BBox.left;
65
std::swap(
m_PageWidth
, m_PageHeight);
128
if (
m_PageWidth
== 0 || m_PageHeight == 0)
173
matrix.Concat(CFX_Matrix((x2 - x0) /
m_PageWidth
, (y2 - y0) /
m_PageWidth
,
cpdf_page.h
54
FX_FLOAT GetPageWidth() const { return
m_PageWidth
; }
75
FX_FLOAT
m_PageWidth
;
Completed in 138 milliseconds