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

/external/pdfium/core/src/fpdfapi/fpdf_font/
H A Dfont_int.h28 class CPDF_FontGlobals : public CFX_Object class in inherits:CFX_Object
31 CPDF_FontGlobals();
32 ~CPDF_FontGlobals();
H A Dfpdf_font.cpp25 CPDF_FontGlobals::CPDF_FontGlobals() function in class: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();

Completed in 1148 milliseconds