Searched refs:LookupCount (Results 1 – 5 of 5) sorted by relevance
387 FT_UInt LookupCount; in otv_LookupList_validate() local393 LookupCount = FT_NEXT_USHORT( p ); in otv_LookupList_validate()395 OTV_TRACE(( " (LookupCount = %d)\n", LookupCount )); in otv_LookupList_validate()397 OTV_LIMIT_CHECK( LookupCount * 2 ); in otv_LookupList_validate()399 otvalid->lookup_count = LookupCount; in otv_LookupList_validate()402 for ( ; LookupCount > 0; LookupCount-- ) in otv_LookupList_validate()431 FT_UInt LookupCount; in otv_Feature_validate() local438 LookupCount = FT_NEXT_USHORT( p ); in otv_Feature_validate()440 OTV_TRACE(( " (LookupCount = %d)\n", LookupCount )); in otv_Feature_validate()442 OTV_LIMIT_CHECK( LookupCount * 2 ); in otv_Feature_validate()[all …]
119 for (int i = 0; i < Feature->LookupCount; i++) { in GetVerticalGlyphSub()121 if (index < 0 || LookupList.LookupCount < index) { in GetVerticalGlyphSub()260 rec->LookupCount = GetUInt16(sp); in ParseFeature()261 if (rec->LookupCount <= 0) { in ParseFeature()264 rec->LookupListIndex = new uint16_t[rec->LookupCount]; in ParseFeature()265 for (i = 0; i < rec->LookupCount; i++) { in ParseFeature()272 rec->LookupCount = GetUInt16(sp); in ParseLookupList()273 if (rec->LookupCount <= 0) { in ParseLookupList()276 rec->Lookup = new struct TLookup[rec->LookupCount]; in ParseLookupList()277 for (i = 0; i < rec->LookupCount; i++) { in ParseLookupList()
103 int LookupCount; member105 TFeature() : FeatureParams(0), LookupCount(0), LookupListIndex(NULL) {} in TFeature()292 int LookupCount; member294 TLookupList() : LookupCount(0), Lookup(NULL) {} in TLookupList()
470 f.LookupCount = 0488 table.table.LookupList.LookupCount += 1491 feature.Feature.LookupCount += 1
864 if i < self.LookupCount]865 self.LookupCount = len(self.Lookup)875 for i in recurse if i < self.LookupCount), [])877 if l not in lookup_indices and l < self.LookupCount]891 self.LookupCount = len(self.LookupListIndex)892 return self.LookupCount or self.FeatureParams990 if i >= self.table.LookupList.LookupCount: continue