Home
last modified time | relevance | path

Searched refs:FXFONT_ITALIC (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/src/fxge/android/
Dfpf_skiafontmgr.cpp193 if (dwStyle & FXFONT_ITALIC) { in FPF_SKIAGetFamilyHash()
297 if ((dwStyle & FXFONT_ITALIC) == (pFontDes->m_dwStyle & FXFONT_ITALIC)) { in CreateFont()
506 pFontDesc->m_dwStyle |= FXFONT_ITALIC; in ReportFace()
Dfx_android_font.cpp35 dwStyle |= FXFONT_ITALIC; in MapFont()
/external/pdfium/xfa/src/fgas/src/font/
Dfx_gefont.cpp214 dwFlags |= FXFONT_ITALIC; in LoadFont()
230 if ((dwFlags & FXFONT_ITALIC) && (dwFlags & FXFONT_BOLD)) { in LoadFont()
234 } else if (dwFlags & FXFONT_ITALIC) { in LoadFont()
/external/pdfium/core/src/fxge/ge/
Dfx_ge_fontmap.cpp398 if ((style & FXFONT_ITALIC) == bItalic) { in GetSimilarValue()
1079 if (flags & FXFONT_ITALIC) { in FindSubstFont()
1228 FX_BOOL bItalic = (flags & FXFONT_ITALIC) != 0; in FindSubstFontByUnicode()
1467 pInfo->m_Styles |= FXFONT_ITALIC; in ReportFace()
/external/pdfium/core/include/fxge/
Dfx_font.h33 #define FXFONT_ITALIC 0x40 macro