Home
last modified time | relevance | path

Searched refs:MapFont (Results 1 – 12 of 12) sorted by relevance

/external/pdfium/fpdfsdk/
Dfpdf_sysfontinfo.cpp34 void* MapFont(int weight, in MapFont() function in CFX_ExternalFontInfo
40 if (!m_pInfo->MapFont) in MapFont()
42 return m_pInfo->MapFont(m_pInfo, weight, bItalic, charset, pitch_family, in MapFont()
134 return pDefault->m_pFontInfo->MapFont(weight, !!bItalic, charset, in DefaultMapFont()
193 pFontInfoExt->MapFont = DefaultMapFont; in FPDF_GetDefaultSystemFontInfo()
/external/pdfium/core/fxge/apple/
Dfx_mac_imp.cpp40 void* MapFont(int weight,
60 void* CFX_MacFontInfo::MapFont(int weight, in MapFont() function in __anon8f034d7a0111::CFX_MacFontInfo
/external/pdfium/core/fxge/ge/
Dfx_ge_linux.cpp71 void* MapFont(int weight,
80 void* CFX_LinuxFontInfo::MapFont(int weight, in MapFont() function in __anonab44b3f90111::CFX_LinuxFontInfo
Dcfx_folderfontinfo.h26 void* MapFont(int weight,
Dcfx_fontmapper.cpp343 hFont = m_pFontInfo->MapFont(0, 0, FXFONT_DEFAULT_CHARSET, 0, in AddInstalledFont()
628 void* hFont = m_pFontInfo->MapFont(weight, bItalic, Charset, PitchFamily, in FindSubstFont()
Dcfx_folderfontinfo.cpp305 void* CFX_FolderFontInfo::MapFont(int weight, in MapFont() function in CFX_FolderFontInfo
/external/pdfium/core/fxge/android/
Dcfx_androidfontinfo.h26 void* MapFont(int weight,
Dcfx_androidfontinfo.cpp29 void* CFX_AndroidFontInfo::MapFont(int weight, in MapFont() function in CFX_AndroidFontInfo
/external/pdfium/core/fxge/
Difx_systemfontinfo.h26 virtual void* MapFont(int weight,
/external/pdfium/public/
Dfpdf_sysfontinfo.h117 void* (*MapFont)(struct _FPDF_SYSFONTINFO* pThis, member
/external/pdfium/core/fxge/win32/
Dfx_win32_device.cpp323 void* MapFont(int weight,
338 void* MapFont(int weight,
475 void* CFX_Win32FallbackFontInfo::MapFont(int weight, in MapFont() function in __anondf9cd5070111::CFX_Win32FallbackFontInfo
568 void* CFX_Win32FontInfo::MapFont(int weight, in MapFont() function in __anondf9cd5070111::CFX_Win32FontInfo
/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.cpp842 pSystemFontInfo->MapFont(0, 0, FXFONT_DEFAULT_CHARSET, 0, in CreateFontStream()