Searched refs:base_char (Results 1 – 6 of 6) sorted by relevance
221 unsigned int base_char; member343 while (clusters[ci].base_char > before && ci) in _hb_graphite2_shape()351 …_insert_before (is) && clusters[ci].num_chars && before >= clusters[ci].base_char + clusters[ci].n… in _hb_graphite2_shape()354 c->base_char = clusters[ci].base_char + clusters[ci].num_chars; in _hb_graphite2_shape()355 c->cluster = buffer->info[c->base_char].cluster; in _hb_graphite2_shape()356 c->num_chars = before - c->base_char; in _hb_graphite2_shape()374 if (clusters[ci].base_char + clusters[ci].num_chars < after + 1) in _hb_graphite2_shape()375 clusters[ci].num_chars = after + 1 - clusters[ci].base_char; in _hb_graphite2_shape()
590 hb_codepoint_t base_char = (hb_codepoint_t)env.argStack[n-2].to_int (); in process_seac() local593 param.base = param.cff->std_code_to_glyph (base_char); in process_seac()
220 unsigned int base_char; member342 while (clusters[ci].base_char > before && ci) in _hb_graphite2_shape()350 …_insert_before (is) && clusters[ci].num_chars && before >= clusters[ci].base_char + clusters[ci].n… in _hb_graphite2_shape()353 c->base_char = clusters[ci].base_char + clusters[ci].num_chars; in _hb_graphite2_shape()354 c->cluster = buffer->info[c->base_char].cluster; in _hb_graphite2_shape()355 c->num_chars = before - c->base_char; in _hb_graphite2_shape()373 if (clusters[ci].base_char + clusters[ci].num_chars < after + 1) in _hb_graphite2_shape()374 clusters[ci].num_chars = after + 1 - clusters[ci].base_char; in _hb_graphite2_shape()
225 unsigned int base_char; member347 while (clusters[ci].base_char > before && ci) in _hb_graphite2_shape()355 …_insert_before (is) && clusters[ci].num_chars && before >= clusters[ci].base_char + clusters[ci].n… in _hb_graphite2_shape()358 c->base_char = clusters[ci].base_char + clusters[ci].num_chars; in _hb_graphite2_shape()359 c->cluster = buffer->info[c->base_char].cluster; in _hb_graphite2_shape()360 c->num_chars = before - c->base_char; in _hb_graphite2_shape()378 if (clusters[ci].base_char + clusters[ci].num_chars < after + 1) in _hb_graphite2_shape()379 clusters[ci].num_chars = after + 1 - clusters[ci].base_char; in _hb_graphite2_shape()
365 hb_codepoint_t base_char = (hb_codepoint_t)env.argStack[n-2].to_int (); in process_seac() local368 param.base = param.cff->std_code_to_glyph (base_char); in process_seac()