Searched refs:LookupCount (Results 1 – 7 of 7) sorted by relevance
400 FT_UInt LookupCount; in otv_LookupList_validate() local406 LookupCount = FT_NEXT_USHORT( p ); in otv_LookupList_validate()408 OTV_TRACE(( " (LookupCount = %d)\n", LookupCount )); in otv_LookupList_validate()410 OTV_LIMIT_CHECK( LookupCount * 2 ); in otv_LookupList_validate()412 otvalid->lookup_count = LookupCount; in otv_LookupList_validate()415 for ( ; LookupCount > 0; LookupCount-- ) in otv_LookupList_validate()444 FT_UInt LookupCount; in otv_Feature_validate() local451 LookupCount = FT_NEXT_USHORT( p ); in otv_Feature_validate()453 OTV_TRACE(( " (LookupCount = %d)\n", LookupCount )); in otv_Feature_validate()455 OTV_LIMIT_CHECK( LookupCount * 2 ); in otv_Feature_validate()[all …]
481 self.LookupCount = len(self.LookupListIndex)661 f.LookupCount = 0683 table.table.LookupList.LookupCount = 0685 table.table.LookupList.LookupCount += 1688 feature.Feature.LookupCount += 11164 t.table.LookupList.LookupCount = len(t.table.LookupList.Lookup)
164 ++LookupCount; in updateLookupCount()166 CounterType getLookupCount() const { return LookupCount; } in getLookupCount()184 CounterType LookupCount = 0; variable
407 gsub.LookupList.LookupCount = len(gsub.LookupList.Lookup)
1233 if i < self.LookupCount]1234 self.LookupCount = len(self.Lookup)1251 for i in recurse if i < self.LookupCount), [])1253 if l not in lookup_indices and l < self.LookupCount]1268 self.LookupCount = len(self.LookupListIndex)1269 return self.LookupCount or self.FeatureParams1442 if i >= self.table.LookupList.LookupCount: continue
204 or table.LookupList.LookupCount > 0875 frec.Feature.LookupCount = len(lookup_indices)915 table.LookupList.LookupCount = len(table.LookupList.Lookup)
171 feature.LookupCount = len(feature.LookupListIndex)906 self.LookupList.LookupCount = len(self.LookupList.Lookup)