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.cpp204 if (dwStyle & FXFONT_ITALIC) { in FPF_SKIAGetFamilyHash()
318 if ((dwStyle & FXFONT_ITALIC) == (pFontDes->m_dwStyle & FXFONT_ITALIC)) { in CreateFont()
534 pFontDesc->m_dwStyle |= FXFONT_ITALIC; in ReportFace()
Dfx_android_font.cpp36 dwStyle |= FXFONT_ITALIC; in MapFont()
/external/pdfium/core/src/fxge/ge/
Dfx_ge_linux.cpp191 if ((style & FXFONT_ITALIC) == bItalic) { in _LinuxGetSimilarValue()
Dfx_ge_fontmap.cpp1160 if (flags & FXFONT_ITALIC) { in FindSubstFont()
1483 pInfo->m_Styles |= FXFONT_ITALIC; in ReportFace()
/external/pdfium/core/include/fxge/
Dfx_font.h29 #define FXFONT_ITALIC 0x40 macro