Searched defs:CPDF_FontGlobals (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_font/
H A Dfont_int.h27 class CPDF_FontGlobals class
30 CPDF_FontGlobals();
31 ~CPDF_FontGlobals();
H A Dfpdf_font.cpp26 CPDF_FontGlobals::CPDF_FontGlobals() function in class:CPDF_FontGlobals
32 CPDF_FontGlobals::~CPDF_FontGlobals()
73 CPDF_Font* CPDF_FontGlobals::Find(void* key, int index)
84 void CPDF_FontGlobals::Set(void* key, int index, CPDF_Font* pFont)
96 void CPDF_FontGlobals::Clear(void* key)
105 void CPDF_FontGlobals::ClearAll()
401 CPDF_FontGlobals* pFontGlobals = CPDF_ModuleMgr::Get()->GetPageModule()->GetFontGlobals();

Completed in 60 milliseconds