Home
last modified time | relevance | path

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

/external/skia/src/ports/
DSkFontConfigInterface_direct.cpp308 int resulting_bold; in GetFontStyle() local
309 if (FcPatternGetInteger(font, FC_WEIGHT, 0, &resulting_bold)) in GetFontStyle()
310 resulting_bold = FC_WEIGHT_NORMAL; in GetFontStyle()
329 if (resulting_bold > FC_WEIGHT_MEDIUM && !have_embolden) { in GetFontStyle()