OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:table_blacklist
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/sfntly/cpp/src/sample/subtly/
subsetter.cc
58
IntegerSet*
table_blacklist
= new IntegerSet;
local
59
table_blacklist
->insert(Tag::DSIG);
61
table_blacklist
);
64
delete
table_blacklist
;
font_assembler.h
39
//
table_blacklist
is used to decide which tables to exclude from the
41
FontAssembler(FontInfo* font_info, sfntly::IntegerSet*
table_blacklist
);
48
sfntly::IntegerSet*
table_blacklist
() const { return table_blacklist_; }
function in class:subtly::FontAssembler
49
void set_table_blacklist(sfntly::IntegerSet*
table_blacklist
) {
50
table_blacklist_ =
table_blacklist
;
/external/sfntly/cpp/src/sample/subtly/
subsetter.cc
58
IntegerSet*
table_blacklist
= new IntegerSet;
local
59
table_blacklist
->insert(Tag::DSIG);
61
table_blacklist
);
64
delete
table_blacklist
;
font_assembler.h
39
//
table_blacklist
is used to decide which tables to exclude from the
41
FontAssembler(FontInfo* font_info, sfntly::IntegerSet*
table_blacklist
);
48
sfntly::IntegerSet*
table_blacklist
() const { return table_blacklist_; }
function in class:subtly::FontAssembler
49
void set_table_blacklist(sfntly::IntegerSet*
table_blacklist
) {
50
table_blacklist_ =
table_blacklist
;
Completed in 28 milliseconds