Home
last modified time | relevance | path

Searched refs:m_MMFaces (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fxge/
Dcfx_fontmapper.cpp273 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 …]
Dcfx_fontmapper.h77 FXFT_Face m_MMFaces[MM_FACE_COUNT]; variable