Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dcfx_fontcache.cpp50 CFX_TypeFace* CFX_FontCache::GetDeviceCache(const CFX_Font* pFont) { in GetDeviceCache() function in CFX_FontCache
51 return GetCachedFace(pFont)->GetDeviceCache(pFont); in GetDeviceCache()
Dcfx_fontcache.h27 CFX_TypeFace* GetDeviceCache(const CFX_Font* pFont);
Dcfx_facecache.h41 CFX_TypeFace* GetDeviceCache(const CFX_Font* pFont);
Dcfx_font.h61 CFX_TypeFace* GetDeviceCache() const;
Dcfx_font.cpp629 CFX_TypeFace* CFX_Font::GetDeviceCache() const { in GetDeviceCache() function in CFX_Font
630 return GetFaceCache()->GetDeviceCache(this); in GetDeviceCache()
Dcfx_facecache.cpp316 CFX_TypeFace* CFX_FaceCache::GetDeviceCache(const CFX_Font* pFont) { in GetDeviceCache() function in CFX_FaceCache
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp851 m_pTypeFace = pFont->GetFace() ? pFont->GetDeviceCache() : nullptr; in DrawText()
1101 pFont->GetFace() ? pFont->GetDeviceCache() : nullptr; in FontChanged()
1565 sk_sp<SkTypeface> typeface(SkSafeRef(pFont->GetDeviceCache())); in DrawDeviceText()