HomeSort by relevance Sort by last modified time
    Searched refs:last_glyph_id (Results 1 - 4 of 4) sorted by null

  /external/sfntly/cpp/src/sample/subtly/
font_assembler.cc 176 int32_t last_glyph_id = 0; local
214 for (int32_t i = last_glyph_id + 1; i <= resolved_glyph_id; ++i)
218 last_glyph_id = resolved_glyph_id + 1;
222 for (int32_t i = last_glyph_id + 1; i <= num_loca_glyphs; ++i)
  /external/sfntly/cpp/src/sfntly/table/bitmap/
index_sub_table.cc 86 int32_t last_glyph_id) {
87 if (glyph_id < first_glyph_id || glyph_id > last_glyph_id) {
index_sub_table.h 160 int32_t last_glyph_id);
  /external/sfntly/cpp/src/sample/chromium/
subsetter_impl.cc 245 int32_t last_glyph_id = 0; local
267 for (int32_t j = last_glyph_id + 1; j <= *i; ++j) {
272 last_glyph_id = *i;
274 for (int32_t j = last_glyph_id + 1; j <= loca_table->num_glyphs(); ++j) {
325 int32_t last_glyph_id = (*index_builders)[j]->last_glyph_index(); local
326 if (!HasOverlap(first_glyph_id, last_glyph_id, glyph_ids)) {
336 if (*gid > last_glyph_id) {

Completed in 314 milliseconds