HomeSort by relevance Sort by last modified time
    Searched refs:table_index_ (Results 1 - 3 of 3) sorted by null

  /external/sfntly/cpp/src/sfntly/table/core/
cmap_table.cc 157 : table_index_(0), filter_(filter), table_(table) {
162 if (table_index_ < table_->NumCMaps()) {
168 for (; table_index_ < table_->NumCMaps(); ++table_index_) {
169 if (filter_->accept(table_->GetCMapId(table_index_))) {
185 next_cmap.Attach(table_->GetCMap(table_index_++));
    [all...]
cmap_table.h 546 int32_t table_index_; member in class:sfntly::CMapTable::CMapIterator
  /external/harfbuzz_ng/src/
hb-ot-layout-gsubgpos-private.hh 297 hb_apply_context_t (unsigned int table_index_,
300 table_index (table_index_),
    [all...]

Completed in 79 milliseconds