Home
last modified time | relevance | path

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

/external/skia/src/ports/
DSkFontMgr_custom.cpp136 bool bold = fStyles[index]->isBold(); in getStyle()
165 bool bold = fStyles[i]->isBold(); in matchStyle()
/external/skia/include/core/
DSkTypeface.h70 bool isBold() const { return fStyle.weight() >= SkFontStyle::kSemiBold_Weight; } in isBold() function