Searched refs:CTTFontDesc (Results 1 – 4 of 4) sorted by relevance
21 class CTTFontDesc {23 CTTFontDesc() : m_Type(0), m_pFontData(nullptr), m_RefCount(0) {} in CTTFontDesc() function24 ~CTTFontDesc();
11 CTTFontDesc::~CTTFontDesc() { in ~CTTFontDesc()24 int CTTFontDesc::ReleaseFace(FXFT_Face face) { in ReleaseFace()
135 CTTFontDesc* pFontDesc = it->second; in GetCachedFace()147 CTTFontDesc* pFontDesc = new CTTFontDesc; in AddCachedFace()178 CTTFontDesc* pFontDesc = it->second; in GetCachedTTCFace()194 CTTFontDesc* pFontDesc = new CTTFontDesc; in AddCachedTTCFace()
18 class CTTFontDesc; variable64 std::map<CFX_ByteString, CTTFontDesc*> m_FaceMap;