Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/harfbuzz/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.hh172 hb_codepoint_t last_gid = 0, start_gid = 0, last_cp = 0xFFFF; in serialize_idDelta_array() local
186 else if (_.second != last_gid + 1) use_delta = false; in serialize_idDelta_array()
198 last_gid = _.second; in serialize_idDelta_array()
/third_party/skia/third_party/externals/sfntly/cpp/src/sample/chromium/
Dsubsetter_impl.cc408 int32_t last_gid = -1; in ConstructIndexFormat4() local
412 last_gid = i->first; in ConstructIndexFormat4()
413 builder4->set_first_glyph_index(last_gid); in ConstructIndexFormat4()
425 last_gid = gid; in ConstructIndexFormat4()
429 builder4->set_last_glyph_index(last_gid); in ConstructIndexFormat4()
461 int32_t last_gid = -1; in ConstructIndexFormat5() local
465 last_gid = i->first; in ConstructIndexFormat5()
466 new_builder->set_first_glyph_index(last_gid); in ConstructIndexFormat5()
478 last_gid = gid; in ConstructIndexFormat5()
480 new_builder->set_last_glyph_index(last_gid); in ConstructIndexFormat5()