Home
last modified time | relevance | path

Searched refs:FXFONT_FW_NORMAL (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/core/fxge/
Dcfx_fontmapper.cpp414 weight = FXFONT_FW_NORMAL; in FindSubstFont()
417 weight = FXFONT_FW_NORMAL; in FindSubstFont()
585 pSubstFont->m_WeightCJK = nStyle ? weight : FXFONT_FW_NORMAL; in FindSubstFont()
685 bNeedUpdateWeight = weight != FXFONT_FW_NORMAL; in FindSubstFont()
Dfx_font.h33 #define FXFONT_FW_NORMAL 400 macro
/external/pdfium/public/
Dfpdf_sysfontinfo.h28 #define FXFONT_FW_NORMAL 400 macro
/external/pdfium/core/fpdfapi/font/
Dcpdf_simplefont.cpp189 safeStemV.ValueOrDefault(FXFONT_FW_NORMAL), m_ItalicAngle, 0, in LoadSubstFont()
Dcpdf_cidfont.cpp782 safeStemV.ValueOrDefault(FXFONT_FW_NORMAL), m_ItalicAngle, in LoadSubstFont()
/external/pdfium/xfa/fxfa/
Dcxfa_textparser.cpp140 pStyle->SetFontWeight(font->IsBold() ? FXFONT_FW_BOLD : FXFONT_FW_NORMAL); in CreateRootStyle()
348 if (pStyle->GetFontWeight() > FXFONT_FW_NORMAL) in GetFont()
/external/pdfium/xfa/fgas/font/
Dcfgas_gefont.cpp82 FontStyleIsBold(dwFontStyles) ? FXFONT_FW_BOLD : FXFONT_FW_NORMAL; in LoadFontInternal()