Home
last modified time | relevance | path

Searched refs:GetOrCreateGlyphCache (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pdfium/core/fxge/
H A Dcfx_font.cpp397 return GetOrCreateGlyphCache()->GetGlyphWidth(this, glyph_index, dest_width, in GetGlyphWidth()
616 RetainPtr<CFX_GlyphCache> CFX_Font::GetOrCreateGlyphCache() const { in GetOrCreateGlyphCache() function in CFX_Font
738 return GetOrCreateGlyphCache()->LoadGlyphBitmap(this, glyph_index, bFontStyle, in LoadGlyphBitmap()
745 return GetOrCreateGlyphCache()->LoadGlyphPath(this, glyph_index, dest_width); in LoadGlyphPath()
771 return GetOrCreateGlyphCache()->GetDeviceCache(this); in GetDeviceCache()
H A Dcfx_font.h151 RetainPtr<CFX_GlyphCache> GetOrCreateGlyphCache() const;