Home
last modified time | relevance | path

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

/external/pdfium/public/
Dfpdf_sysfontinfo.h37 #define FXFONT_FW_BOLD 700 macro
/external/pdfium/xfa/fgas/font/
Dcfgas_gefont.cpp81 FontStyleIsForceBold(dwFontStyles) ? FXFONT_FW_BOLD : FXFONT_FW_NORMAL; in LoadFontInternal()
142 if (pSubstFont->m_Weight == FXFONT_FW_BOLD) in GetFontStyles()
/external/pdfium/core/fxge/
Dfx_font.h23 #define FXFONT_FW_BOLD 700 macro
Dcfx_fontmapper.cpp265 *weight = FXFONT_FW_BOLD; in ParseStyles()
554 FXFT_Is_Face_Bold(face->GetRec()) ? FXFONT_FW_BOLD : FXFONT_FW_NORMAL; in UseExternalSubst()
643 weight = FXFONT_FW_BOLD; in FindSubstFont()
Dcfx_font.cpp556 return subst_font && subst_font->GetOriginalWeight() >= FXFONT_FW_BOLD; in IsSubstFontBold()
/external/pdfium/xfa/fxfa/
Dcxfa_textparser.cpp155 pStyle->SetFontWeight(font->IsBold() ? FXFONT_FW_BOLD : FXFONT_FW_NORMAL); in CreateRootStyle()