HomeSort by relevance Sort by last modified time
    Searched defs:CPDF_FontGlobals (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/src/fpdfapi/fpdf_font/
font_int.h 28 class CPDF_FontGlobals : public CFX_Object
31 CPDF_FontGlobals();
32 ~CPDF_FontGlobals();
fpdf_font.cpp 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();
    [all...]

Completed in 90 milliseconds