Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dmain.cc181 gdef.has_glyph_classes () ? "" : "no "); in main()
Dhb-ot-layout-gdef-table.hh346 inline bool has_glyph_classes (void) const { return glyphClassDef != 0; } in has_glyph_classes() function
Dhb-ot-layout-gsubgpos-private.hh471 bool has_glyph_classes; member
489 has_glyph_classes (gdef.has_glyph_classes ()), in hb_apply_context_t()
567 if (likely (has_glyph_classes)) in _set_glyph_props()
Dhb-ot-layout.cc158 return _get_gdef (face).has_glyph_classes (); in hb_ot_layout_has_glyph_classes()