Searched refs:table_index (Results 1 – 3 of 3) sorted by relevance
241 int64_t table_index = -1, old_table_index; in update_refcount() local259 old_table_index = table_index; in update_refcount()260 table_index = cluster_index >> (s->cluster_bits - REFCOUNT_SHIFT); in update_refcount()261 if ((old_table_index >= 0) && (table_index != old_table_index)) { in update_refcount()
706 FT_UInt table_index,
3574 FT_UInt table_index, in FT_Sfnt_Table_Info() argument3589 return service->table_info( face, table_index, tag, &offset, length ); in FT_Sfnt_Table_Info()