Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fgas/include/
Dfx_rbk.h45 #define FX_RTFLINEALIGNMENT_Justified (1 << 2) macro
48 (FX_RTFLINEALIGNMENT_Left | FX_RTFLINEALIGNMENT_Justified)
50 (FX_RTFLINEALIGNMENT_Center | FX_RTFLINEALIGNMENT_Justified)
52 (FX_RTFLINEALIGNMENT_Right | FX_RTFLINEALIGNMENT_Justified)
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_textlayout.cpp774 iAlign = FX_RTFLINEALIGNMENT_Justified; in InitBreak()
830 iAlign = FX_RTFLINEALIGNMENT_Justified; in InitBreak()
/external/pdfium/xfa/src/fgas/src/layout/
Dfx_rtfbreak.cpp895 (iHigherAlignment == FX_RTFLINEALIGNMENT_Justified && in EndBreak_Alignment()