Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/ge/
Dtext_int.h26 class CTTFontDesc {
28 CTTFontDesc() { in CTTFontDesc() function
33 ~CTTFontDesc();
Dfx_ge_fontmap.cpp425 CTTFontDesc::~CTTFontDesc() { in ~CTTFontDesc()
438 int CTTFontDesc::ReleaseFace(FXFT_Face face) { in ReleaseFace()
505 CTTFontDesc* pFontDesc = it->second; in GetCachedFace()
516 CTTFontDesc* pFontDesc = new CTTFontDesc; in AddCachedFace()
569 CTTFontDesc* pFontDesc = it->second; in GetCachedTTCFace()
584 CTTFontDesc* pFontDesc = new CTTFontDesc; in AddCachedTTCFace()
/external/pdfium/core/include/fxge/
Dfx_font.h25 class CTTFontDesc; variable
277 std::map<CFX_ByteString, CTTFontDesc*> m_FaceMap;