Searched refs:table_index_ (Results 1 – 4 of 4) sorted by relevance
48 ChildNode() : table_index_(-1) {} in ChildNode()53 int32_t table_index_; variable
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_;
480 hb_ot_apply_context_t (unsigned int table_index_, in hb_ot_apply_context_t()496 table_index (table_index_), in hb_ot_apply_context_t()