Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dcttfontdesc.cpp13 : m_bIsTTC(false), m_SingleFace(face), m_pFontData(pData) {} in CTTFontDesc()
30 if (m_SingleFace) in ~CTTFontDesc()
31 FXFT_Done_Face(m_SingleFace); in ~CTTFontDesc()
52 if (m_SingleFace != face) in ReleaseFace()
61 return m_SingleFace; in SingleFace()
Dcttfontdesc.h45 const FXFT_Face m_SingleFace; member