Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/layout/
Dfgas_textbreak.h59 #define FX_TXTLINEALIGNMENT_Right 2 macro
67 (FX_TXTLINEALIGNMENT_Right | FX_TXTLINEALIGNMENT_Justified)
73 (FX_TXTLINEALIGNMENT_Right | FX_TXTLINEALIGNMENT_Distributed)
Dfgas_textbreak.cpp283 m_iCurAlignment = m_iCurArabicContext > 1 ? FX_TXTLINEALIGNMENT_Right in ResetArabicContext()
937 bool bAllChars = (m_iCurAlignment > FX_TXTLINEALIGNMENT_Right); in EndBreak()
/external/pdfium/xfa/fde/tto/
Dfde_textout.cpp115 m_iTxtBkAlignment = FX_TXTLINEALIGNMENT_Right; in SetAlignment()
/external/pdfium/xfa/fde/
Dcfde_txtedtengine.cpp1033 dwAligment |= FX_TXTLINEALIGNMENT_Right; in UpdateTxtBreak()