HomeSort by relevance Sort by last modified time
    Searched refs:ssf2 (Results 1 - 5 of 5) sorted by null

  /external/harfbuzz/src/
harfbuzz-gsub-private.h 67 HB_SingleSubstFormat2 ssf2; member in union:HB_SingleSubst_::__anon20347
harfbuzz-dump.c 301 DUMP_FINT (&SingleSubst->ssf.ssf2, GlyphCount);
302 for (i=0; i < SingleSubst->ssf.ssf2.GlyphCount; i++)
303 DUMP2("<Substitute>%#06x</Substitute> <!-- %d -->\n", SingleSubst->ssf.ssf2.Substitute[i], i);
harfbuzz-gsub.c 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];
    [all...]
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-gsub-private.h 67 HB_SingleSubstFormat2 ssf2; member in union:HB_SingleSubst_::__anon20408
harfbuzz-gsub.c 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];
    [all...]

Completed in 39 milliseconds