Searched defs:FX_TPO (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/xfa/fgas/layout/
H A Dfgas_textbreak.h78 struct FX_TPO { struct
82 bool operator<(const FX_TPO& that) const { return pos < that.pos; }
260 void EndBreak_BidiLine(std::deque<FX_TPO>* tpos, uint32_t dwStatus);
261 void EndBreak_Alignment(const std::deque<FX_TPO>& tpos,

Completed in 45 milliseconds