Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fgas/include/
Dfx_rbk.h42 #define FX_RTFLINEALIGNMENT_Left 0 macro
48 (FX_RTFLINEALIGNMENT_Left | FX_RTFLINEALIGNMENT_Justified)
54 (FX_RTFLINEALIGNMENT_Left | FX_RTFLINEALIGNMENT_Distributed)
209 virtual void SetAlignment(int32_t iAlignment = FX_RTFLINEALIGNMENT_Left) = 0;
/external/pdfium/xfa/src/fgas/src/layout/
Dfx_rtfbreak.h89 void SetAlignment(int32_t iAlignment = FX_RTFLINEALIGNMENT_Left) override;
Dfx_rtfbreak.cpp45 m_iAlignment(FX_RTFLINEALIGNMENT_Left), in CFX_RTFBreak()
242 FXSYS_assert(iAlignment >= FX_RTFLINEALIGNMENT_Left && in SetAlignment()
660 if (!m_bPagination && m_iAlignment > FX_RTFLINEALIGNMENT_Left) { in EndBreak()
923 } else if (iLowerAlignment > FX_RTFLINEALIGNMENT_Left) { in EndBreak_Alignment()
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_textlayout.cpp765 int32_t iAlign = FX_RTFLINEALIGNMENT_Left; in InitBreak()
783 if (iAlign != FX_RTFLINEALIGNMENT_Left) { in InitBreak()
821 int32_t iAlign = FX_RTFLINEALIGNMENT_Left; in InitBreak()