Home
last modified time | relevance | path

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

/reactos/dll/win32/usp10/
H A Dopentype.c1037 int CompCount,l,CompIndex; in GSUB_apply_LigatureSubst() local
1042 CompIndex = glyph_index+write_dir; in GSUB_apply_LigatureSubst()
1043 for (l = 0; l < CompCount && CompIndex >= 0 && CompIndex < *glyph_count; l++) in GSUB_apply_LigatureSubst()
1047 if (CompGlyph != glyphs[CompIndex]) in GSUB_apply_LigatureSubst()
1049 CompIndex += write_dir; in GSUB_apply_LigatureSubst()