Searched refs:base_font (Results 1 – 2 of 2) sorted by relevance
292 uint32_t GetStyleFromBaseFont(int base_font) { in GetStyleFromBaseFont() argument293 int pos = base_font % 4; in GetStyleFromBaseFont()302 int GetPitchFamilyFromBaseFont(int base_font) { in GetPitchFamilyFromBaseFont() argument303 if (base_font < 4) in GetPitchFamilyFromBaseFont()305 if (base_font >= 8) in GetPitchFamilyFromBaseFont()321 int AdjustBaseFontForStyle(int base_font, uint32_t style) { in AdjustBaseFontForStyle() argument322 if (!style || (base_font % 4)) in AdjustBaseFontForStyle()323 return base_font; in AdjustBaseFontForStyle()326 base_font += 2; in AdjustBaseFontForStyle()328 base_font += 1; in AdjustBaseFontForStyle()[all …]
100 RetainPtr<CFX_Face> UseInternalSubst(int base_font,