Home
last modified time | relevance | path

Searched refs:CFX_TypeFace (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/core/fxge/
Dcfx_facecache.h32 CFX_TypeFace* GetDeviceCache(const CFX_Font* pFont);
61 CFX_TypeFace* m_pTypeface;
Dfx_font.h30 using CFX_TypeFace = SkTypeface; variable
139 CFX_TypeFace* GetDeviceCache() const;
Dcfx_fontcache.h26 CFX_TypeFace* GetDeviceCache(const CFX_Font* pFont);
/external/pdfium/core/fxge/ge/
Dcfx_fontcache.cpp47 CFX_TypeFace* CFX_FontCache::GetDeviceCache(const CFX_Font* pFont) { in GetDeviceCache()
Dcfx_facecache.cpp355 CFX_TypeFace* CFX_FaceCache::GetDeviceCache(const CFX_Font* pFont) { in GetDeviceCache()
Dcfx_font.cpp694 CFX_TypeFace* CFX_Font::GetDeviceCache() const { in GetDeviceCache()