Home
last modified time | relevance | path

Searched refs:glyph_table (Results 1 – 5 of 5) 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.cc162 bool ResolveCompositeGlyphs(GlyphTable* glyph_table, in ResolveCompositeGlyphs() argument
167 if (glyph_table == NULL || loca_table == NULL || in ResolveCompositeGlyphs()
198 glyph.Attach(glyph_table->GetGlyph(offset, length)); in ResolveCompositeGlyphs()
227 GlyphTable* glyph_table, in SetupGlyfBuilders() argument
230 if (!font_builder || !glyph_table || !loca_table) { in SetupGlyfBuilders()
257 glyph.Attach(glyph_table->GetGlyph(offset, length)); in SetupGlyfBuilders()
666 GlyphTablePtr glyph_table = in SubsetFont() local
669 if (glyph_table == NULL || loca_table == NULL) { in SubsetFont()
675 if (!ResolveCompositeGlyphs(glyph_table, loca_table, in SubsetFont()
682 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.bp51 "cpp/src/sfntly/table/truetype/glyph_table.cc",
/external/skia/third_party/sfntly/
DBUILD.gn66 "../externals/sfntly/cpp/src/sfntly/table/truetype/glyph_table.cc",