Home
last modified time | relevance | path

Searched refs:base_char (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/harfbuzz-ng/src/
Dhb-graphite2.cc208 unsigned int base_char; member
310 while (clusters[ci].base_char > before && ci) in _hb_graphite2_shape()
317 …_insert_before (is) && clusters[ci].num_chars && before >= clusters[ci].base_char + clusters[ci].n… in _hb_graphite2_shape()
320 c->base_char = clusters[ci].base_char + clusters[ci].num_chars; in _hb_graphite2_shape()
321 c->cluster = buffer->info[c->base_char].cluster; in _hb_graphite2_shape()
322 c->num_chars = before - c->base_char; in _hb_graphite2_shape()
329 if (clusters[ci].base_char + clusters[ci].num_chars < after + 1) in _hb_graphite2_shape()
330 clusters[ci].num_chars = after + 1 - clusters[ci].base_char; in _hb_graphite2_shape()
/external/harfbuzz_ng/src/
Dhb-graphite2.cc208 unsigned int base_char; member
310 while (clusters[ci].base_char > before && ci) in _hb_graphite2_shape()
317 …_insert_before (is) && clusters[ci].num_chars && before >= clusters[ci].base_char + clusters[ci].n… in _hb_graphite2_shape()
320 c->base_char = clusters[ci].base_char + clusters[ci].num_chars; in _hb_graphite2_shape()
321 c->cluster = buffer->info[c->base_char].cluster; in _hb_graphite2_shape()
322 c->num_chars = before - c->base_char; in _hb_graphite2_shape()
329 if (clusters[ci].base_char + clusters[ci].num_chars < after + 1) in _hb_graphite2_shape()
330 clusters[ci].num_chars = after + 1 - clusters[ci].base_char; in _hb_graphite2_shape()