Lines Matching refs:gid
330 for (IntegerSet::const_iterator gid = glyph_ids.begin(), in InitializeBitmapBuilder() local
332 gid != gid_end; gid++) { in InitializeBitmapBuilder()
333 if (*gid < first_glyph_id) { in InitializeBitmapBuilder()
336 if (*gid > last_glyph_id) { in InitializeBitmapBuilder()
340 info.Attach((*index_builders)[j]->GlyphInfo(*gid)); in InitializeBitmapBuilder()
342 info_map[*gid] = info; in InitializeBitmapBuilder()
409 int32_t gid = i->first; in ConstructIndexFormat4() local
410 if (gid > upper_bound) { in ConstructIndexFormat4()
414 IndexSubTableFormat4::CodeOffsetPairBuilder(gid, offset)); in ConstructIndexFormat4()
416 last_gid = gid; in ConstructIndexFormat4()
463 int32_t gid = i->first; in ConstructIndexFormat5() local
464 if (gid > upper_bound) { in ConstructIndexFormat5()
467 glyph_array->push_back(gid); in ConstructIndexFormat5()
469 last_gid = gid; in ConstructIndexFormat5()