Searched refs:m_pTypeFace (Results 1 – 1 of 1) sorted by relevance
682 m_pTypeFace(nullptr), in SkiaState()851 m_pTypeFace = pFont->GetFace() ? pFont->GetDeviceCache() : nullptr; in DrawText()909 if (m_pTypeFace) { // exclude placeholder test fonts in FlushText()910 sk_sp<SkTypeface> typeface(SkSafeRef(m_pTypeFace.Get())); in FlushText()1102 return typeface != m_pTypeFace || MatrixChanged(pMatrix, m_drawMatrix) || in FontChanged()1404 UnownedPtr<CFX_TypeFace> m_pTypeFace; member in SkiaState