Searched refs:iCharIndex (Results 1 – 1 of 1) sorted by relevance
889 int32_t iCharIndex = m_hotKeys.GetAt(i); in DrawLine() local890 if (iCharIndex >= pPiece->iStartChar && in DrawLine()891 iCharIndex < pPiece->iStartChar + pPiece->iChars) { in DrawLine()892 CFX_RectF rect = m_rectArray.GetAt(iCharIndex - pPiece->iStartChar); in DrawLine()