Home
last modified time | relevance | path

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

/external/harfbuzz/src/
Dharfbuzz-dump.c301 DUMP_FINT (&SingleSubst->ssf.ssf2, GlyphCount); in Dump_GSUB_Lookup_Single()
302 for (i=0; i < SingleSubst->ssf.ssf2.GlyphCount; i++) in Dump_GSUB_Lookup_Single()
303 DUMP2("<Substitute>%#06x</Substitute> <!-- %d -->\n", SingleSubst->ssf.ssf2.Substitute[i], i); in Dump_GSUB_Lookup_Single()
Dharfbuzz-gsub-private.h67 HB_SingleSubstFormat2 ssf2; member
Dharfbuzz-gsub.c207 count = ss->ssf.ssf2.GlyphCount = GET_UShort(); in Load_SingleSubst()
211 ss->ssf.ssf2.Substitute = NULL; in Load_SingleSubst()
213 if ( ALLOC_ARRAY( ss->ssf.ssf2.Substitute, count, HB_UShort ) ) in Load_SingleSubst()
216 s = ss->ssf.ssf2.Substitute; in Load_SingleSubst()
253 FREE( ss->ssf.ssf2.Substitute ); in Free_SingleSubst()
297 if ( index >= ss->ssf.ssf2.GlyphCount ) in Lookup_SingleSubst()
299 value = ss->ssf.ssf2.Substitute[index]; in Lookup_SingleSubst()
/external/harfbuzz_ng/src/hb-old/
Dharfbuzz-gsub-private.h67 HB_SingleSubstFormat2 ssf2; member
Dharfbuzz-gsub.c207 count = ss->ssf.ssf2.GlyphCount = GET_UShort(); in Load_SingleSubst()
211 ss->ssf.ssf2.Substitute = NULL; in Load_SingleSubst()
213 if ( ALLOC_ARRAY( ss->ssf.ssf2.Substitute, count, HB_UShort ) ) in Load_SingleSubst()
216 s = ss->ssf.ssf2.Substitute; in Load_SingleSubst()
253 FREE( ss->ssf.ssf2.Substitute ); in Free_SingleSubst()
297 if ( index >= ss->ssf.ssf2.GlyphCount ) in Lookup_SingleSubst()
299 value = ss->ssf.ssf2.Substitute[index]; in Lookup_SingleSubst()