Home
last modified time | relevance | path

Searched refs:glyph_table_builder (Results 1 – 3 of 3) sorted by relevance

/external/sfntly/cpp/src/sfntly/tools/subsetter/
Dglyph_table_subsetter.cc55 GlyphTableBuilderPtr glyph_table_builder = in Subset() local
61 if (glyph_table_builder == NULL || loca_table_builder == NULL) { in Subset()
68 glyph_table_builder->GlyphBuilders(); in Subset()
81 glyph_builder.Attach(glyph_table_builder->GlyphBuilder(copy_data)); in Subset()
85 glyph_table_builder->GenerateLocaList(&loca_list); in Subset()
/external/sfntly/cpp/src/sample/subtly/
Dfont_assembler.cc147 Ptr<GlyphTable::Builder> glyph_table_builder = in AssembleGlyphAndLocaTables() local
179 glyph_table_builder->GlyphBuilders(); in AssembleGlyphAndLocaTables()
208 glyph_builder.Attach(glyph_table_builder->GlyphBuilder(copy_data)); in AssembleGlyphAndLocaTables()
/external/sfntly/cpp/src/sample/chromium/
Dsubsetter_impl.cc234 GlyphTableBuilderPtr glyph_table_builder = in SetupGlyfBuilders() local
238 if (glyph_table_builder == NULL || loca_table_builder == NULL) { in SetupGlyfBuilders()
250 glyph_table_builder->GlyphBuilders(); in SetupGlyfBuilders()
265 glyph_builder.Attach(glyph_table_builder->GlyphBuilder(copy_data)); in SetupGlyfBuilders()