Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-graphite2.cc221 unsigned int base_char; member
343 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()
Dhb-ot-cff1-table.cc590 hb_codepoint_t base_char = (hb_codepoint_t)env.argStack[n-2].to_int (); in process_seac() local
593 param.base = param.cff->std_code_to_glyph (base_char); in process_seac()
/third_party/harfbuzz/src/
Dhb-graphite2.cc220 unsigned int base_char; member
342 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()
Dhb-ot-cff1-table.cc590 hb_codepoint_t base_char = (hb_codepoint_t)env.argStack[n-2].to_int (); in process_seac() local
593 param.base = param.cff->std_code_to_glyph (base_char); in process_seac()
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-graphite2.cc225 unsigned int base_char; member
347 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()
Dhb-ot-cff1-table.cc365 hb_codepoint_t base_char = (hb_codepoint_t)env.argStack[n-2].to_int (); in process_seac() local
368 param.base = param.cff->std_code_to_glyph (base_char); in process_seac()