Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/user32/
H A Dcursoricon.c1176 icon_entry->bColorCount = 0; in create_ico_file()
1177 icon_entry->bReserved = 0; in create_ico_file()
1178 icon_entry->xHotspot = 1; in create_ico_file()
1179 icon_entry->yHotspot = 1; in create_ico_file()
1180icon_entry->dwDIBSize = sizeof(BITMAPINFOHEADER) + icon_entry->bWidth * icon_entry->bHeight * icon… in create_ico_file()
2705 icon_entry->bWidth = 1; in test_monochrome_icon()
2706 icon_entry->bHeight = 1; in test_monochrome_icon()
2707 icon_entry->bColorCount = 0; in test_monochrome_icon()
2708 icon_entry->bReserved = 0; in test_monochrome_icon()
2709 icon_entry->xHotspot = 0; in test_monochrome_icon()
[all …]