Home | History | Annotate | Download | only in src

Lines Matching refs:ssf2

207     count = ss->ssf.ssf2.GlyphCount = GET_UShort();
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 );
297 if ( index >= ss->ssf.ssf2.GlyphCount )
299 value = ss->ssf.ssf2.Substitute[index];