OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetContentsBox
(Results
1 - 5
of
5
) sorted by null
/external/pdfium/xfa/src/fee/include/
ifde_txtedtpage.h
36
virtual const CFX_RectF&
GetContentsBox
() = 0;
/external/pdfium/xfa/src/fee/src/fee/
fde_txtedtpage.h
119
virtual const CFX_RectF&
GetContentsBox
();
fde_txtedtengine.cpp
[
all
...]
fde_txtedtpage.cpp
587
const CFX_RectF& CFDE_TxtEdtPage::
GetContentsBox
() {
/external/pdfium/xfa/src/fwl/src/basewidget/
fwl_editimp.cpp
851
FX_FLOAT fContentWidth = page->
GetContentsBox
().width;
852
FX_FLOAT fContentHeight = page->
GetContentsBox
().height;
888
fContentWidth1 = page1->
GetContentsBox
().width;
889
fContentHeight1 = page1->
GetContentsBox
().height;
[
all
...]
Completed in 159 milliseconds