Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/layout/
Dcfx_rtfbreak.h68 void EndBreak_BidiLine(std::deque<FX_TPO>* tpos, CFX_BreakType dwStatus);
69 void EndBreak_Alignment(const std::deque<FX_TPO>& tpos,
Dcfx_break.h18 struct FX_TPO { struct
19 bool operator<(const FX_TPO& that) const { return pos < that.pos; }
Dcfx_txtbreak.h85 void EndBreak_BidiLine(std::deque<FX_TPO>* tpos, CFX_BreakType dwStatus);
86 void EndBreak_Alignment(const std::deque<FX_TPO>& tpos,
Dcfx_rtfbreak.cpp334 std::deque<FX_TPO> tpos; in EndBreak()
417 void CFX_RTFBreak::EndBreak_BidiLine(std::deque<FX_TPO>* tpos, in EndBreak_BidiLine()
448 FX_TPO tpo; in EndBreak_BidiLine()
507 void CFX_RTFBreak::EndBreak_Alignment(const std::deque<FX_TPO>& tpos, in EndBreak_Alignment()
Dcfx_txtbreak.cpp313 void CFX_TxtBreak::EndBreak_BidiLine(std::deque<FX_TPO>* tpos, in EndBreak_BidiLine()
316 FX_TPO tpo; in EndBreak_BidiLine()
415 void CFX_TxtBreak::EndBreak_Alignment(const std::deque<FX_TPO>& tpos, in EndBreak_Alignment()
516 std::deque<FX_TPO> tpos; in EndBreak()