Searched refs:isBold (Results 1 – 2 of 2) sorted by relevance
136 bool bold = fStyles[index]->isBold(); in getStyle()165 bool bold = fStyles[i]->isBold(); in matchStyle()
70 bool isBold() const { return fStyle.weight() >= SkFontStyle::kSemiBold_Weight; } in isBold() function