Searched refs:GetDeviceCache (Results 1 – 7 of 7) sorted by relevance
50 CFX_TypeFace* CFX_FontCache::GetDeviceCache(const CFX_Font* pFont) { in GetDeviceCache() function in CFX_FontCache51 return GetCachedFace(pFont)->GetDeviceCache(pFont); in GetDeviceCache()
27 CFX_TypeFace* GetDeviceCache(const CFX_Font* pFont);
41 CFX_TypeFace* GetDeviceCache(const CFX_Font* pFont);
61 CFX_TypeFace* GetDeviceCache() const;
629 CFX_TypeFace* CFX_Font::GetDeviceCache() const { in GetDeviceCache() function in CFX_Font630 return GetFaceCache()->GetDeviceCache(this); in GetDeviceCache()
316 CFX_TypeFace* CFX_FaceCache::GetDeviceCache(const CFX_Font* pFont) { in GetDeviceCache() function in CFX_FaceCache
851 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()