Home | History | Annotate | Download | only in src

Lines Matching refs:hb_glyph_info_t

48 ASSERT_STATIC (sizeof (hb_glyph_info_t) == 20);
49 ASSERT_STATIC (sizeof (hb_glyph_info_t) == sizeof (hb_glyph_position_t));
98 hb_glyph_info_t *info;
99 hb_glyph_info_t *out_info;
102 inline hb_glyph_info_t &cur (unsigned int i = 0) { return info[idx + i]; }
103 inline hb_glyph_info_t cur (unsigned int i = 0) const { return info[idx + i]; }
108 inline hb_glyph_info_t &prev (void) { return out_info[out_len ? out_len - 1 : 0]; }
109 inline hb_glyph_info_t prev (void) const { return out_info[out_len ? out_len - 1 : 0]; }
182 HB_INTERNAL void add_info (const hb_glyph_info_t &glyph_info);
201 HB_INTERNAL void output_info (const hb_glyph_info_t &glyph_info);
271 HB_INTERNAL void sort (unsigned int start, unsigned int end, int(*compar)(const hb_glyph_info_t *, const hb_glyph_info_t *));
289 b->func (offsetof (hb_glyph_info_t, var) - offsetof(hb_glyph_info_t, var1), \