HomeSort by relevance Sort by last modified time
    Searched refs:bItalic (Results 1 - 13 of 13) sorted by null

  /external/pdfium/core/src/fxge/android/
fx_android_font.h 22 virtual void* MapFont(int weight, FX_BOOL bItalic, int charset, int pitch_family, FX_LPCSTR face, FX_BOOL& bExact);
fx_android_font.cpp 26 void* CFX_AndroidFontInfo::MapFont(int weight, FX_BOOL bItalic, int charset, int pitch_family, FX_LPCSTR face, FX_BOOL& bExact)
35 if (bItalic) {
  /external/pdfium/core/src/fxge/ge/
fx_ge_linux.cpp 57 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)
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)
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)
226 iSimilarValue = _LinuxGetSimilarValue(weight, bItalic, pitch_family, pFont->m_Styles);
fx_ge_fontmap.cpp 121 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;
    [all...]
  /external/pdfium/fpdfsdk/include/
fpdf_sysfontinfo.h 94 * bItalic - Italic option of the requested font, TRUE or FALSE.
103 void* (*MapFont)(struct _FPDF_SYSFONTINFO* pThis, int weight, int bItalic, int charset, int pitch_family,
  /external/pdfium/fpdfsdk/src/
fpdf_sysfontinfo.cpp 31 virtual void* MapFont(int weight, FX_BOOL bItalic, int charset, int pitch_family, FX_LPCSTR family, FX_BOOL& bExact)
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)
111 return ((FPDF_SYSFONTINFO_DEFAULT*)pThis)->m_pFontInfo->MapFont(weight, bItalic, charset, pitch_family, family, *bExact);
  /external/pdfium/core/src/fxge/apple/
fx_mac_imp.cpp 32 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)
  /external/pdfium/core/include/fxge/
fx_font.h 209 int weight, FX_BOOL bItalic, FX_LPBYTE& pFontData);
211 int weight, FX_BOOL bItalic, FX_LPBYTE pData, FX_DWORD size, int face_index);
300 virtual void* MapFont(int weight, FX_BOOL bItalic, int charset, int pitch_family, FX_LPCSTR face, FX_BOOL& bExact) = 0;
323 virtual void* MapFont(int weight, FX_BOOL bItalic, int charset, int pitch_family, FX_LPCSTR face, FX_BOOL& bExact);
  /external/pdfium/core/src/fxge/win32/
fx_win32_device.cpp 26 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)
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,
    [all...]
  /external/pdfium/fpdfsdk/include/fxedit/
fx_edit.h 225 virtual FX_BOOL SetRichTextItalic(FX_BOOL bItalic = TRUE) = 0;
fxet_edit.h 607 FX_BOOL SetRichTextItalic(FX_BOOL bItalic = TRUE);
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_edit.cpp 1435 FX_BOOL CFX_Edit::SetRichTextItalic(FX_BOOL bItalic)
1438 if (bItalic)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wingdi.h     [all...]

Completed in 229 milliseconds