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

/external/chromium_org/third_party/skia/src/ports/
H A DSkFontConfigInterface_direct.cpp393 int resulting_bold; local
394 if (FcPatternGetInteger(font, FC_WEIGHT, 0, &resulting_bold))
395 resulting_bold = FC_WEIGHT_NORMAL;
414 if (resulting_bold > FC_WEIGHT_MEDIUM && !have_embolden) {
/external/skia/src/ports/
H A DSkFontConfigInterface_direct.cpp387 int resulting_bold; local
388 if (FcPatternGetInteger(font, FC_WEIGHT, 0, &resulting_bold))
389 resulting_bold = FC_WEIGHT_NORMAL;
408 if (resulting_bold > FC_WEIGHT_MEDIUM && !have_embolden) {

Completed in 322 milliseconds