Home
last modified time | relevance | path

Searched refs:FX_TPO (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/xfa/fgas/layout/
Dcfx_break.h17 struct FX_TPO { struct
18 bool operator<(const FX_TPO& that) const { return pos < that.pos; }
Dcfx_rtfbreak.h87 void EndBreak_BidiLine(std::deque<FX_TPO>* tpos, CFX_BreakType dwStatus);
88 void EndBreak_Alignment(const std::deque<FX_TPO>& tpos,
Dcfx_txtbreak.h82 void EndBreak_BidiLine(std::deque<FX_TPO>* tpos, CFX_BreakType dwStatus);
83 void EndBreak_Alignment(const std::deque<FX_TPO>& tpos,
Dcfx_rtfbreak.cpp279 std::deque<FX_TPO> tpos; in EndBreak()
361 void CFX_RTFBreak::EndBreak_BidiLine(std::deque<FX_TPO>* tpos, in EndBreak_BidiLine()
395 FX_TPO tpo; in EndBreak_BidiLine()
453 void CFX_RTFBreak::EndBreak_Alignment(const std::deque<FX_TPO>& tpos, in EndBreak_Alignment()
Dcfx_txtbreak.cpp289 void CFX_TxtBreak::EndBreak_BidiLine(std::deque<FX_TPO>* tpos, in EndBreak_BidiLine()
292 FX_TPO tpo; in EndBreak_BidiLine()
395 void CFX_TxtBreak::EndBreak_Alignment(const std::deque<FX_TPO>& tpos, in EndBreak_Alignment()
498 std::deque<FX_TPO> tpos; in EndBreak()