Lines Matching refs:pEndPos
532 int32_t* pEndPos) { in GetBreakPos() argument
544 if (m_bSingleLine || *pEndPos <= m_iLineWidth) { in GetBreakPos()
549 iBreakPos = *pEndPos; in GetBreakPos()
562 *pEndPos -= iCharWidth; in GetBreakPos()
574 if (m_bSingleLine || *pEndPos <= m_iLineWidth || in GetBreakPos()
578 iBreakPos = *pEndPos; in GetBreakPos()
583 iIndirectPos = *pEndPos; in GetBreakPos()
587 iLastPos = *pEndPos; in GetBreakPos()
592 *pEndPos -= iCharWidth; in GetBreakPos()
600 *pEndPos = iBreakPos; in GetBreakPos()
604 *pEndPos = iIndirectPos; in GetBreakPos()
608 *pEndPos = iLastPos; in GetBreakPos()