Home
last modified time | relevance | path

Searched defs:MapFont (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/core/src/fxge/apple/
Dfx_mac_imp.cpp48 void* CFX_MacFontInfo::MapFont(int weight, FX_BOOL bItalic, int charset, int pitch_family, FX_LPCST… in MapFont() function in CFX_MacFontInfo
/external/pdfium/core/src/fxge/android/
Dfx_android_font.cpp26 void* CFX_AndroidFontInfo::MapFont(int weight, FX_BOOL bItalic, int charset, int pitch_family, FX_L… in MapFont() function in CFX_AndroidFontInfo
/external/pdfium/fpdfsdk/include/
Dfpdf_sysfontinfo.h103 …void* (*MapFont)(struct _FPDF_SYSFONTINFO* pThis, int weight, int bItalic, int charset, int pitch_… member
/external/pdfium/fpdfsdk/src/
Dfpdf_sysfontinfo.cpp31 …virtual void* MapFont(int weight, FX_BOOL bItalic, int charset, int pitch_family, FX_LPCSTR famil… in MapFont() function in CSysFontInfo_Ext
/external/pdfium/core/src/fxge/ge/
Dfx_ge_linux.cpp105 void* CFX_LinuxFontInfo::MapFont(int weight, FX_BOOL bItalic, int charset, int pitch_family, FX_LPC… in MapFont() function in CFX_LinuxFontInfo
Dfx_ge_fontmap.cpp1490 void* CFX_FolderFontInfo::MapFont(int weight, FX_BOOL bItalic, int charset, int pitch_family, FX_LP… in MapFont() function in CFX_FolderFontInfo
/external/pdfium/core/src/fxge/win32/
Dfx_win32_device.cpp292 void* CWin32FontInfo::MapFont(int weight, FX_BOOL bItalic, int charset, int pitch_family, FX_LPCSTR… in MapFont() function in CWin32FontInfo
/external/chromium_org/pdf/pdfium/
Dpdfium_engine.cc205 void* MapFont(struct _FPDF_SYSFONTINFO*, int weight, int italic, in MapFont() function