Home | History | Annotate | Download | only in oned

Lines Matching defs:pCharPos

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