Searched refs:FeatureList (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/freetype/src/otvalid/ |
A D | otvgsub.c | 553 FT_UInt ScriptList, FeatureList, LookupList; in otv_GSUB_validate() local 567 FeatureList = FT_NEXT_USHORT( p ); in otv_GSUB_validate() 576 otv_FeatureList_validate( table + FeatureList, table + LookupList, in otv_GSUB_validate() 578 otv_ScriptList_validate( table + ScriptList, table + FeatureList, in otv_GSUB_validate()
|
A D | otvgpos.c | 985 FT_UInt ScriptList, FeatureList, LookupList; in otv_GPOS_validate() local 999 FeatureList = FT_NEXT_USHORT( p ); in otv_GPOS_validate() 1008 otv_FeatureList_validate( table + FeatureList, table + LookupList, in otv_GPOS_validate() 1010 otv_ScriptList_validate( table + ScriptList, table + FeatureList, in otv_GPOS_validate()
|
Completed in 7 milliseconds