Home
last modified time | relevance | path

Searched defs:GDEF (Results 1 – 3 of 3) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-layout-gdef-table.hh630 struct GDEF struct
632 static constexpr hb_tag_t tableTag = HB_OT_TAG_GDEF;
634 enum GlyphClasses {
642 unsigned int get_size () const in get_size()
653 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
666 bool subset (hb_subset_context_t *c) const in subset()
677 bool has_glyph_classes () const in has_glyph_classes()
687 const ClassDef &get_glyph_class_def () const in get_glyph_class_def()
697 bool has_attach_list () const in has_attach_list()
707 const AttachList &get_attach_list () const in get_attach_list()
[all …]
/external/sfntly/cpp/src/sfntly/
Dtag.cc46 const int32_t Tag::GDEF = TAG('G', 'D', 'E', 'F'); member in sfntly::Tag
Dtag.h60 static const int32_t GDEF; member