Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-head-table.hh79 bool is_bold () const { return macStyle & BOLD; } in is_bold() function
Dhb-style.cc122 : (face->table.head->is_bold () ? 700 : 400); in hb_style_get_value()