Searched defs:glyph_table (Results 1 - 2 of 2) sorted by relevance

/external/sfntly/cpp/src/sample/subtly/
H A Dfont_assembler.cc29 #include "sfntly/table/truetype/glyph_table.h"
194 Ptr<GlyphTable> glyph_table = local
198 glyph.Attach(glyph_table->GetGlyph(offset, length));
/external/sfntly/cpp/src/sample/chromium/
H A Dsubsetter_impl.cc160 bool ResolveCompositeGlyphs(GlyphTable* glyph_table, argument
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_tabl
224 SetupGlyfBuilders(Font::Builder* font_builder, GlyphTable* glyph_table, LocaTable* loca_table, const IntegerSet& glyph_ids) argument
[all...]

Completed in 1332 milliseconds