Home | History | Annotate | Download | only in src

Lines Matching refs:starter

365    * ccc=0 chars with their previous Starter. */
369 unsigned int starter = 0;
374 if (/* We don't try to compose a non-mark character with it's preceding starter.
379 /* If there's anything between the starter and this char, they should have CCC
381 (starter == buffer->out_len - 1 ||
385 buffer->out_info[starter].codepoint,
395 buffer->merge_out_clusters (starter, buffer->out_len);
397 /* Modify starter and carry on. */
398 buffer->out_info[starter].codepoint = composed;
399 buffer->out_info[starter].glyph_index() = glyph;
400 _hb_glyph_info_set_unicode_props (&buffer->out_info[starter], buffer->unicode);
409 starter = buffer->out_len - 1;