Lines Matching refs:pEndPos
588 int32_t* pEndPos) { in GetBreakPos() argument
599 if (*pEndPos <= m_iLineWidth) { in GetBreakPos()
604 iBreakPos = *pEndPos; in GetBreakPos()
616 *pEndPos -= iCharWidth; in GetBreakPos()
641 if (*pEndPos <= m_iLineWidth || bNeedBreak) { in GetBreakPos()
644 iBreakPos = *pEndPos; in GetBreakPos()
649 iIndirectPos = *pEndPos; in GetBreakPos()
653 iLastPos = *pEndPos; in GetBreakPos()
657 *pEndPos -= iCharWidth; in GetBreakPos()
666 *pEndPos = iBreakPos; in GetBreakPos()
670 *pEndPos = iIndirectPos; in GetBreakPos()
674 *pEndPos = iLastPos; in GetBreakPos()