HomeSort by relevance Sort by last modified time
    Searched refs:m_iTxtBkAlignment (Results 1 - 2 of 2) sorted by null

  /external/pdfium/xfa/src/fdp/src/tto/
fde_textout.h 141 int32_t m_iTxtBkAlignment;
fde_textout.cpp 21 m_iTxtBkAlignment(0),
112 m_iTxtBkAlignment = FX_TXTLINEALIGNMENT_Center;
117 m_iTxtBkAlignment = FX_TXTLINEALIGNMENT_Right;
120 m_iTxtBkAlignment = FX_TXTLINEALIGNMENT_Left;
123 m_pTxtBreak->SetAlignment(m_iTxtBkAlignment);

Completed in 122 milliseconds