/external/pdfium/core/src/fxge/apple/ |
D | fx_mac_imp.cpp | 32 …ont(int weight, FX_BOOL bItalic, int charset, int pitch_family, FX_LPCSTR family, FX_BOOL& bExact); 48 …t(int weight, FX_BOOL bItalic, int charset, int pitch_family, FX_LPCSTR cstr_face, FX_BOOL& bExact) in MapFont() argument 55 bExact = TRUE; in MapFont()
|
/external/pdfium/fpdfsdk/src/ |
D | fpdf_sysfontinfo.cpp | 31 …Font(int weight, FX_BOOL bItalic, int charset, int pitch_family, FX_LPCSTR family, FX_BOOL& bExact) in MapFont() argument 34 return m_pInfo->MapFont(m_pInfo, weight, bItalic, charset, pitch_family, family, &bExact); in MapFont() 109 …FO* pThis, int weight, int bItalic, int charset, int pitch_family, const char* family, int* bExact) in DefaultMapFont() argument 111 …NFO_DEFAULT*)pThis)->m_pFontInfo->MapFont(weight, bItalic, charset, pitch_family, family, *bExact); in DefaultMapFont()
|
/external/pdfium/core/src/fxge/ge/ |
D | fx_ge_linux.cpp | 57 …ont(int weight, FX_BOOL bItalic, int charset, int pitch_family, FX_LPCSTR family, FX_BOOL& bExact); 105 …t(int weight, FX_BOOL bItalic, int charset, int pitch_family, FX_LPCSTR cstr_face, FX_BOOL& bExact) in MapFont() argument 112 bExact = TRUE; in MapFont()
|
D | fx_ge_fontmap.cpp | 616 FX_BOOL bExact; in AddInstalledFont() local 617 hFont = m_pFontInfo->MapFont(0, 0, FXFONT_DEFAULT_CHARSET, 0, name, bExact); in AddInstalledFont() 1083 FX_BOOL bExact = FALSE; in FindSubstFont() local 1164 bExact = !match.IsEmpty(); in FindSubstFont() 1165 void* hFont = m_pFontInfo->MapFont(weight, bItalic, Charset, PitchFamily, family, bExact); in FindSubstFont() 1166 if (bExact) { in FindSubstFont() 1490 …Font(int weight, FX_BOOL bItalic, int charset, int pitch_family, FX_LPCSTR family, FX_BOOL& bExact) in MapFont() argument
|
/external/pdfium/core/src/fxge/android/ |
D | fx_android_font.h | 22 …pFont(int weight, FX_BOOL bItalic, int charset, int pitch_family, FX_LPCSTR face, FX_BOOL& bExact);
|
D | fx_android_font.cpp | 26 …apFont(int weight, FX_BOOL bItalic, int charset, int pitch_family, FX_LPCSTR face, FX_BOOL& bExact) in MapFont() argument
|
/external/pdfium/fpdfsdk/include/ |
D | fpdf_sysfontinfo.h | 104 const char* face, int* bExact);
|
/external/pdfium/core/include/fxge/ |
D | fx_font.h | 300 …t(int weight, FX_BOOL bItalic, int charset, int pitch_family, FX_LPCSTR face, FX_BOOL& bExact) = 0; 323 …pFont(int weight, FX_BOOL bItalic, int charset, int pitch_family, FX_LPCSTR face, FX_BOOL& bExact);
|
/external/pdfium/core/src/fxge/win32/ |
D | fx_win32_device.cpp | 26 …pFont(int weight, FX_BOOL bItalic, int charset, int pitch_family, FX_LPCSTR face, FX_BOOL& bExact); 292 …t(int weight, FX_BOOL bItalic, int charset, int pitch_family, FX_LPCSTR cstr_face, FX_BOOL& bExact) in MapFont() argument 301 bExact = TRUE; in MapFont()
|