Home
last modified time | relevance | path

Searched refs:last_glyph_id (Results 1 – 5 of 5) 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.cc286 int32_t last_glyph_id = 0; in SetupGlyfBuilders() local
308 for (int32_t j = last_glyph_id + 1; j <= *i; ++j) { in SetupGlyfBuilders()
317 last_glyph_id = *i; in SetupGlyfBuilders()
319 for (int32_t j = last_glyph_id + 1; j <= loca_table->num_glyphs(); ++j) { in SetupGlyfBuilders()
371 int32_t last_glyph_id = (*index_builders)[j]->last_glyph_index(); in InitializeBitmapBuilder() local
372 if (!HasOverlap(first_glyph_id, last_glyph_id, glyph_ids)) { in InitializeBitmapBuilder()
382 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);
/external/ImageMagick/MagickCore/
Dannotate.c1359 last_glyph_id, in RenderFreetype() local
1577 last_glyph_id=0; in RenderFreetype()
1632 if ((glyph.id != 0) && (last_glyph_id != 0)) in RenderFreetype()
1838 last_glyph_id=glyph.id; in RenderFreetype()