Searched refs:iCurCharWidth (Results 1 – 1 of 1) sorted by relevance
381 int32_t iCurCharWidth = pTC->m_iCharWidth > 0 ? pTC->m_iCharWidth : 0; in RetrievePieces() local383 if (iLineWidth - *pPieceWidths - iWidth < iCurCharWidth) { in RetrievePieces()388 iWidth += iCurCharWidth; in RetrievePieces()389 m_CharWidths[iChar++] = iCurCharWidth; in RetrievePieces()