Home | History | Annotate | Download | only in chromium

Lines Matching refs:gid

332       for (IntegerSet::const_iterator gid = glyph_ids.begin(),
334 gid != gid_end; gid++) {
335 if (*gid < first_glyph_id) {
338 if (*gid > last_glyph_id) {
342 info.Attach((*index_builders)[j]->GlyphInfo(*gid));
343 if (info && info->length()) { // Do not include gid without bitmap
344 info_map[*gid] = info;
411 int32_t gid = i->first;
412 if (gid > upper_bound) {
416 IndexSubTableFormat4::CodeOffsetPairBuilder(gid, offset));
418 last_gid = gid;
465 int32_t gid = i->first;
466 if (gid > upper_bound) {
469 glyph_array->push_back(gid);
471 last_gid = gid;