Home
last modified time | relevance | path

Searched refs:CTTFontDesc (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/fxge/ge/
Dcttfontdesc.h21 class CTTFontDesc {
23 CTTFontDesc() : m_Type(0), m_pFontData(nullptr), m_RefCount(0) {} in CTTFontDesc() function
24 ~CTTFontDesc();
Dcttfontdesc.cpp11 CTTFontDesc::~CTTFontDesc() { in ~CTTFontDesc()
24 int CTTFontDesc::ReleaseFace(FXFT_Face face) { in ReleaseFace()
Dcfx_fontmgr.cpp135 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()
/external/pdfium/core/fxge/
Dcfx_fontmgr.h18 class CTTFontDesc; variable
64 std::map<CFX_ByteString, CTTFontDesc*> m_FaceMap;