Searched refs:CFX_GlyphCache (Results 1 – 9 of 9) sorted by relevance
24 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;
109 CFX_GlyphCache::CFX_GlyphCache(RetainPtr<CFX_Face> face) in CFX_GlyphCache() function in CFX_GlyphCache112 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()
30 class CFX_GlyphCache final : public Retainable, public Observable {33 ~CFX_GlyphCache() override;58 explicit CFX_GlyphCache(RetainPtr<CFX_Face> face);
18 RetainPtr<CFX_GlyphCache> CFX_FontCache::GetGlyphCache(const CFX_Font* pFont) { in GetGlyphCache()26 auto new_cache = pdfium::MakeRetain<CFX_GlyphCache>(face); in GetGlyphCache()
31 class CFX_GlyphCache; variable153 RetainPtr<CFX_GlyphCache> GetOrCreateGlyphCache() const;167 mutable RetainPtr<CFX_GlyphCache> m_GlyphCache;
644 RetainPtr<CFX_GlyphCache> CFX_Font::GetOrCreateGlyphCache() const { in GetOrCreateGlyphCache()
31 class CFX_GlyphCache; variable144 void FindPSFontGlyph(CFX_GlyphCache* pGlyphCache,
646 void CFX_PSRenderer::FindPSFontGlyph(CFX_GlyphCache* pGlyphCache, in FindPSFontGlyph()750 RetainPtr<CFX_GlyphCache> pGlyphCache = pCache->GetGlyphCache(font); in DrawTextAsType3Font()
164 std::unique_ptr<CFX_GlyphBitmap> CFX_GlyphCache::RenderGlyph_Nativetext( in RenderGlyph_Nativetext()