Searched refs:CFX_FaceCache (Results 1 – 9 of 9) sorted by relevance
60 CFX_FaceCache::CFX_FaceCache(FXFT_Face face) in CFX_FaceCache() function in CFX_FaceCache69 CFX_FaceCache::~CFX_FaceCache() {} in ~CFX_FaceCache()71 std::unique_ptr<CFX_GlyphBitmap> CFX_FaceCache::RenderGlyph( in RenderGlyph()194 const CFX_PathData* CFX_FaceCache::LoadGlyphPath(const CFX_Font* pFont, in LoadGlyphPath()215 const CFX_GlyphBitmap* CFX_FaceCache::LoadGlyphBitmap(const CFX_Font* pFont, in LoadGlyphBitmap()316 CFX_TypeFace* CFX_FaceCache::GetDeviceCache(const CFX_Font* pFont) { in GetDeviceCache()333 void CFX_FaceCache::InitPlatform() {} in InitPlatform()336 CFX_GlyphBitmap* CFX_FaceCache::LookUpGlyphBitmap( in LookUpGlyphBitmap()
18 class CFX_FaceCache; variable24 CFX_FaceCache* GetCachedFace(const CFX_Font* pFont);34 std::unique_ptr<CFX_FaceCache> m_Obj;
25 class CFX_FaceCache {27 explicit CFX_FaceCache(FXFT_Face face);28 ~CFX_FaceCache();
28 CFX_FaceCache* CFX_FontCache::GetCachedFace(const CFX_Font* pFont) { in GetCachedFace()42 pdfium::MakeUnique<CFX_FaceCache>(bExternal ? nullptr : face); in GetCachedFace()43 CFX_FaceCache* face_cache = new_cache.get(); in GetCachedFace()
22 class CFX_FaceCache; variable103 CFX_FaceCache* GetFaceCache() const;111 mutable UnownedPtr<CFX_FaceCache> m_FaceCache;
489 CFX_FaceCache* CFX_Font::GetFaceCache() const { in GetFaceCache()
164 void CFX_FaceCache::InitPlatform() {} in InitPlatform()166 void CFX_FaceCache::DestroyPlatform() {} in DestroyPlatform()168 std::unique_ptr<CFX_GlyphBitmap> CFX_FaceCache::RenderGlyph_Nativetext( in RenderGlyph_Nativetext()
20 class CFX_FaceCache; variable82 void FindPSFontGlyph(CFX_FaceCache* pFaceCache,
533 void CFX_PSRenderer::FindPSFontGlyph(CFX_FaceCache* pFaceCache, in FindPSFontGlyph()668 CFX_FaceCache* pFaceCache = pCache->GetCachedFace(pFont); in DrawText()