Searched refs:m_MMFaces (Results 1 – 2 of 2) sorted by relevance
282 m_MMFaces[0] = nullptr; in CFX_FontMapper()283 m_MMFaces[1] = nullptr; in CFX_FontMapper()292 if (m_MMFaces[0]) in ~CFX_FontMapper()293 FXFT_Done_Face(m_MMFaces[0]); in ~CFX_FontMapper()294 if (m_MMFaces[1]) in ~CFX_FontMapper()295 FXFT_Done_Face(m_MMFaces[1]); in ~CFX_FontMapper()406 if (m_MMFaces[1]) in UseInternalSubst()407 return m_MMFaces[1]; in UseInternalSubst()411 m_MMFaces[1] = m_pFontMgr->GetFixedFace(pFontData, size, 0); in UseInternalSubst()412 return m_MMFaces[1]; in UseInternalSubst()[all …]
78 FXFT_Face m_MMFaces[MM_FACE_COUNT]; variable