Home | History | Annotate | Download | only in hb-old

Lines Matching refs:Substitute

211     ss->ssf.ssf2.Substitute = NULL;
213 if ( ALLOC_ARRAY( ss->ssf.ssf2.Substitute, count, HB_UShort ) )
216 s = ss->ssf.ssf2.Substitute;
253 FREE( ss->ssf.ssf2.Substitute );
299 value = ss->ssf.ssf2.Substitute[index];
341 s->Substitute = NULL;
345 if ( ALLOC_ARRAY( s->Substitute, count, HB_UShort ) )
348 sub = s->Substitute;
368 FREE( s->Substitute );
498 s = ms->Sequence[index].Substitute;
3566 rccs->Substitute = NULL;
3570 if ( ALLOC_ARRAY( rccs->Substitute, count,
3574 sub = rccs->Substitute;
3638 FREE ( rccs->Substitute );
3724 IN_CURGLYPH() = rccs->Substitute[input_index];