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

  /external/chromium_org/third_party/sfntly/cpp/src/sample/subtly/
font_assembler.cc 183 // Get the glyph for this resolved_glyph_id.
184 int32_t resolved_glyph_id = it->glyph_id(); local
190 int32_t length = loca_table->GlyphLength(resolved_glyph_id);
191 int32_t offset = loca_table->GlyphOffset(resolved_glyph_id);
212 // current resolved_glyph_id, since the LOCA table needs to have the same
214 for (int32_t i = last_glyph_id + 1; i <= resolved_glyph_id; ++i)
217 loca_list[resolved_glyph_id + 1] = last_offset;
218 last_glyph_id = resolved_glyph_id + 1;
  /external/sfntly/cpp/src/sample/subtly/
font_assembler.cc 183 // Get the glyph for this resolved_glyph_id.
184 int32_t resolved_glyph_id = it->glyph_id(); local
190 int32_t length = loca_table->GlyphLength(resolved_glyph_id);
191 int32_t offset = loca_table->GlyphOffset(resolved_glyph_id);
212 // current resolved_glyph_id, since the LOCA table needs to have the same
214 for (int32_t i = last_glyph_id + 1; i <= resolved_glyph_id; ++i)
217 loca_list[resolved_glyph_id + 1] = last_offset;
218 last_glyph_id = resolved_glyph_id + 1;

Completed in 28 milliseconds