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

  /external/pdfium/core/fpdfapi/page/
cpdf_pagemodule.cpp 19 CPDF_FontGlobals* CPDF_PageModule::GetFontGlobals() {
  /external/pdfium/core/fpdfapi/font/
cpdf_cidfont.cpp 124 CPDF_FontGlobals* GetFontGlobals() {
125 return CPDF_ModuleMgr::Get()->GetPageModule()->GetFontGlobals();
155 std::tie(count, map) = GetFontGlobals()->GetEmbeddedToUnicode(charset);
169 std::tie(count, map) = GetFontGlobals()->GetEmbeddedToUnicode(charset);
368 CPDF_CMapManager* manager = GetFontGlobals()->GetCMapManager();
851 CPDF_CMapManager* manager = GetFontGlobals()->GetCMapManager();

Completed in 61 milliseconds