Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fee/include/
Difde_txtedtengine.h33 #define FDE_TEXTEDITALIGN_Justified (1L << 4) macro
/external/pdfium/xfa/src/fwl/src/basewidget/
Dfwl_editimp.cpp1184 params.dwAlignment |= FDE_TEXTEDITALIGN_Justified; in UpdateEditParams()
/external/pdfium/xfa/src/fee/src/fee/
Dfde_txtedtengine.cpp1547 if (m_Param.dwAlignment & FDE_TEXTEDITALIGN_Justified) { in UpdateTxtBreak()