Searched refs:FXFONT_FW_NORMAL (Results 1 – 8 of 8) sorted by relevance
20 font->LoadSubst("Arial", true, 0, FXFONT_FW_NORMAL, 0, 0, 0); in LLVMFuzzerTestOneInput()
32 #define FXFONT_FW_NORMAL 400 macro
393 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()
24 #define FXFONT_FW_NORMAL 400 macro
386 safeWeight.ValueOrDefault(FXFONT_FW_NORMAL), in FallbackFontFromCharcode()445 return safeStemV.ValueOrDefault(FXFONT_FW_NORMAL); in GetFontWeight()
759 safeStemV.ValueOrDefault(FXFONT_FW_NORMAL), m_ItalicAngle, in LoadSubstFont()
156 pStyle->SetFontWeight(font->IsBold() ? FXFONT_FW_BOLD : FXFONT_FW_NORMAL); in CreateRootStyle()359 if (pStyle->GetFontWeight() > FXFONT_FW_NORMAL) in GetFont()
85 FontStyleIsForceBold(dwFontStyles) ? FXFONT_FW_BOLD : FXFONT_FW_NORMAL; in LoadFontInternal()