Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dcfx_fontcache.h24 RetainPtr<CFX_GlyphCache> GetGlyphCache(const CFX_Font* pFont);
30 std::map<CFX_Face*, ObservedPtr<CFX_GlyphCache>> m_GlyphCacheMap;
31 std::map<CFX_Face*, ObservedPtr<CFX_GlyphCache>> m_ExtGlyphCacheMap;
Dcfx_glyphcache.cpp109 CFX_GlyphCache::CFX_GlyphCache(RetainPtr<CFX_Face> face) in CFX_GlyphCache() function in CFX_GlyphCache
112 CFX_GlyphCache::~CFX_GlyphCache() = default;
114 std::unique_ptr<CFX_GlyphBitmap> CFX_GlyphCache::RenderGlyph( in RenderGlyph()
231 const CFX_Path* CFX_GlyphCache::LoadGlyphPath(const CFX_Font* pFont, in LoadGlyphPath()
251 const CFX_GlyphBitmap* CFX_GlyphCache::LoadGlyphBitmap( in LoadGlyphBitmap()
321 int CFX_GlyphCache::GetGlyphWidth(const CFX_Font* font, in GetGlyphWidth()
336 CFX_TypeFace* CFX_GlyphCache::GetDeviceCache(const CFX_Font* pFont) { in GetDeviceCache()
354 CFX_GlyphBitmap* CFX_GlyphCache::LookUpGlyphBitmap( in LookUpGlyphBitmap()
Dcfx_glyphcache.h30 class CFX_GlyphCache final : public Retainable, public Observable {
33 ~CFX_GlyphCache() override;
58 explicit CFX_GlyphCache(RetainPtr<CFX_Face> face);
Dcfx_fontcache.cpp18 RetainPtr<CFX_GlyphCache> CFX_FontCache::GetGlyphCache(const CFX_Font* pFont) { in GetGlyphCache()
26 auto new_cache = pdfium::MakeRetain<CFX_GlyphCache>(face); in GetGlyphCache()
Dcfx_font.h31 class CFX_GlyphCache; variable
153 RetainPtr<CFX_GlyphCache> GetOrCreateGlyphCache() const;
167 mutable RetainPtr<CFX_GlyphCache> m_GlyphCache;
Dcfx_font.cpp644 RetainPtr<CFX_GlyphCache> CFX_Font::GetOrCreateGlyphCache() const { in GetOrCreateGlyphCache()
/external/pdfium/core/fxge/win32/
Dcfx_psrenderer.h31 class CFX_GlyphCache; variable
144 void FindPSFontGlyph(CFX_GlyphCache* pGlyphCache,
Dcfx_psrenderer.cpp646 void CFX_PSRenderer::FindPSFontGlyph(CFX_GlyphCache* pGlyphCache, in FindPSFontGlyph()
750 RetainPtr<CFX_GlyphCache> pGlyphCache = pCache->GetGlyphCache(font); in DrawTextAsType3Font()
/external/pdfium/core/fxge/apple/
Dfx_apple_impl.cpp164 std::unique_ptr<CFX_GlyphBitmap> CFX_GlyphCache::RenderGlyph_Nativetext( in RenderGlyph_Nativetext()