Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dfpdfedittext.cpp99 if (FXFT_Is_Face_Bold(pFont->GetFace())) in FPDFText_LoadType1Font()
/external/pdfium/core/fxge/
Dfx_freetype.h107 #define FXFT_Is_Face_Bold(face) \ macro
/external/pdfium/core/fxge/android/
Dcfpf_skiafontmgr.cpp466 if (FXFT_Is_Face_Bold(face)) in ReportFace()
/external/pdfium/core/fxge/ge/
Dcfx_font.cpp461 return FXFT_Is_Face_Bold(m_Face) == FXFT_STYLE_FLAG_BOLD; in IsBold()
Dcfx_fontmapper.cpp702 if (FXFT_Is_Face_Bold(face)) in FindSubstFont()
/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.cpp993 pFont->m_dwFontStyles |= FXFT_Is_Face_Bold(pFace) ? FX_FONTSTYLE_Bold : 0; in RegisterFace()