Searched defs:GDEF (Results 1 – 6 of 6) sorted by relevance
| /external/chromium_org/third_party/harfbuzz-ng/src/ |
| D | hb-ot-layout-gdef-table.hh | 325 struct GDEF struct 327 static const hb_tag_t tableTag = HB_OT_TAG_GDEF; 329 enum GlyphClasses { 337 inline bool has_glyph_classes (void) const { return glyphClassDef != 0; } in has_glyph_classes() 338 inline unsigned int get_glyph_class (hb_codepoint_t glyph) const in get_glyph_class() 340 inline void get_glyphs_in_class (unsigned int klass, hb_set_t *glyphs) const in get_glyphs_in_class() 343 inline bool has_mark_attachment_types (void) const { return markAttachClassDef != 0; } in has_mark_attachment_types() 344 inline unsigned int get_mark_attachment_type (hb_codepoint_t glyph) const in get_mark_attachment_type() 347 inline bool has_attach_points (void) const { return attachList != 0; } in has_attach_points() 348 inline unsigned int get_attach_points (hb_codepoint_t glyph_id, in get_attach_points() [all …]
|
| /external/harfbuzz_ng/src/ |
| D | hb-ot-layout-gdef-table.hh | 325 struct GDEF struct 327 static const hb_tag_t tableTag = HB_OT_TAG_GDEF; 329 enum GlyphClasses { 337 inline bool has_glyph_classes (void) const { return glyphClassDef != 0; } in has_glyph_classes() 338 inline unsigned int get_glyph_class (hb_codepoint_t glyph) const in get_glyph_class() 340 inline void get_glyphs_in_class (unsigned int klass, hb_set_t *glyphs) const in get_glyphs_in_class() 343 inline bool has_mark_attachment_types (void) const { return markAttachClassDef != 0; } in has_mark_attachment_types() 344 inline unsigned int get_mark_attachment_type (hb_codepoint_t glyph) const in get_mark_attachment_type() 347 inline bool has_attach_points (void) const { return attachList != 0; } in has_attach_points() 348 inline unsigned int get_attach_points (hb_codepoint_t glyph_id, in get_attach_points() [all …]
|
| /external/sfntly/cpp/src/sfntly/ |
| D | tag.cc | 46 const int32_t Tag::GDEF = TAG('G', 'D', 'E', 'F'); member in sfntly::Tag
|
| D | tag.h | 60 static const int32_t GDEF; member
|
| /external/chromium_org/third_party/sfntly/cpp/src/sfntly/ |
| D | tag.cc | 46 const int32_t Tag::GDEF = TAG('G', 'D', 'E', 'F'); member in sfntly::Tag
|
| D | tag.h | 60 static const int32_t GDEF; member
|