Home
last modified time | relevance | path

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

/reactos/dll/win32/usp10/
H A Dopentype.c1018 const GSUB_LigatureSubstFormat1 *lsf1; in GSUB_apply_LigatureSubst() local
1021 lsf1 = (const GSUB_LigatureSubstFormat1*)GSUB_get_subtable(look, j); in GSUB_apply_LigatureSubst()
1022 offset = GET_BE_WORD(lsf1->Coverage); in GSUB_apply_LigatureSubst()
1023 index = GSUB_is_glyph_covered((const BYTE*)lsf1+offset, glyphs[glyph_index]); in GSUB_apply_LigatureSubst()
1030 offset = GET_BE_WORD(lsf1->LigatureSet[index]); in GSUB_apply_LigatureSubst()
1031 ls = (const GSUB_LigatureSet*)((const BYTE*)lsf1+offset); in GSUB_apply_LigatureSubst()