HomeSort by relevance Sort by last modified time
    Searched refs:glyph_table_builder (Results 1 - 3 of 3) sorted by null

  /external/sfntly/cpp/src/sfntly/tools/subsetter/
glyph_table_subsetter.cc 55 GlyphTableBuilderPtr glyph_table_builder = local
61 if (glyph_table_builder == NULL || loca_table_builder == NULL) {
68 glyph_table_builder->GlyphBuilders();
81 glyph_builder.Attach(glyph_table_builder->GlyphBuilder(copy_data));
85 glyph_table_builder->GenerateLocaList(&loca_list);
  /external/sfntly/cpp/src/sample/subtly/
font_assembler.cc 147 Ptr<GlyphTable::Builder> glyph_table_builder = local
179 glyph_table_builder->GlyphBuilders();
201 // added to the glyph_builders belonging to the glyph_table_builder.
208 glyph_builder.Attach(glyph_table_builder->GlyphBuilder(copy_data));
  /external/sfntly/cpp/src/sample/chromium/
subsetter_impl.cc 234 GlyphTableBuilderPtr glyph_table_builder = local
238 if (glyph_table_builder == NULL || loca_table_builder == NULL) {
250 glyph_table_builder->GlyphBuilders();
265 glyph_builder.Attach(glyph_table_builder->GlyphBuilder(copy_data));

Completed in 199 milliseconds