Home
last modified time | relevance | path

Searched refs:TableSubsetterImpl (Results 1 – 4 of 4) sorted by relevance

/external/sfntly/cpp/src/sfntly/tools/subsetter/
Dtable_subsetter_impl.cc21 TableSubsetterImpl::TableSubsetterImpl(const int32_t* tags, in TableSubsetterImpl() function in sfntly::TableSubsetterImpl
28 TableSubsetterImpl::~TableSubsetterImpl() {} in ~TableSubsetterImpl()
30 bool TableSubsetterImpl::TagHandled(int32_t tag) { in TagHandled()
34 IntegerSet* TableSubsetterImpl::TagsHandled() { in TagsHandled()
Dtable_subsetter_impl.h24 class TableSubsetterImpl : public TableSubsetter {
26 TableSubsetterImpl(const int32_t* tags, size_t tags_length);
27 virtual ~TableSubsetterImpl();
Dglyph_table_subsetter.h24 class GlyphTableSubsetter : public TableSubsetterImpl,
Dglyph_table_subsetter.cc30 : TableSubsetterImpl(kGlyphTableSubsetterTags, 2) { in GlyphTableSubsetter()