Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dcfx_font.cpp577 RetainPtr<CFX_GlyphCache> CFX_Font::GetOrCreateGlyphCache() const { in GetOrCreateGlyphCache() function in CFX_Font
707 return GetOrCreateGlyphCache()->LoadGlyphBitmap(this, glyph_index, bFontStyle, in LoadGlyphBitmap()
714 return GetOrCreateGlyphCache()->LoadGlyphPath(this, glyph_index, dest_width); in LoadGlyphPath()
719 return GetOrCreateGlyphCache()->GetDeviceCache(this); in GetDeviceCache()
Dcfx_font.h131 RetainPtr<CFX_GlyphCache> GetOrCreateGlyphCache() const;