Home
last modified time | relevance | path

Searched refs:FeatureCount (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_font/
Dttgsubtable.cpp83 ->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 …]
Dttgsubtable.h49 uint16_t FeatureCount; member
54 FeatureCount(0), in TLangSys()
122 int FeatureCount; member
124 TFeatureList() : FeatureCount(0), FeatureRecord(NULL) {} in TFeatureList()
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/otvalid/
Dotvcommn.c468 FT_UInt FeatureCount; in otv_FeatureList_validate() local
474 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() local
520 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()
/external/fonttools/Lib/fontTools/
Dsubset.py915 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)
Dmerge.py476 table.table.FeatureList.FeatureCount += 1