Searched refs:base_char (Results 1 – 2 of 2) sorted by relevance
203 unsigned int base_char; member325 while (clusters[ci].base_char > before && ci) in _hb_graphite2_shape()333 …_insert_before (is) && clusters[ci].num_chars && before >= clusters[ci].base_char + clusters[ci].n… in _hb_graphite2_shape()336 c->base_char = clusters[ci].base_char + clusters[ci].num_chars; in _hb_graphite2_shape()337 c->cluster = buffer->info[c->base_char].cluster; in _hb_graphite2_shape()338 c->num_chars = before - c->base_char; in _hb_graphite2_shape()356 if (clusters[ci].base_char + clusters[ci].num_chars < after + 1) in _hb_graphite2_shape()357 clusters[ci].num_chars = after + 1 - clusters[ci].base_char; in _hb_graphite2_shape()
366 hb_codepoint_t base_char = (hb_codepoint_t)env.argStack[n-2].to_int (); in process_seac() local369 param.base = param.cff->std_code_to_glyph (base_char); in process_seac()