OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TableRecord
(Results
1 - 3
of
3
) sorted by null
/external/harfbuzz_ng/src/
hb-open-file-private.hh
54
typedef struct
TableRecord
77
inline const
TableRecord
& get_table (unsigned int i) const
79
if (unlikely (i >= numTables)) return Null(
TableRecord
);
98
inline const
TableRecord
& get_table_by_tag (hb_tag_t tag) const
109
return_trace (c->check_struct (this) && c->check_array (tables,
TableRecord
::static_size, numTables));
118
TableRecord
tables[VAR]; /*
TableRecord
entries. numTables items */
hb-directwrite.cc
158
OT::
TableRecord
&record = const_cast<OT::
TableRecord
&> (face.get_table (index));
hb-uniscribe.cc
411
OT::
TableRecord
&record = const_cast<OT::
TableRecord
&> (face.get_table (index));
Completed in 686 milliseconds