Lines Matching refs:pCharPos
136 FXTEXT_CHARPOS* pCharPos = FX_Alloc(FXTEXT_CHARPOS, iLen); in ShowChars() local
137 FXSYS_memset(pCharPos, 0, sizeof(FXTEXT_CHARPOS) * iLen); in ShowChars()
189 CalcTextInfo(tempStr, pCharPos + 1, m_pFont, strWidth, iFontSize, blank); in ShowChars()
195 ge.DrawNormalText(iLen, pCharPos + 1, m_pFont, in ShowChars()
206 device->DrawNormalText(iLen, pCharPos + 1, m_pFont, in ShowChars()
212 CalcTextInfo(tempStr, pCharPos + 6, m_pFont, strWidth, iFontSize, blank); in ShowChars()
216 ge.DrawNormalText(iLen, pCharPos + 6, m_pFont, in ShowChars()
229 device->DrawNormalText(iLen, pCharPos + 6, m_pFont, in ShowChars()
239 CalcTextInfo(tempStr, pCharPos, m_pFont, strWidth, iFontSize, blank); in ShowChars()
244 ge.DrawNormalText(iLen, pCharPos, m_pFont, static_cast<FX_FLOAT>(iFontSize), in ShowChars()
253 device->DrawNormalText(iLen, pCharPos, m_pFont, in ShowChars()
259 CalcTextInfo(tempStr, pCharPos + 11, m_pFont, strWidth, iFontSize, blank); in ShowChars()
264 ge.DrawNormalText(iLen, pCharPos + 11, m_pFont, in ShowChars()
277 device->DrawNormalText(iLen, pCharPos + 11, m_pFont, in ShowChars()
281 FX_Free(pCharPos); in ShowChars()