Searched refs:TableSubsetterImpl (Results 1 – 4 of 4) sorted by relevance
21 TableSubsetterImpl::TableSubsetterImpl(const int32_t* tags, in TableSubsetterImpl() function in sfntly::TableSubsetterImpl28 TableSubsetterImpl::~TableSubsetterImpl() {} in ~TableSubsetterImpl()30 bool TableSubsetterImpl::TagHandled(int32_t tag) { in TagHandled()34 IntegerSet* TableSubsetterImpl::TagsHandled() { in TagsHandled()
24 class TableSubsetterImpl : public TableSubsetter {26 TableSubsetterImpl(const int32_t* tags, size_t tags_length);27 virtual ~TableSubsetterImpl();
24 class GlyphTableSubsetter : public TableSubsetterImpl,
30 : TableSubsetterImpl(kGlyphTableSubsetterTags, 2) { in GlyphTableSubsetter()