Searched refs:pwOutGlyphs2 (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/usp10/ |
H A D | usp10.c | 2375 unsigned short pwOutGlyphs2[256]; in test_ScriptGetCMap() local 2431 GetGlyphIndicesW(hdc, TestItem2, cInChars, pwOutGlyphs2, 0); in test_ScriptGetCMap() 2440 …ok(pwOutGlyphs3[0] == pwOutGlyphs2[0], "expected glyph %d, got %d\n", pwOutGlyphs2[0], pwOutGlyphs… in test_ScriptGetCMap() 2441 …ok(pwOutGlyphs3[3] == pwOutGlyphs2[3], "expected glyph %d, got %d\n", pwOutGlyphs2[3], pwOutGlyphs… in test_ScriptGetCMap() 2453 ok(pwOutGlyphs3[0] == pwOutGlyphs2[0], "glyph incorrectly altered\n"); in test_ScriptGetCMap() 2454 ok(pwOutGlyphs3[1] == pwOutGlyphs2[1], "glyph incorrectly altered\n"); in test_ScriptGetCMap() 2455 ok(pwOutGlyphs3[2] == pwOutGlyphs2[2], "glyph incorrectly altered\n"); in test_ScriptGetCMap() 2456 ok(pwOutGlyphs3[3] == pwOutGlyphs2[3], "glyph incorrectly altered\n"); in test_ScriptGetCMap() 2457 ok(pwOutGlyphs3[4] == pwOutGlyphs2[4], "glyph not mirrored correctly\n"); in test_ScriptGetCMap() 2458 ok(pwOutGlyphs3[5] == pwOutGlyphs2[5], "glyph not mirrored correctly\n"); in test_ScriptGetCMap() [all …]
|