Home
last modified time | relevance | path

Searched refs:glyph_table (Results 1 – 4 of 4) sorted by relevance

/external/sfntly/cpp/src/sfntly/tools/subsetter/
Dglyph_table_subsetter.cc46 GlyphTablePtr glyph_table = down_cast<GlyphTable*>(font->GetTable(Tag::glyf)); in Subset() local
48 if (glyph_table == NULL || loca_table == NULL) { in Subset()
75 glyph.Attach(glyph_table->GetGlyph(old_offset, old_length)); in Subset()
/external/sfntly/cpp/src/sample/chromium/
Dsubsetter_impl.cc160 bool ResolveCompositeGlyphs(GlyphTable* glyph_table, in ResolveCompositeGlyphs() argument
165 if (glyph_table == NULL || loca_table == NULL || in ResolveCompositeGlyphs()
196 glyph.Attach(glyph_table->GetGlyph(offset, length)); in ResolveCompositeGlyphs()
225 GlyphTable* glyph_table, in SetupGlyfBuilders() argument
228 if (!font_builder || !glyph_table || !loca_table) { in SetupGlyfBuilders()
255 glyph.Attach(glyph_table->GetGlyph(offset, length)); in SetupGlyfBuilders()
646 GlyphTablePtr glyph_table = in SubsetFont() local
649 if (glyph_table == NULL || loca_table == NULL) { in SubsetFont()
655 if (!ResolveCompositeGlyphs(glyph_table, loca_table, in SubsetFont()
662 new_font.Attach(Subset(glyph_id_processed, glyph_table, loca_table)); in SubsetFont()
/external/sfntly/cpp/src/sample/subtly/
Dfont_assembler.cc194 Ptr<GlyphTable> glyph_table = in AssembleGlyphAndLocaTables() local
198 glyph.Attach(glyph_table->GetGlyph(offset, length)); in AssembleGlyphAndLocaTables()
/external/sfntly/
DAndroid.mk66 cpp/src/sfntly/table/truetype/glyph_table.cc \