Home
last modified time | relevance | path

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

/reactos/dll/win32/usp10/
H A Dopentype.c904 const GSUB_SingleSubstFormat2 *ssf2; in GSUB_apply_SingleSubst() local
908 ssf2 = (const GSUB_SingleSubstFormat2 *)ssf1; in GSUB_apply_SingleSubst()
910 TRACE(" subtype 2, glyph count %i\n", GET_BE_WORD(ssf2->GlyphCount)); in GSUB_apply_SingleSubst()
911 index = GSUB_is_glyph_covered((const BYTE*)ssf2+offset, glyphs[glyph_index]); in GSUB_apply_SingleSubst()
915 if (glyphs[glyph_index] == GET_BE_WORD(ssf2->Substitute[index])) in GSUB_apply_SingleSubst()
919 glyphs[glyph_index] = GET_BE_WORD(ssf2->Substitute[index]); in GSUB_apply_SingleSubst()