Home
last modified time | relevance | path

Searched refs:bExact (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/core/src/fxge/apple/
Dfx_mac_imp.cpp32 …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/
Dfpdf_sysfontinfo.cpp31 …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/
Dfx_ge_linux.cpp57 …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()
Dfx_ge_fontmap.cpp616 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/
Dfx_android_font.h22 …pFont(int weight, FX_BOOL bItalic, int charset, int pitch_family, FX_LPCSTR face, FX_BOOL& bExact);
Dfx_android_font.cpp26 …apFont(int weight, FX_BOOL bItalic, int charset, int pitch_family, FX_LPCSTR face, FX_BOOL& bExact) in MapFont() argument
/external/pdfium/fpdfsdk/include/
Dfpdf_sysfontinfo.h104 const char* face, int* bExact);
/external/pdfium/core/include/fxge/
Dfx_font.h300 …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/
Dfx_win32_device.cpp26 …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()