Lines Matching refs:tempStr
118 ByteString tempStr = str.Mid(1, 5); in ShowChars() local
122 iLen = tempStr.GetLength(); in ShowChars()
157 CalcTextInfo(tempStr, &charpos[1], m_pFont.Get(), strWidth, iFontSize, blank); in ShowChars()
168 tempStr = str.Mid(6, 5); in ShowChars()
169 iLen = tempStr.GetLength(); in ShowChars()
170 CalcTextInfo(tempStr, &charpos[6], m_pFont.Get(), strWidth, iFontSize, blank); in ShowChars()
182 tempStr = str.Left(1); in ShowChars()
183 iLen = tempStr.GetLength(); in ShowChars()
187 CalcTextInfo(tempStr, charpos.data(), m_pFont.Get(), strWidth, iFontSize, in ShowChars()
198 tempStr = str.Mid(11, 1); in ShowChars()
199 iLen = tempStr.GetLength(); in ShowChars()
200 CalcTextInfo(tempStr, &charpos[11], m_pFont.Get(), strWidth, iFontSize, in ShowChars()