Searched refs:CURSORICONFILEDIR (Results 1 – 3 of 3) sorted by relevance
54 } CURSORICONFILEDIR; typedef90 CURSORICONFILEDIR icon_info; /* animated cursor frame information */172 sizeof(CURSORICONFILEDIR) /* DIB offset */ \1150 CURSORICONFILEDIR *dir; in create_ico_file()1165 dir = (CURSORICONFILEDIR*)buf; in create_ico_file()1171 bitmap_ptr = buf + FIELD_OFFSET(CURSORICONFILEDIR, idEntries[entry_cnt]); in create_ico_file()1340 (sizeof(CURSORICONFILEDIR) + sizeof(BITMAPINFOHEADER) \ in test_LoadImage()2676 CURSORICONFILEDIR *icon_data; in test_monochrome_icon()2694 icon_size = sizeof(CURSORICONFILEDIR) + in test_monochrome_icon()2711 icon_entry->dwDIBSize = icon_size - sizeof(CURSORICONFILEDIR); in test_monochrome_icon()[all …]
491 } CURSORICONFILEDIR; typedef497 _In_ const CURSORICONFILEDIR* dir, in get_best_icon_file_entry()514 if (dwFileSize < FIELD_OFFSET(CURSORICONFILEDIR, idEntries[dir->idCount])) in get_best_icon_file_entry()594 …entry = get_best_icon_file_entry((CURSORICONFILEDIR *) dir, dwFileSize, cxDesired, cyDesired, bIco… in get_best_icon_file_offset()1018 (const CURSORICONFILEDIR *) icon_data, in CURSORICON_GetCursorDataFromANI()1387 const CURSORICONFILEDIR *dir; in CURSORICON_LoadFromFileW()1406 dir = (CURSORICONFILEDIR*) bits; in CURSORICON_LoadFromFileW()
101 } CURSORICONFILEDIR; typedef1190 CURSORICONFILEDIR *cifd = (CURSORICONFILEDIR*)xbuf; in OLEPictureImpl_LoadIcon()1615 CURSORICONFILEDIR * pIconDir; in serializeIcon()1642 pIconDir = (CURSORICONFILEDIR *)pIconData; in serializeIcon()