Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fgas/include/
Dfx_rbk.h43 #define FX_RTFLINEALIGNMENT_Center 1 macro
50 (FX_RTFLINEALIGNMENT_Center | FX_RTFLINEALIGNMENT_Justified)
56 (FX_RTFLINEALIGNMENT_Center | FX_RTFLINEALIGNMENT_Distributed)
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_textlayout.cpp768 iAlign = FX_RTFLINEALIGNMENT_Center; in InitBreak()
827 iAlign = FX_RTFLINEALIGNMENT_Center; in InitBreak()
/external/pdfium/xfa/src/fgas/src/layout/
Dfx_rtfbreak.cpp924 if (iLowerAlignment == FX_RTFLINEALIGNMENT_Center) { in EndBreak_Alignment()