HomeSort by relevance Sort by last modified time
    Searched refs:glyph_table (Results 1 - 4 of 4) 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 160 bool ResolveCompositeGlyphs(GlyphTable* glyph_table,
165 if (glyph_table == NULL || loca_table == NULL ||
196 glyph.Attach(glyph_table->GetGlyph(offset, length));
225 GlyphTable* glyph_table,
228 if (!font_builder || !glyph_table || !loca_table) {
255 glyph.Attach(glyph_table->GetGlyph(offset, length));
646 GlyphTablePtr glyph_table = local
649 if (glyph_table == NULL || loca_table == NULL) {
655 if (!ResolveCompositeGlyphs(glyph_table, loca_table,
662 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));
  /external/sfntly/
Android.mk 65 cpp/src/sfntly/table/truetype/glyph_table.cc \

Completed in 37 milliseconds