Home
last modified time | relevance | path

Searched refs:LayoutJustify (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/include/reflow/
Dfpdf_layout.h136 LayoutJustify, enumerator
/external/pdfium/core/src/reflow/
Dlayoutprovider_taggedpdf.cpp374 return LayoutJustify; in ConvertLayoutEnum()
Dlayoutprocessor_reflow.cpp292 case LayoutJustify: { in ProcessTable()
878 case LayoutJustify: in FinishedCurrLine()
891 FX_FLOAT x = m_StartIndent + dx * (m_TextAlign == LayoutJustify ? i + 1 : 1); in FinishedCurrLine()