Home
last modified time | relevance | path

Searched refs:CFX_FaceCache (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/core/fxge/
Dcfx_facecache.cpp60 CFX_FaceCache::CFX_FaceCache(FXFT_Face face) in CFX_FaceCache() function in CFX_FaceCache
69 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()
Dcfx_fontcache.h18 class CFX_FaceCache; variable
24 CFX_FaceCache* GetCachedFace(const CFX_Font* pFont);
34 std::unique_ptr<CFX_FaceCache> m_Obj;
Dcfx_facecache.h25 class CFX_FaceCache {
27 explicit CFX_FaceCache(FXFT_Face face);
28 ~CFX_FaceCache();
Dcfx_fontcache.cpp28 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()
Dcfx_font.h22 class CFX_FaceCache; variable
103 CFX_FaceCache* GetFaceCache() const;
111 mutable UnownedPtr<CFX_FaceCache> m_FaceCache;
Dcfx_font.cpp489 CFX_FaceCache* CFX_Font::GetFaceCache() const { in GetFaceCache()
/external/pdfium/core/fxge/apple/
Dfx_apple_platform.cpp164 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()
/external/pdfium/core/fxge/win32/
Dcfx_psrenderer.h20 class CFX_FaceCache; variable
82 void FindPSFontGlyph(CFX_FaceCache* pFaceCache,
Dcfx_psrenderer.cpp533 void CFX_PSRenderer::FindPSFontGlyph(CFX_FaceCache* pFaceCache, in FindPSFontGlyph()
668 CFX_FaceCache* pFaceCache = pCache->GetCachedFace(pFont); in DrawText()