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

  /external/sfntly/cpp/src/sfntly/tools/subsetter/
glyph_table_subsetter.cc 58 LocaTableBuilderPtr loca_table_builder = local
61 if (glyph_table_builder == NULL || loca_table_builder == NULL) {
86 loca_table_builder->SetLocaList(&loca_list);
  /external/sfntly/cpp/src/sample/subtly/
font_assembler.cc 144 Ptr<LocaTable::Builder> loca_table_builder = local
224 loca_table_builder->SetLocaList(&loca_list);
  /external/sfntly/cpp/src/sfntly/
font.cc 429 LocaTableBuilderPtr loca_table_builder; local
431 loca_table_builder = down_cast<LocaTable::Builder*>(raw_loca_builder);
462 if (loca_table_builder != NULL) {
464 loca_table_builder->SetNumGlyphs(max_profile_builder->NumGlyphs());
467 loca_table_builder->set_format_version(
  /external/sfntly/cpp/src/sample/chromium/
subsetter_impl.cc 234 LocaTableBuilderPtr loca_table_builder = local
236 if (glyph_table_builder == NULL || loca_table_builder == NULL) {
277 loca_table_builder->SetLocaList(&loca_list);

Completed in 53 milliseconds