Home
last modified time | relevance | path

Searched refs:last_gid (Results 1 – 4 of 4) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-var-hvar-table.hh59 hb_codepoint_t last_gid = (hb_codepoint_t)-1; in init() local
72 if (last_gid == (hb_codepoint_t) -1) in init()
79 if (last_gid == (hb_codepoint_t) -1) in init()
82 last_gid = gid; in init()
87 last_gid = gid; in init()
90 if (unlikely (last_gid == (hb_codepoint_t)-1)) return; in init()
91 map_count = last_gid; in init()
Dhb-ot-cmap-table.hh104 hb_codepoint_t start_cp = 0, prev_run_start_cp = 0, run_start_cp = 0, end_cp = 0, last_gid = 0; in to_ranges() local
120 last_gid = pair.second; in to_ranges()
125 delta = last_gid - start_cp; in to_ranges()
139 if (next_gid == last_gid + 1) { in to_ranges()
143 last_gid = next_gid; in to_ranges()
171 last_gid = next_gid; in to_ranges()
/external/harfbuzz_ng/src/graph/
Dclassdef-graph.hh132 unsigned last_gid = (unsigned) -1; in class_def_size_estimator_t() local
138 if (last_gid != (unsigned) -1 && gid != last_gid + 1) in class_def_size_estimator_t()
140 last_gid = gid; in class_def_size_estimator_t()
/external/sfntly/cpp/src/sample/chromium/
Dsubsetter_impl.cc445 int32_t last_gid = -1; in ConstructIndexFormat4() local
449 last_gid = i->first; in ConstructIndexFormat4()
450 builder4->set_first_glyph_index(last_gid); in ConstructIndexFormat4()
462 last_gid = gid; in ConstructIndexFormat4()
466 builder4->set_last_glyph_index(last_gid); in ConstructIndexFormat4()
498 int32_t last_gid = -1; in ConstructIndexFormat5() local
502 last_gid = i->first; in ConstructIndexFormat5()
503 new_builder->set_first_glyph_index(last_gid); in ConstructIndexFormat5()
515 last_gid = gid; in ConstructIndexFormat5()
517 new_builder->set_last_glyph_index(last_gid); in ConstructIndexFormat5()