Home
last modified time | relevance | path

Searched refs:GetDeviceCache (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/core/fxge/
Dcfx_fontcache.cpp32 CFX_TypeFace* CFX_FontCache::GetDeviceCache(const CFX_Font* pFont) { in GetDeviceCache() function in CFX_FontCache
33 return GetGlyphCache(pFont)->GetDeviceCache(pFont); in GetDeviceCache()
Dcfx_fontcache.h26 CFX_TypeFace* GetDeviceCache(const CFX_Font* pFont);
Dcfx_glyphcache.h54 CFX_TypeFace* GetDeviceCache(const CFX_Font* pFont);
Dcfx_font.h143 CFX_TypeFace* GetDeviceCache() const;
Dcfx_font.cpp801 CFX_TypeFace* CFX_Font::GetDeviceCache() const { in GetDeviceCache() function in CFX_Font
802 return GetOrCreateGlyphCache()->GetDeviceCache(this); in GetDeviceCache()
Dcfx_glyphcache.cpp336 CFX_TypeFace* CFX_GlyphCache::GetDeviceCache(const CFX_Font* pFont) { in GetDeviceCache() function in CFX_GlyphCache
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp939 sk_sp<SkTypeface> typeface(SkSafeRef(pFont->GetDeviceCache())); in DrawDeviceText()
1075 font.setTypeface(sk_ref_sp(pFont->GetDeviceCache())); in TryDrawText()