Searched refs:CFX_FaceCache (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/core/include/fxge/ |
D | fx_font.h | 18 class CFX_FaceCache; variable 343 CFX_FaceCache* m_Obj; 351 CFX_FaceCache* GetCachedFace(CFX_Font* pFont); 382 class CFX_FaceCache 385 ~CFX_FaceCache(); 391 CFX_FaceCache(FXFT_Face face);
|
D | fx_ge.h | 19 class CFX_FaceCache; variable 727 …void FindPSFontGlyph(CFX_FaceCache* pFaceCache, CFX_Font* pFont, const FXTEXT_CHARPOS& charpos, …
|
/external/pdfium/core/src/fxge/apple/ |
D | fx_apple_platform.cpp | 31 void CFX_FaceCache::InitPlatform() {} in InitPlatform() 32 void CFX_FaceCache::DestroyPlatform() {} in DestroyPlatform() 33 CFX_GlyphBitmap* CFX_FaceCache::RenderGlyph_Nativetext(CFX_Font * pFont, in RenderGlyph_Nativetext()
|
/external/pdfium/core/src/fxge/ge/ |
D | fx_ge_text.cpp | 203 CFX_FaceCache* pFaceCache = pCache->GetCachedFace(pFont); in DrawNormalText() 929 CFX_FaceCache* pFaceCache = pCache->GetCachedFace(pFont); in DrawTextPath() 974 CFX_FaceCache* CFX_FontCache::GetCachedFace(CFX_Font* pFont) in GetCachedFace() 984 CFX_FaceCache* face_cache = new CFX_FaceCache(bExternal ? NULL : (FXFT_Face)face); in GetCachedFace() 1032 CFX_FaceCache::CFX_FaceCache(FXFT_Face face) in CFX_FaceCache() function in CFX_FaceCache 1037 CFX_FaceCache::~CFX_FaceCache() in ~CFX_FaceCache() 1060 void CFX_FaceCache::InitPlatform() in InitPlatform() 1064 CFX_GlyphBitmap* CFX_FaceCache::LookUpGlyphBitmap(CFX_Font* pFont, const CFX_AffineMatrix* pMatrix, in LookUpGlyphBitmap() 1084 const CFX_GlyphBitmap* CFX_FaceCache::LoadGlyphBitmap(CFX_Font* pFont, FX_DWORD glyph_index, FX_BOO… in LoadGlyphBitmap() 1282 CFX_GlyphBitmap* CFX_FaceCache::RenderGlyph(CFX_Font* pFont, FX_DWORD glyph_index, FX_BOOL bFontSty… in RenderGlyph() [all …]
|
D | fx_ge_ps.cpp | 499 void CFX_PSRenderer::FindPSFontGlyph(CFX_FaceCache* pFaceCache, CFX_Font* pFont, const FXTEXT_CHARP… in FindPSFontGlyph() 612 CFX_FaceCache* pFaceCache = pCache->GetCachedFace(pFont); in DrawText()
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render_text.cpp | 712 CFX_FaceCache* pFaceCache = pCache->GetCachedFace(&pFont->m_Font); in DrawTextPathWithPattern()
|