Searched refs:m_MMFaces (Results 1 – 2 of 2) sorted by relevance
273 m_MMFaces[0] = nullptr; in CFX_FontMapper()274 m_MMFaces[1] = nullptr; in CFX_FontMapper()283 if (m_MMFaces[0]) in ~CFX_FontMapper()284 FXFT_Done_Face(m_MMFaces[0]); in ~CFX_FontMapper()285 if (m_MMFaces[1]) in ~CFX_FontMapper()286 FXFT_Done_Face(m_MMFaces[1]); in ~CFX_FontMapper()388 if (m_MMFaces[1]) in UseInternalSubst()389 return m_MMFaces[1]; in UseInternalSubst()393 m_MMFaces[1] = m_pFontMgr->GetFixedFace(pFontData, size, 0); in UseInternalSubst()394 return m_MMFaces[1]; in UseInternalSubst()[all …]
77 FXFT_Face m_MMFaces[MM_FACE_COUNT]; variable