Home
last modified time | relevance | path

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

/external/sfntly/cpp/src/sample/chromium/
Dsubsetter_impl.cc438 int32_t last_gid = -1; in ConstructIndexFormat4() local
442 last_gid = i->first; in ConstructIndexFormat4()
443 builder4->set_first_glyph_index(last_gid); in ConstructIndexFormat4()
455 last_gid = gid; in ConstructIndexFormat4()
459 builder4->set_last_glyph_index(last_gid); in ConstructIndexFormat4()
491 int32_t last_gid = -1; in ConstructIndexFormat5() local
495 last_gid = i->first; in ConstructIndexFormat5()
496 new_builder->set_first_glyph_index(last_gid); in ConstructIndexFormat5()
508 last_gid = gid; in ConstructIndexFormat5()
510 new_builder->set_last_glyph_index(last_gid); in ConstructIndexFormat5()
/external/harfbuzz_ng/src/
Dhb-ot-cmap-table.hh183 hb_codepoint_t last_gid = 0; in create_sub_table_plan() local
206 if (last_gid + 1u != new_gid) in create_sub_table_plan()
212 last_gid = new_gid; in create_sub_table_plan()