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.hh342 struct GDEF struct
344 static constexpr hb_tag_t tableTag = HB_OT_TAG_GDEF;
346 enum GlyphClasses {
354 bool has_data () const { return version.to_int (); } in has_data()
355 bool has_glyph_classes () const { return glyphClassDef != 0; } in has_glyph_classes()
356 unsigned int get_glyph_class (hb_codepoint_t glyph) const in get_glyph_class()
358 void get_glyphs_in_class (unsigned int klass, hb_set_t *glyphs) const in get_glyphs_in_class()
361 bool has_mark_attachment_types () const { return markAttachClassDef != 0; } in has_mark_attachment_types()
362 unsigned int get_mark_attachment_type (hb_codepoint_t glyph) const in get_mark_attachment_type()
365 bool has_attach_points () const { return attachList != 0; } in has_attach_points()
[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