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

  /external/sfntly/cpp/src/sfntly/tools/subsetter/
glyph_table_subsetter.cc 19 #include "sfntly/table/truetype/glyph_table.h"
46 GlyphTablePtr glyph_table = down_cast<GlyphTable*>(font->GetTable(Tag::glyf));
48 if (glyph_table == NULL || loca_table == NULL) {
75 glyph.Attach(glyph_table->GetGlyph(old_offset, old_length));
  /external/sfntly/cpp/src/sample/chromium/
subsetter_impl.cc 162 bool ResolveCompositeGlyphs(GlyphTable* glyph_table,
167 if (glyph_table == NULL || loca_table == NULL ||
198 glyph.Attach(glyph_table->GetGlyph(offset, length));
227 GlyphTable* glyph_table,
230 if (!font_builder || !glyph_table || !loca_table) {
257 glyph.Attach(glyph_table->GetGlyph(offset, length));
666 GlyphTablePtr glyph_table = local
669 if (glyph_table == NULL || loca_table == NULL) {
675 if (!ResolveCompositeGlyphs(glyph_table, loca_table,
682 new_font.Attach(Subset(glyph_id_processed, glyph_table, loca_table))
    [all...]
  /external/sfntly/cpp/src/sample/subtly/
font_assembler.cc 29 #include "sfntly/table/truetype/glyph_table.h"
194 Ptr<GlyphTable> glyph_table = local
198 glyph.Attach(glyph_table->GetGlyph(offset, length));

Completed in 458 milliseconds