OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TableSubsetterImpl
(Results
1 - 4
of
4
) sorted by null
/external/sfntly/cpp/src/sfntly/tools/subsetter/
table_subsetter_impl.cc
21
TableSubsetterImpl
::
TableSubsetterImpl
(const int32_t* tags,
28
TableSubsetterImpl
::~
TableSubsetterImpl
() {}
30
bool
TableSubsetterImpl
::TagHandled(int32_t tag) {
34
IntegerSet*
TableSubsetterImpl
::TagsHandled() {
table_subsetter_impl.h
24
class
TableSubsetterImpl
: public TableSubsetter {
26
TableSubsetterImpl
(const int32_t* tags, size_t tags_length);
27
virtual ~
TableSubsetterImpl
();
glyph_table_subsetter.h
24
class GlyphTableSubsetter : public
TableSubsetterImpl
,
glyph_table_subsetter.cc
30
:
TableSubsetterImpl
(kGlyphTableSubsetterTags, 2) {
Completed in 443 milliseconds