Home
last modified time | relevance | path

Searched refs:has_glyph_classes (Results 1 – 4 of 4) sorted by relevance

/external/harfbuzz_ng/src/
Dmain.cc178 gdef.has_glyph_classes () ? "" : "no "); in main()
Dhb-ot-layout-gdef-table.hh355 bool has_glyph_classes () const { return glyphClassDef != 0; } in has_glyph_classes() function
Dhb-ot-layout-gsubgpos.hh472 bool has_glyph_classes; member
495 has_glyph_classes (gdef.has_glyph_classes ()), in hb_ot_apply_context_t()
581 if (likely (has_glyph_classes)) in _set_glyph_props()
Dhb-ot-layout.cc225 return face->table.GDEF->table->has_glyph_classes (); in hb_ot_layout_has_glyph_classes()