OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetNumberAttr
(Results
1 - 6
of
6
) sorted by null
/external/pdfium/core/src/reflow/
layoutprovider_taggedpdf.h
22
FX_FLOAT
GetNumberAttr
(LayoutAttr attr_type, int index);
autoreflow.h
37
FX_FLOAT
GetNumberAttr
(LayoutAttr attr_type, int index);
layoutprocessor_reflow.cpp
360
width = pElement->
GetNumberAttr
(LayoutWidth);
368
width += pElm->
GetNumberAttr
(LayoutWidth);
534
StartIndent = pParent->
GetNumberAttr
(LayoutStartIndent);
536
FX_FLOAT currStartIndent = pElement->
GetNumberAttr
(LayoutStartIndent);
542
FX_FLOAT spaceBefore = pElement->
GetNumberAttr
(LayoutSpaceBefore);
546
StartIndent = pParent->
GetNumberAttr
(LayoutEndIndent);
547
FX_FLOAT currEndIndent = pElement->
GetNumberAttr
(LayoutEndIndent);
596
FX_FLOAT cellWidth = pElement->
GetNumberAttr
(LayoutWidth);
601
pCell->m_MaxWidth = pElement->
GetNumberAttr
(LayoutWidth) * reflowWidth / pTable->m_TableWidth;
603
pCell->m_ColSpan = (int)(pElement->
GetNumberAttr
(LayoutColSpan))
[
all
...]
layoutprovider_taggedpdf.cpp
497
FX_FLOAT CPDF_LayoutElement::
GetNumberAttr
(LayoutAttr attr_type, int index)
autoreflow.cpp
127
FX_FLOAT CPDF_AutoReflowElement::
GetNumberAttr
(LayoutAttr attr_type, int index )
/external/pdfium/core/include/reflow/
fpdf_layout.h
190
virtual FX_FLOAT
GetNumberAttr
(LayoutAttr attr_type, int index = 0) = 0;
Completed in 125 milliseconds