Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dfx_freetype.h120 #define FXFT_Is_Face_Bold(face) \ macro
Dcfx_font.cpp429 return m_Face && FXFT_Is_Face_Bold(m_Face) == FXFT_STYLE_FLAG_BOLD; in IsBold()
Dcfx_fontmapper.cpp682 if (FXFT_Is_Face_Bold(face)) in FindSubstFont()
/external/pdfium/core/fxge/android/
Dcfpf_skiafontmgr.cpp468 if (FXFT_Is_Face_Bold(face)) in ReportFace()
/external/pdfium/fpdfsdk/
Dfpdfedittext.cpp46 if (FXFT_Is_Face_Bold(pFont->GetFace())) in LoadFontDesc()
/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.cpp804 pFont->m_dwFontStyles |= FXFT_Is_Face_Bold(pFace) ? FXFONT_BOLD : 0; in RegisterFace()