Lines Matching defs:SubsetGlyph
1050 struct SubsetGlyph struct
1052 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()
1097 unsigned int padded_size () const { return length () + padding (); } in padded_size()