Searched defs:SubsetGlyph (Results 1 – 1 of 1) sorted by relevance
1050 struct SubsetGlyph struct1052 hb_codepoint_t new_gid;1053 hb_codepoint_t old_gid;1054 Glyph source_glyph;1055 hb_bytes_t dest_start; /* region of source_glyph to copy first */1056 hb_bytes_t dest_end; /* region of source_glyph to copy second */1058 bool serialize (hb_serialize_context_t *c, in serialize()1091 void drop_hints_bytes () in drop_hints_bytes()1094 unsigned int length () const { return dest_start.length + dest_end.length; } in length()1096 unsigned int padding () const { return length () % 2; } in padding()[all …]