Lines Matching refs:tempStr
119 ByteString tempStr = str.Substr(1, 5); in ShowChars() local
123 length = tempStr.GetLength(); in ShowChars()
158 CalcTextInfo(tempStr, &charpos[1], m_pFont.Get(), strWidth, iFontSize, blank); in ShowChars()
169 tempStr = str.Substr(6, 5); in ShowChars()
170 length = tempStr.GetLength(); in ShowChars()
171 CalcTextInfo(tempStr, &charpos[6], m_pFont.Get(), strWidth, iFontSize, blank); in ShowChars()
183 tempStr = str.First(1); in ShowChars()
184 length = tempStr.GetLength(); in ShowChars()
188 CalcTextInfo(tempStr, charpos.data(), m_pFont.Get(), strWidth, iFontSize, in ShowChars()
199 tempStr = str.Substr(11, 1); in ShowChars()
200 length = tempStr.GetLength(); in ShowChars()
201 CalcTextInfo(tempStr, &charpos[11], m_pFont.Get(), strWidth, iFontSize, in ShowChars()