Home
last modified time | relevance | path

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

/external/pdfium/core/include/fxge/
Dfx_freetype.h105 #define FXFT_Is_Face_Bold(face) \ macro
/external/pdfium/core/src/fxge/android/
Dfpf_skiafontmgr.cpp502 if (FXFT_Is_Face_Bold(face)) { in ReportFace()
/external/pdfium/core/src/fxge/ge/
Dfx_ge_font.cpp361 return FXFT_Is_Face_Bold(m_Face) == FXFT_STYLE_FLAG_BOLD; in IsBold()
Dfx_ge_fontmap.cpp1193 if (FXFT_Is_Face_Bold(face)) { in FindSubstFont()
/external/pdfium/xfa/src/fgas/src/font/
Dfx_stdfontmgr.cpp1252 pFont->m_dwFontStyles |= FXFT_Is_Face_Bold(pFace) ? FX_FONTSTYLE_Bold : 0; in ReportFace()