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.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()
/external/harfbuzz_ng/src/
Dhb-ot-cmap-table.hh158 hb_codepoint_t last_gid = 0, start_gid = 0, last_cp = 0xFFFF; in serialize_idDelta_array() local
173 else if (_.second != last_gid + 1) use_delta = false; in serialize_idDelta_array()
185 last_gid = _.second; in serialize_idDelta_array()