Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fgas/include/
Dfx_tbk.h50 #define FX_TXTLINEALIGNMENT_Center 1 macro
57 (FX_TXTLINEALIGNMENT_Center | FX_TXTLINEALIGNMENT_Justified)
63 (FX_TXTLINEALIGNMENT_Center | FX_TXTLINEALIGNMENT_Distributed)
/external/pdfium/xfa/src/fdp/src/tto/
Dfde_textout.cpp112 m_iTxtBkAlignment = FX_TXTLINEALIGNMENT_Center; in SetAlignment()
/external/pdfium/xfa/src/fgas/src/layout/
Dfx_textbreak.cpp900 if (iLowerAlignment == FX_TXTLINEALIGNMENT_Center) { in EndBreak_Alignment()
/external/pdfium/xfa/src/fee/src/fee/
Dfde_txtedtengine.cpp1553 dwAligment |= FX_TXTLINEALIGNMENT_Center; in UpdateTxtBreak()