Searched defs:bItalic (Results 1 - 7 of 7) sorted by relevance

/external/pdfium/core/src/fxge/android/
H A Dfx_android_font.cpp26 void* CFX_AndroidFontInfo::MapFont(int weight, FX_BOOL bItalic, int charset, int pitch_family, FX_LPCSTR face, FX_BOOL& bExact) argument
35 if (bItalic) {
/external/pdfium/core/src/fxge/apple/
H A Dfx_mac_imp.cpp32 virtual void* MapFont(int weight, FX_BOOL bItalic, int charset, int pitch_family, FX_LPCSTR family, FX_BOOL& bExact);
48 void* CFX_MacFontInfo::MapFont(int weight, FX_BOOL bItalic, int charset, int pitch_family, FX_LPCSTR cstr_face, FX_BOOL& bExact) argument
/external/pdfium/fpdfsdk/src/
H A Dfpdf_sysfontinfo.cpp31 virtual void* MapFont(int weight, FX_BOOL bItalic, int charset, int pitch_family, FX_LPCSTR family, FX_BOOL& bExact) argument
34 return m_pInfo->MapFont(m_pInfo, weight, bItalic, charset, pitch_family, family, &bExact);
109 static void* DefaultMapFont(struct _FPDF_SYSFONTINFO* pThis, int weight, int bItalic, int charset, int pitch_family, const char* family, int* bExact) argument
111 return ((FPDF_SYSFONTINFO_DEFAULT*)pThis)->m_pFontInfo->MapFont(weight, bItalic, charset, pitch_family, family, *bExact);
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_linux.cpp57 virtual void* MapFont(int weight, FX_BOOL bItalic, int charset, int pitch_family, FX_LPCSTR family, FX_BOOL& bExact);
59 void* FindFont(int weight, FX_BOOL bItalic, int charset, int pitch_family, FX_LPCSTR family, FX_BOOL bMatchName);
105 void* CFX_LinuxFontInfo::MapFont(int weight, FX_BOOL bItalic, int charset, int pitch_family, FX_LPCSTR cstr_face, FX_BOOL& bExact) argument
163 return FindFont(weight, bItalic, charset, pitch_family, cstr_face, !bCJK);
185 static FX_INT32 _LinuxGetSimilarValue(int weight, FX_BOOL bItalic, int pitch_family, FX_DWORD style) argument
191 if ((style & FXFONT_ITALIC) == bItalic) {
205 void* CFX_LinuxFontInfo::FindFont(int weight, FX_BOOL bItalic, int charset, int pitch_family, FX_LPCSTR family, FX_BOOL bMatchName) argument
226 iSimilarValue = _LinuxGetSimilarValue(weight, bItalic, pitch_family, pFont->m_Styles);
H A Dfx_ge_fontmap.cpp121 int weight, FX_BOOL bItalic, FX_LPBYTE& pFontData)
126 key += bItalic ? 'I' : 'N';
137 int weight, FX_BOOL bItalic, FX_LPBYTE pData, FX_DWORD size, int face_index)
146 pFontDesc->m_SingleFace.m_bItalic = bItalic;
167 key += bItalic ? 'I' : 'N';
975 FX_BOOL bItalic = FALSE; local
1080 bItalic = TRUE;
1107 bItalic = TRUE;
1109 bItalic = FALSE;
1161 bItalic
120 GetCachedFace(const CFX_ByteString& face_name, int weight, FX_BOOL bItalic, FX_LPBYTE& pFontData) argument
136 AddCachedFace(const CFX_ByteString& face_name, int weight, FX_BOOL bItalic, FX_LPBYTE pData, FX_DWORD size, int face_index) argument
1490 MapFont(int weight, FX_BOOL bItalic, int charset, int pitch_family, FX_LPCSTR family, FX_BOOL& bExact) argument
[all...]
/external/pdfium/core/src/fxge/win32/
H A Dfx_win32_device.cpp26 virtual void* MapFont(int weight, FX_BOOL bItalic, int charset, int pitch_family, FX_LPCSTR face, FX_BOOL& bExact);
292 void* CWin32FontInfo::MapFont(int weight, FX_BOOL bItalic, int charset, int pitch_family, FX_LPCSTR cstr_face, FX_BOOL& bExact) argument
300 bItalic = Base14Substs[iBaseFont].m_bItalic;
318 HFONT hFont = ::CreateFontA(-10, 0, 0, 0, weight, bItalic, 0, 0, charset, OUT_TT_ONLY_PRECIS,
359 hFont = ::CreateFontA(-10, 0, 0, 0, weight, bItalic, 0, 0, charset, OUT_TT_ONLY_PRECIS,
/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_edit.cpp1435 FX_BOOL CFX_Edit::SetRichTextItalic(FX_BOOL bItalic) argument
1438 if (bItalic)

Completed in 218 milliseconds