Searched refs:GetDeviceCache (Results 1 – 7 of 7) sorted by relevance
32 CFX_TypeFace* CFX_FontCache::GetDeviceCache(const CFX_Font* pFont) { in GetDeviceCache() function in CFX_FontCache33 return GetGlyphCache(pFont)->GetDeviceCache(pFont); in GetDeviceCache()
26 CFX_TypeFace* GetDeviceCache(const CFX_Font* pFont);
54 CFX_TypeFace* GetDeviceCache(const CFX_Font* pFont);
143 CFX_TypeFace* GetDeviceCache() const;
801 CFX_TypeFace* CFX_Font::GetDeviceCache() const { in GetDeviceCache() function in CFX_Font802 return GetOrCreateGlyphCache()->GetDeviceCache(this); in GetDeviceCache()
336 CFX_TypeFace* CFX_GlyphCache::GetDeviceCache(const CFX_Font* pFont) { in GetDeviceCache() function in CFX_GlyphCache
939 sk_sp<SkTypeface> typeface(SkSafeRef(pFont->GetDeviceCache())); in DrawDeviceText()1075 font.setTypeface(sk_ref_sp(pFont->GetDeviceCache())); in TryDrawText()