Searched refs:table_index (Results 1 – 4 of 4) sorted by relevance
308 Int32 table_index; in tns_decode_coef() local333 table_index = coef_offset + *(pLPC++); in tns_decode_coef()336 sin_result = *(pTnsTable + table_index); in tns_decode_coef()
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()
703 FT_UInt table_index,
3389 FT_UInt table_index, in FT_Sfnt_Table_Info() argument3403 return service->table_info( face, table_index, tag, length ); in FT_Sfnt_Table_Info()