Searched refs:FeatureCount (Results 1 – 5 of 5) sorted by relevance
83 ->LangSys.FeatureCount; in GetVerticalGlyph()99 for (int i = 0; i < FeatureList.FeatureCount; i++) { in GetVerticalGlyph()232 rec->FeatureCount = GetUInt16(sp); in ParseLangSys()233 if (rec->FeatureCount <= 0) { in ParseLangSys()236 rec->FeatureIndex = new uint16_t[rec->FeatureCount]; in ParseLangSys()237 FXSYS_memset(rec->FeatureIndex, 0, sizeof(uint16_t) * rec->FeatureCount); in ParseLangSys()238 for (int i = 0; i < rec->FeatureCount; ++i) { in ParseLangSys()245 rec->FeatureCount = GetUInt16(sp); in ParseFeatureList()246 if (rec->FeatureCount <= 0) { in ParseFeatureList()249 rec->FeatureRecord = new struct TFeatureRecord[rec->FeatureCount]; in ParseFeatureList()[all …]
49 uint16_t FeatureCount; member54 FeatureCount(0), in TLangSys()122 int FeatureCount; member124 TFeatureList() : FeatureCount(0), FeatureRecord(NULL) {} in TFeatureList()
468 FT_UInt FeatureCount; in otv_FeatureList_validate() local474 FeatureCount = FT_NEXT_USHORT( p ); in otv_FeatureList_validate()476 OTV_TRACE(( " (FeatureCount = %d)\n", FeatureCount )); in otv_FeatureList_validate()478 OTV_LIMIT_CHECK( FeatureCount * 2 ); in otv_FeatureList_validate()483 for ( ; FeatureCount > 0; FeatureCount-- ) in otv_FeatureList_validate()512 FT_UInt FeatureCount; in otv_LangSys_validate() local520 FeatureCount = FT_NEXT_USHORT( p ); in otv_LangSys_validate()523 OTV_TRACE(( " (FeatureCount = %d)\n", FeatureCount )); in otv_LangSys_validate()528 OTV_LIMIT_CHECK( FeatureCount * 2 ); in otv_LangSys_validate()531 for ( ; FeatureCount > 0; FeatureCount-- ) in otv_LangSys_validate()
915 if i < self.FeatureCount), []))921 self.FeatureCount = len(self.FeatureRecord)922 return bool(self.FeatureCount)935 self.FeatureCount = len(self.FeatureIndex)936 return bool(self.FeatureCount or self.ReqFeatureIndex != 65535)
476 table.table.FeatureList.FeatureCount += 1