Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/usp10/
H A Dusp10.c982 SCRIPT_CHARPROP *charProp, *charProp2; in _test_shape_ok() local
1007 charProp = HeapAlloc(GetProcessHeap(), 0, sizeof(SCRIPT_CHARPROP) * cchString); in _test_shape_ok()
1008 memset(charProp,'a',sizeof(SCRIPT_CHARPROP) * cchString); in _test_shape_ok()
1042 else if (charProp[x].fCanGlyphAlone != charItems[x].CharProp.fCanGlyphAlone) in _test_shape_ok()
1110 winetest_ok(charProp2[x].fCanGlyphAlone == charProp[compare_idx].fCanGlyphAlone, in _test_shape_ok()
1112 x, charProp2[x].fCanGlyphAlone, charProp[compare_idx].fCanGlyphAlone); in _test_shape_ok()
1160 winetest_ok(charProp2[x].fCanGlyphAlone == charProp[compare_idx].fCanGlyphAlone, in _test_shape_ok()
1162 x, charProp2[x].fCanGlyphAlone, charProp[compare_idx].fCanGlyphAlone); in _test_shape_ok()
1191 winetest_ok(charProp2[x].fCanGlyphAlone == charProp[compare_idx].fCanGlyphAlone, in _test_shape_ok()
1193 x, charProp2[x].fCanGlyphAlone, charProp[compare_idx].fCanGlyphAlone); in _test_shape_ok()
[all …]