Searched refs:m_MMFaces (Results 1 – 2 of 2) sorted by relevance
469 m_MMFaces[0] = m_MMFaces[1] = NULL; in CFX_FontMapper()480 if (m_MMFaces[0]) { in ~CFX_FontMapper()481 FXFT_Done_Face(m_MMFaces[0]); in ~CFX_FontMapper()483 if (m_MMFaces[1]) { in ~CFX_FontMapper()484 FXFT_Done_Face(m_MMFaces[1]); in ~CFX_FontMapper()794 if (m_MMFaces[1]) { in UseInternalSubst()795 return m_MMFaces[1]; in UseInternalSubst()800 m_MMFaces[1] = m_pFontMgr->GetFixedFace(pFontData, size, 0); in UseInternalSubst()801 return m_MMFaces[1]; in UseInternalSubst()804 if (m_MMFaces[0]) { in UseInternalSubst()[all …]
286 FXFT_Face m_MMFaces[2]; variable