Searched refs:icon_file (Results 1 – 1 of 1) sorted by relevance
179 icon_file; in ReadICONImage() local230 icon_file.reserved=(short) ReadBlobLSBShort(image); in ReadICONImage()231 icon_file.resource_type=(short) ReadBlobLSBShort(image); in ReadICONImage()232 icon_file.count=(short) ReadBlobLSBShort(image); in ReadICONImage()233 if ((icon_file.reserved != 0) || in ReadICONImage()234 ((icon_file.resource_type != 1) && (icon_file.resource_type != 2)) || in ReadICONImage()235 (icon_file.count > MaxIcons)) in ReadICONImage()238 for (i=0; i < icon_file.count; i++) in ReadICONImage()240 icon_file.directory[i].width=(unsigned char) ReadBlobByte(image); in ReadICONImage()241 icon_file.directory[i].height=(unsigned char) ReadBlobByte(image); in ReadICONImage()[all …]