Searched refs:last_glyph_id (Results 1 – 4 of 4) sorted by relevance
176 int32_t last_glyph_id = 0; in AssembleGlyphAndLocaTables() local216 for (int32_t i = last_glyph_id + 1; i <= resolved_glyph_id; ++i) in AssembleGlyphAndLocaTables()220 last_glyph_id = resolved_glyph_id + 1; in AssembleGlyphAndLocaTables()224 for (int32_t i = last_glyph_id + 1; i <= num_loca_glyphs; ++i) in AssembleGlyphAndLocaTables()
247 int32_t last_glyph_id = 0; in SetupGlyfBuilders() local269 for (int32_t j = last_glyph_id + 1; j <= *i; ++j) { in SetupGlyfBuilders()274 last_glyph_id = *i; in SetupGlyfBuilders()276 for (int32_t j = last_glyph_id + 1; j <= loca_table->num_glyphs(); ++j) { in SetupGlyfBuilders()327 int32_t last_glyph_id = (*index_builders)[j]->last_glyph_index(); in InitializeBitmapBuilder() local328 if (!HasOverlap(first_glyph_id, last_glyph_id, glyph_ids)) { in InitializeBitmapBuilder()338 if (*gid > last_glyph_id) { in InitializeBitmapBuilder()
86 int32_t last_glyph_id) { in CheckGlyphRange() argument87 if (glyph_id < first_glyph_id || glyph_id > last_glyph_id) { in CheckGlyphRange()
160 int32_t last_glyph_id);