Home
last modified time | relevance | path

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

/external/pdfium/core/include/fxge/
Dfx_freetype.h103 #define FXFT_Is_Face_Italic(face) \ macro
/external/pdfium/core/src/fxge/android/
Dfpf_skiafontmgr.cpp505 if (FXFT_Is_Face_Italic(face)) { in ReportFace()
/external/pdfium/core/src/fxge/ge/
Dfx_ge_font.cpp347 FX_BOOL ret = FXFT_Is_Face_Italic(m_Face) == FXFT_STYLE_FLAG_ITALIC; in IsItalic()
Dfx_ge_fontmap.cpp1209 if (bItalic && !FXFT_Is_Face_Italic(face)) { in FindSubstFont()
/external/pdfium/xfa/src/fgas/src/font/
Dfx_stdfontmgr.cpp1253 pFont->m_dwFontStyles |= FXFT_Is_Face_Italic(pFace) ? FX_FONTSTYLE_Italic : 0; in ReportFace()