Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dcfx_font.cpp421 return GetOrCreateGlyphCache()->GetGlyphWidth(this, glyph_index, dest_width, in GetGlyphWidth()
644 RetainPtr<CFX_GlyphCache> CFX_Font::GetOrCreateGlyphCache() const { in GetOrCreateGlyphCache() function in CFX_Font
769 return GetOrCreateGlyphCache()->LoadGlyphBitmap(this, glyph_index, bFontStyle, in LoadGlyphBitmap()
776 return GetOrCreateGlyphCache()->LoadGlyphPath(this, glyph_index, dest_width); in LoadGlyphPath()
802 return GetOrCreateGlyphCache()->GetDeviceCache(this); in GetDeviceCache()
Dcfx_font.h153 RetainPtr<CFX_GlyphCache> GetOrCreateGlyphCache() const;