Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dcfx_fontcache.cpp36 CFX_TypeFace* CFX_FontCache::GetDeviceCache(const CFX_Font* pFont) { in GetDeviceCache() function in CFX_FontCache
37 return GetGlyphCache(pFont)->GetDeviceCache(pFont); in GetDeviceCache()
Dcfx_fontcache.h26 CFX_TypeFace* GetDeviceCache(const CFX_Font* pFont);
Dcfx_glyphcache.h51 CFX_TypeFace* GetDeviceCache(const CFX_Font* pFont);
Dcfx_font.h81 CFX_TypeFace* GetDeviceCache() const;
Dcfx_font.cpp718 CFX_TypeFace* CFX_Font::GetDeviceCache() const { in GetDeviceCache() function in CFX_Font
719 return GetOrCreateGlyphCache()->GetDeviceCache(this); in GetDeviceCache()
Dcfx_glyphcache.cpp316 CFX_TypeFace* CFX_GlyphCache::GetDeviceCache(const CFX_Font* pFont) { in GetDeviceCache() function in CFX_GlyphCache
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp890 m_pTypeFace.reset(SkSafeRef(pFont->GetDeviceCache())); in DrawText()
1174 pFont->GetFaceRec() ? pFont->GetDeviceCache() : nullptr; in FontChanged()
1665 sk_sp<SkTypeface> typeface(SkSafeRef(pFont->GetDeviceCache())); in DrawDeviceText()