Searched refs:GetDeviceCache (Results 1 – 7 of 7) sorted by relevance
36 CFX_TypeFace* CFX_FontCache::GetDeviceCache(const CFX_Font* pFont) { in GetDeviceCache() function in CFX_FontCache37 return GetGlyphCache(pFont)->GetDeviceCache(pFont); in GetDeviceCache()
26 CFX_TypeFace* GetDeviceCache(const CFX_Font* pFont);
51 CFX_TypeFace* GetDeviceCache(const CFX_Font* pFont);
81 CFX_TypeFace* GetDeviceCache() const;
718 CFX_TypeFace* CFX_Font::GetDeviceCache() const { in GetDeviceCache() function in CFX_Font719 return GetOrCreateGlyphCache()->GetDeviceCache(this); in GetDeviceCache()
316 CFX_TypeFace* CFX_GlyphCache::GetDeviceCache(const CFX_Font* pFont) { in GetDeviceCache() function in CFX_GlyphCache
890 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()