Lines Matching refs:tpo
292 FX_TPO tpo; in EndBreak_BidiLine() local
346 tpo.index = ++j; in EndBreak_BidiLine()
347 tpo.pos = tp.m_iBidiPos; in EndBreak_BidiLine()
348 tpos->push_back(tpo); in EndBreak_BidiLine()
362 tpo.index = ++j; in EndBreak_BidiLine()
363 tpo.pos = tp.m_iBidiPos; in EndBreak_BidiLine()
364 tpos->push_back(tpo); in EndBreak_BidiLine()
371 tpo = (*tpos)[i]; in EndBreak_BidiLine()
372 CFX_BreakPiece& ttp = m_pCurLine->m_LinePieces[tpo.index]; in EndBreak_BidiLine()
433 for (auto& tpo : tpos) { in EndBreak_Alignment() local
434 CFX_BreakPiece& ttp = m_pCurLine->m_LinePieces[tpo.index]; in EndBreak_Alignment()