OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rtPage
(Results
1 - 4
of
4
) sorted by null
/external/pdfium/xfa/src/fxfa/src/app/
xfa_rendercontext.cpp
35
CFX_RectF
rtPage
;
36
pGS->GetClipRect(
rtPage
);
39
m_rtClipRect.Set(
rtPage
.left,
rtPage
.top,
rtPage
.width,
rtPage
.height);
xfa_ffpageview.h
19
void GetPageViewRect(CFX_RectF&
rtPage
) override;
xfa_ffpageview.cpp
31
void CXFA_FFPageView::GetPageViewRect(CFX_RectF&
rtPage
) {
34
rtPage
.Set(0, 0, sz);
/external/pdfium/xfa/include/fxfa/
fxfa.h
642
virtual void GetPageViewRect(CFX_RectF&
rtPage
) = 0;
[
all
...]
Completed in 216 milliseconds