Home | History | Annotate | Download | only in ge

Lines Matching refs:CFX_FaceCache

225     CFX_FaceCache* pFaceCache = pCache->GetCachedFace(pFont);

954 CFX_FaceCache* pFaceCache = pCache->GetCachedFace(pFont);
999 CFX_FaceCache* CFX_FontCache::GetCachedFace(CFX_Font* pFont)
1009 CFX_FaceCache* face_cache = NULL;
1010 face_cache = FX_NEW CFX_FaceCache(bExternal ? NULL : (FXFT_Face)face);
1068 CFX_FaceCache::CFX_FaceCache(FXFT_Face face)
1073 CFX_FaceCache::~CFX_FaceCache()
1096 void CFX_FaceCache::InitPlatform()
1100 CFX_GlyphBitmap* CFX_FaceCache::LookUpGlyphBitmap(CFX_Font* pFont, const CFX_AffineMatrix* pMatrix,
1123 const CFX_GlyphBitmap* CFX_FaceCache::LoadGlyphBitmap(CFX_Font* pFont, FX_DWORD glyph_index, FX_BOOL bFontStyle, const CFX_AffineMatrix* pMatrix,
1368 CFX_GlyphBitmap* CFX_FaceCache::RenderGlyph(CFX_Font* pFont, FX_DWORD glyph_index, FX_BOOL bFontStyle,
1569 const CFX_PathData* CFX_FaceCache::LoadGlyphPath(CFX_Font* pFont, FX_DWORD glyph_index, int dest_width)