Searched refs:m_pTypeface (Results 1 – 2 of 2) sorted by relevance
64 m_pTypeface(nullptr) in CFX_FaceCache()317 if (!m_pTypeface) { in GetDeviceCache()318 m_pTypeface = SkTypeface::MakeFromStream( in GetDeviceCache()322 if (!m_pTypeface) { in GetDeviceCache()324 m_pTypeface = customMgr->makeFromStream(pdfium::MakeUnique<SkMemoryStream>( in GetDeviceCache()328 return m_pTypeface.get(); in GetDeviceCache()
75 sk_sp<SkTypeface> m_pTypeface; variable