Home
last modified time | relevance | path

Searched refs:base_font (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fxge/
Dcfx_fontmapper.cpp292 uint32_t GetStyleFromBaseFont(int base_font) { in GetStyleFromBaseFont() argument
293 int pos = base_font % 4; in GetStyleFromBaseFont()
302 int GetPitchFamilyFromBaseFont(int base_font) { in GetPitchFamilyFromBaseFont() argument
303 if (base_font < 4) in GetPitchFamilyFromBaseFont()
305 if (base_font >= 8) in GetPitchFamilyFromBaseFont()
321 int AdjustBaseFontForStyle(int base_font, uint32_t style) { in AdjustBaseFontForStyle() argument
322 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 …]
Dcfx_fontmapper.h100 RetainPtr<CFX_Face> UseInternalSubst(int base_font,