Searched refs:resolved_glyph_id (Results 1 – 1 of 1) sorted by relevance
184 int32_t resolved_glyph_id = it->glyph_id(); in AssembleGlyphAndLocaTables() local190 int32_t length = loca_table->GlyphLength(resolved_glyph_id); in AssembleGlyphAndLocaTables()191 int32_t offset = loca_table->GlyphOffset(resolved_glyph_id); in AssembleGlyphAndLocaTables()215 static_cast<size_t>(resolved_glyph_id + 2))); in AssembleGlyphAndLocaTables()216 for (int32_t i = last_glyph_id + 1; i <= resolved_glyph_id; ++i) in AssembleGlyphAndLocaTables()219 loca_list[resolved_glyph_id + 1] = last_offset; in AssembleGlyphAndLocaTables()220 last_glyph_id = resolved_glyph_id + 1; in AssembleGlyphAndLocaTables()