Home
last modified time | relevance | path

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

/reactos/dll/win32/usp10/
H A Dopentype.c1154 const GSUB_ContextSubstFormat2 *csf2; in GSUB_apply_ContextSubst() local
1158 csf2 = (const GSUB_ContextSubstFormat2*)csf1; in GSUB_apply_ContextSubst()
1160 offset = GET_BE_WORD(csf2->Coverage); in GSUB_apply_ContextSubst()
1161 index = GSUB_is_glyph_covered((const BYTE*)csf2+offset, glyphs[glyph_index]); in GSUB_apply_ContextSubst()
1168 offset = GET_BE_WORD(csf2->ClassDef); in GSUB_apply_ContextSubst()
1169 glyph_class_table = (const BYTE *)csf2 + offset; in GSUB_apply_ContextSubst()
1173 offset = GET_BE_WORD(csf2->SubClassSet[class]); in GSUB_apply_ContextSubst()
1179 scs = (const GSUB_SubClassSet*)((const BYTE*)csf2+offset); in GSUB_apply_ContextSubst()