Home | History | Annotate | Download | only in oned

Lines Matching defs:pCharPos

185   FXTEXT_CHARPOS* pCharPos = FX_Alloc(FXTEXT_CHARPOS, iLen);
186 FXSYS_memset(pCharPos, 0, sizeof(FXTEXT_CHARPOS) * iLen);
228 CalcTextInfo(tempStr, pCharPos + 1, m_pFont, (FX_FLOAT)strWidth, iFontSize,
236 ge.DrawNormalText(iLen, pCharPos + 1, m_pFont,
247 device->DrawNormalText(iLen, pCharPos + 1, m_pFont,
253 CalcTextInfo(tempStr, pCharPos + 7, m_pFont, (FX_FLOAT)strWidth, iFontSize,
258 ge.DrawNormalText(iLen, pCharPos + 7, m_pFont,
271 device->DrawNormalText(iLen, pCharPos + 7, m_pFont,
281 CalcTextInfo(tempStr, pCharPos, m_pFont, (FX_FLOAT)strWidth, iFontSize,
287 ge.DrawNormalText(iLen, pCharPos, m_pFont, static_cast<FX_FLOAT>(iFontSize),
296 device->DrawNormalText(iLen, pCharPos, m_pFont,
300 FX_Free(pCharPos);