Searched refs:table_index_ (Results 1 – 5 of 5) sorted by relevance
122 int table_index_; member143 int table_index_; member
144 ProcessOpcode(start_byte + 1, opcode.table_index_, size); in ProcessOpcode()
157 : table_index_(0), filter_(filter), table_(table) { in CMapIterator()162 if (table_index_ < table_->NumCMaps()) { in HasNext()168 for (; table_index_ < table_->NumCMaps(); ++table_index_) { in HasNext()169 if (filter_->accept(table_->GetCMapId(table_index_))) { in HasNext()185 next_cmap.Attach(table_->GetCMap(table_index_++)); in Next()
546 int32_t table_index_;
477 hb_apply_context_t (unsigned int table_index_, in hb_apply_context_t()480 table_index (table_index_), in hb_apply_context_t()