Lines Matching full:starter
347 * ccc=0 chars with their previous Starter. */
351 unsigned int starter = 0;
357 * compose a non-mark character with it's preceding starter. This is just an
362 /* If there's anything between the starter and this char, they should have CCC
364 (starter == buffer->out_len - 1 ||
368 buffer->out_info[starter].codepoint,
378 buffer->merge_out_clusters (starter, buffer->out_len);
380 buffer->out_info[starter].codepoint = composed; /* Modify starter and carry on. */
381 set_glyph (buffer->out_info[starter], font);
382 _hb_glyph_info_set_unicode_props (&buffer->out_info[starter], buffer->unicode);
391 starter = buffer->out_len - 1;