Searched defs:CompositeGlyphChain (Results 1 – 1 of 1) sorted by relevance
251 struct CompositeGlyphChain struct254 enum composite_glyph_flag_t271 unsigned int get_size () const in get_size()289 void set_glyph_index (hb_codepoint_t new_gid) { glyphIndex = new_gid; } in set_glyph_index()290 hb_codepoint_t get_glyph_index () const { return glyphIndex; } in get_glyph_index()292 void drop_instructions_flag () { flags = (uint16_t) flags & ~WE_HAVE_INSTRUCTIONS; } in drop_instructions_flag()293 void set_overlaps_flag () in set_overlaps_flag()298 bool has_instructions () const { return flags & WE_HAVE_INSTRUCTIONS; } in has_instructions()300 bool has_more () const { return flags & MORE_COMPONENTS; } in has_more()301 bool is_use_my_metrics () const { return flags & USE_MY_METRICS; } in is_use_my_metrics()[all …]