Home
last modified time | relevance | path

Searched refs:last_glyph_id (Results 1 – 4 of 4) sorted by relevance

/external/sfntly/cpp/src/sample/subtly/
Dfont_assembler.cc176 int32_t last_glyph_id = 0; in AssembleGlyphAndLocaTables() local
216 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()
/external/sfntly/cpp/src/sample/chromium/
Dsubsetter_impl.cc247 int32_t last_glyph_id = 0; in SetupGlyfBuilders() local
269 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() local
328 if (!HasOverlap(first_glyph_id, last_glyph_id, glyph_ids)) { in InitializeBitmapBuilder()
338 if (*gid > last_glyph_id) { in InitializeBitmapBuilder()
/external/sfntly/cpp/src/sfntly/table/bitmap/
Dindex_sub_table.cc86 int32_t last_glyph_id) { in CheckGlyphRange() argument
87 if (glyph_id < first_glyph_id || glyph_id > last_glyph_id) { in CheckGlyphRange()
Dindex_sub_table.h160 int32_t last_glyph_id);