Searched refs:last_glyph_id (Results 1 – 4 of 4) sorted by relevance
176 int32_t last_glyph_id = 0; in AssembleGlyphAndLocaTables() local214 for (int32_t i = last_glyph_id + 1; i <= resolved_glyph_id; ++i) in AssembleGlyphAndLocaTables()218 last_glyph_id = resolved_glyph_id + 1; in AssembleGlyphAndLocaTables()222 for (int32_t i = last_glyph_id + 1; i <= num_loca_glyphs; ++i) in AssembleGlyphAndLocaTables()
245 int32_t last_glyph_id = 0; in SetupGlyfBuilders() local267 for (int32_t j = last_glyph_id + 1; j <= *i; ++j) { in SetupGlyfBuilders()272 last_glyph_id = *i; in SetupGlyfBuilders()274 for (int32_t j = last_glyph_id + 1; j <= loca_table->num_glyphs(); ++j) { in SetupGlyfBuilders()325 int32_t last_glyph_id = (*index_builders)[j]->last_glyph_index(); in InitializeBitmapBuilder() local326 if (!HasOverlap(first_glyph_id, last_glyph_id, glyph_ids)) { in InitializeBitmapBuilder()336 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);