OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetPageHeight
(Results
1 - 6
of
6
) sorted by null
/external/pdfium/core/fpdfapi/page/
cpdf_page.h
55
FX_FLOAT
GetPageHeight
() const { return m_PageHeight; }
/external/pdfium/fpdfsdk/fpdfxfa/
cpdfxfa_page.h
42
FX_FLOAT
GetPageHeight
() const;
cpdfxfa_page.cpp
121
FX_FLOAT CPDFXFA_Page::
GetPageHeight
() const {
130
return m_pPDFPage->
GetPageHeight
();
/external/pdfium/fpdfsdk/
fpdfview.cpp
684
return pPage ? pPage->
GetPageHeight
() : 0.0;
[
all
...]
/external/pdfium/core/fpdftext/
cpdf_textpage.cpp
136
static_cast<int>(pPage->
GetPageHeight
()), 0);
517
const int32_t nPageHeight = static_cast<int32_t>(m_pPage->
GetPageHeight
());
[
all
...]
/external/pdfium/fpdfsdk/formfiller/
cffl_interactiveformfiller.cpp
538
rcPageView.bottom = pData->pWidget->GetPDFPage()->
GetPageHeight
();
[
all
...]
Completed in 216 milliseconds