Home
last modified time | relevance | path

Searched refs:LayoutParagraph (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/include/reflow/
Dfpdf_layout.h27 LayoutParagraph, enumerator
/external/pdfium/core/src/reflow/
Dlayoutprovider_taggedpdf.cpp51 return LayoutParagraph; in ConvertLayoutType()
157 } else if( type == LayoutParagraph) { in ConvertLayoutType()
Dautoreflow.cpp255 pCurrElm = FX_NEW CPDF_AutoReflowElement(LayoutParagraph, pParent); in CreateElement()
256 if(pCurrElm->GetType() == LayoutParagraph && plastCell) { in CreateElement()
Dlayoutprocessor_reflow.cpp717 case LayoutParagraph: in GetElementTypes()