Home | History | Annotate | Download | only in ge

Lines Matching refs:pCache

150         CFX_Font* pFont, CFX_FontCache* pCache,

164 if (m_pDeviceDriver->DrawDeviceText(nChars, pCharPos, pFont, pCache, pText2Device, font_size, fill_color, alpha_flag, pIccTransform)) {
179 if (m_pDeviceDriver->DrawDeviceText(nChars, pCharPos, pFont, pCache, pText2Device, font_size, fill_color, alpha_flag, pIccTransform)) {
194 return DrawTextPath(nChars, pCharPos, pFont, pCache, font_size, pText2Device, NULL, NULL, fill_color, 0, NULL, nPathFlags, alpha_flag, pIccTransform);
222 if (pCache == NULL) {
223 pCache = CFX_GEModule::Get()->GetFontCache();
225 CFX_FaceCache* pFaceCache = pCache->GetCachedFace(pFont);
226 FX_FONTCACHE_DEFINE(pCache, pFont);
945 CFX_Font* pFont, CFX_FontCache* pCache,
951 if (pCache == NULL) {
952 pCache = CFX_GEModule::Get()->GetFontCache();
954 CFX_FaceCache* pFaceCache = pCache->GetCachedFace(pFont);
955 FX_FONTCACHE_DEFINE(pCache, pFont);