Searched defs:combining_class (Results 1 - 1 of 1) sorted by relevance

/external/harfbuzz_ng/src/
H A Dhb-ot-shape-fallback.cc172 unsigned int combining_class = _hb_glyph_info_get_modified_combining_class (&buffer->info[i]); local
173 combining_class = recategorize_combining_class (buffer->info[i].codepoint, combining_class);
174 _hb_glyph_info_set_modified_combining_class (&buffer->info[i], combining_class);
198 unsigned int combining_class)
214 switch (combining_class)
252 switch (combining_class)
193 position_mark(const hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *buffer, hb_glyph_extents_t &base_extents, unsigned int i, unsigned int combining_class) argument

Completed in 34 milliseconds