Home
last modified time | relevance | path

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

/external/pdfium/testing/fuzzers/
Dpdf_bidi_fuzzer.cc20 font->LoadSubst("Arial", true, 0, FXFONT_FW_NORMAL, 0, 0, 0); in LLVMFuzzerTestOneInput()
/external/pdfium/core/fxge/
Dcfx_fontmapper.cpp393 weight = FXFONT_FW_NORMAL; in FindSubstFont()
396 weight = FXFONT_FW_NORMAL; in FindSubstFont()
555 pSubstFont->m_WeightCJK = nStyle ? weight : FXFONT_FW_NORMAL; in FindSubstFont()
562 weight = FXFONT_FW_NORMAL; in FindSubstFont()
652 bNeedUpdateWeight = weight != FXFONT_FW_NORMAL; in FindSubstFont()
Dfx_font.h24 #define FXFONT_FW_NORMAL 400 macro
/external/pdfium/public/
Dfpdf_sysfontinfo.h32 #define FXFONT_FW_NORMAL 400 macro
/external/pdfium/core/fpdfapi/font/
Dcpdf_font.cpp386 safeWeight.ValueOrDefault(FXFONT_FW_NORMAL), in FallbackFontFromCharcode()
445 return safeStemV.ValueOrDefault(FXFONT_FW_NORMAL); in GetFontWeight()
Dcpdf_cidfont.cpp759 safeStemV.ValueOrDefault(FXFONT_FW_NORMAL), m_ItalicAngle, in LoadSubstFont()
/external/pdfium/xfa/fxfa/
Dcxfa_textparser.cpp156 pStyle->SetFontWeight(font->IsBold() ? FXFONT_FW_BOLD : FXFONT_FW_NORMAL); in CreateRootStyle()
359 if (pStyle->GetFontWeight() > FXFONT_FW_NORMAL) in GetFont()
/external/pdfium/xfa/fgas/font/
Dcfgas_gefont.cpp85 FontStyleIsForceBold(dwFontStyles) ? FXFONT_FW_BOLD : FXFONT_FW_NORMAL; in LoadFontInternal()