Searched refs:glyph_table (Results 1 – 5 of 5) sorted by relevance
/external/sfntly/cpp/src/sfntly/tools/subsetter/ |
D | glyph_table_subsetter.cc | 46 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/ |
D | subsetter_impl.cc | 201 bool ResolveCompositeGlyphs(GlyphTable* glyph_table, in ResolveCompositeGlyphs() argument 206 if (glyph_table == NULL || loca_table == NULL || in ResolveCompositeGlyphs() 237 glyph.Attach(glyph_table->GetGlyph(offset, length)); in ResolveCompositeGlyphs() 266 GlyphTable* glyph_table, in SetupGlyfBuilders() argument 269 if (!font_builder || !glyph_table || !loca_table) { in SetupGlyfBuilders() 296 glyph.Attach(glyph_table->GetGlyph(offset, length)); in SetupGlyfBuilders() 706 GlyphTablePtr glyph_table = in SubsetFont() local 709 if (glyph_table == NULL || loca_table == NULL) { in SubsetFont() 715 if (!ResolveCompositeGlyphs(glyph_table, loca_table, in SubsetFont() 722 new_font.Attach(Subset(glyph_id_processed, glyph_table, loca_table)); in SubsetFont()
|
/external/sfntly/cpp/src/sample/subtly/ |
D | font_assembler.cc | 194 Ptr<GlyphTable> glyph_table = in AssembleGlyphAndLocaTables() local 198 glyph.Attach(glyph_table->GetGlyph(offset, length)); in AssembleGlyphAndLocaTables()
|
/external/skia/third_party/sfntly/ |
D | BUILD.gn | 71 "$_src/sfntly/table/truetype/glyph_table.cc",
|
/external/skqp/third_party/sfntly/ |
D | BUILD.gn | 66 "../externals/sfntly/cpp/src/sfntly/table/truetype/glyph_table.cc",
|