Home
last modified time | relevance | path

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

/dports/print/fontforge/fontforge-20201107/fontforge/
H A Dtottfaat.c1068 OTLookup **subslookups=NULL; in morx_dumpASM() local
1106 subslookups = NULL; subsins = NULL; in morx_dumpASM()
1108 subslookups = malloc(2*sm->state_cnt*sm->class_cnt*sizeof(OTLookup*)); in morx_dumpASM()
1114 if ( subslookups[i]==this->u.context.mark_lookup ) in morx_dumpASM()
1117 subslookups[stcnt++] = this->u.context.mark_lookup; in morx_dumpASM()
1122 if ( subslookups[i]==this->u.context.cur_lookup ) in morx_dumpASM()
1125 subslookups[stcnt++] = this->u.context.cur_lookup; in morx_dumpASM()
1300 morx_dumpnestedsubs(temp,sf,subslookups[i],&at->gi); in morx_dumpASM()
1302 free(subslookups); in morx_dumpASM()