HomeSort by relevance Sort by last modified time
    Searched refs:last_gid (Results 1 - 2 of 2) sorted by null

  /external/sfntly/cpp/src/sample/chromium/
subsetter_impl.cc 399 int32_t last_gid = -1; local
403 last_gid = i->first;
404 builder4->set_first_glyph_index(last_gid);
416 last_gid = gid;
420 builder4->set_last_glyph_index(last_gid);
452 int32_t last_gid = -1; local
456 last_gid = i->first;
457 new_builder->set_first_glyph_index(last_gid);
469 last_gid = gid;
471 new_builder->set_last_glyph_index(last_gid);
    [all...]
  /external/chromium_org/third_party/ots/src/
cff.cc 711 uint16_t last_gid = 0; local
723 if ((j != 0) && (last_gid >= first)) {
729 for (uint16_t k = last_gid; k < first; ++k) {
740 last_gid = first;
747 if (last_gid >= sentinel) {
750 for (uint16_t k = last_gid; k < sentinel; ++k) {

Completed in 47 milliseconds