Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/ge/
Dcfx_fontcache.cpp47 CFX_TypeFace* CFX_FontCache::GetDeviceCache(const CFX_Font* pFont) { in GetDeviceCache() function in CFX_FontCache
48 return GetCachedFace(pFont)->GetDeviceCache(pFont); in GetDeviceCache()
Dcfx_font.cpp694 CFX_TypeFace* CFX_Font::GetDeviceCache() const { in GetDeviceCache() function in CFX_Font
695 return GetFaceCache()->GetDeviceCache(this); in GetDeviceCache()
Dcfx_facecache.cpp355 CFX_TypeFace* CFX_FaceCache::GetDeviceCache(const CFX_Font* pFont) { in GetDeviceCache() function in CFX_FaceCache
/external/pdfium/core/fxge/
Dcfx_fontcache.h26 CFX_TypeFace* GetDeviceCache(const CFX_Font* pFont);
Dcfx_facecache.h32 CFX_TypeFace* GetDeviceCache(const CFX_Font* pFont);
Dfx_font.h139 CFX_TypeFace* GetDeviceCache() const;
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp839 sk_sp<SkTypeface> typeface(SkSafeRef(m_pFont->GetDeviceCache())); in FlushText()
1287 sk_sp<SkTypeface> typeface(SkSafeRef(pFont->GetDeviceCache())); in DrawDeviceText()