Home | History | Annotate | Download | only in fpdf_font

Lines Matching defs:CPDF_FontGlobals

25 CPDF_FontGlobals::CPDF_FontGlobals()

31 CPDF_FontGlobals::~CPDF_FontGlobals()
47 CPDF_Font* CPDF_FontGlobals::Find(void* key, int index)
58 void CPDF_FontGlobals::Set(void* key, int index, CPDF_Font* pFont)
71 void CPDF_FontGlobals::Clear(void* key)
89 void CPDF_FontGlobals::ClearAll()
402 CPDF_FontGlobals* pFontGlobals = CPDF_ModuleMgr::Get()->GetPageModule()->GetFontGlobals();