HomeSort by relevance Sort by last modified time
    Searched full:resulting_bold (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/ports/
SkFontConfigInterface_direct.cpp 384 int resulting_bold; local
385 if (FcPatternGetInteger(font, FC_WEIGHT, 0, &resulting_bold))
386 resulting_bold = FC_WEIGHT_NORMAL;
405 if (resulting_bold > FC_WEIGHT_MEDIUM && !have_embolden) {
  /external/skia/src/ports/
SkFontConfigInterface_direct.cpp 384 int resulting_bold; local
385 if (FcPatternGetInteger(font, FC_WEIGHT, 0, &resulting_bold))
386 resulting_bold = FC_WEIGHT_NORMAL;
405 if (resulting_bold > FC_WEIGHT_MEDIUM && !have_embolden) {

Completed in 1999 milliseconds