Searched refs:iCharIndex (Results 1 – 1 of 1) sorted by relevance
423 int32_t iCharIndex = 0; in RetrieveEllPieces() local429 (*pCharWidths)[iCharIndex] = std::max(pTC->m_iCharWidth, 0); in RetrieveEllPieces()430 m_iEllipsisWidth += (*pCharWidths)[iCharIndex]; in RetrieveEllPieces()431 iCharIndex++; in RetrieveEllPieces()813 int32_t iCharIndex = m_hotKeys.GetAt(i); in DrawLine() local814 if (iCharIndex >= pPiece->iStartChar && in DrawLine()815 iCharIndex < pPiece->iStartChar + pPiece->iChars) { in DrawLine()816 CFX_RectF rect = m_rectArray[iCharIndex - pPiece->iStartChar]; in DrawLine()