Lines Matching refs:tpo
316 FX_TPO tpo; in EndBreak_BidiLine() local
380 tpo.index = ++j; in EndBreak_BidiLine()
381 tpo.pos = tp.m_iBidiPos; in EndBreak_BidiLine()
382 tpos->push_back(tpo); in EndBreak_BidiLine()
396 tpo.index = ++j; in EndBreak_BidiLine()
397 tpo.pos = tp.m_iBidiPos; in EndBreak_BidiLine()
398 tpos->push_back(tpo); in EndBreak_BidiLine()
405 tpo = (*tpos)[i]; in EndBreak_BidiLine()
406 CFX_BreakPiece& ttp = m_pCurLine->m_LinePieces[tpo.index]; in EndBreak_BidiLine()
454 for (auto& tpo : tpos) { in EndBreak_Alignment() local
455 CFX_BreakPiece& ttp = m_pCurLine->m_LinePieces[tpo.index]; in EndBreak_Alignment()