Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dicon.c244 icon_file; in ReadICONImage() local
295 icon_file.reserved=(short) ReadBlobLSBShort(image); in ReadICONImage()
296 icon_file.resource_type=(short) ReadBlobLSBShort(image); in ReadICONImage()
297 icon_file.count=(short) ReadBlobLSBShort(image); in ReadICONImage()
298 if ((icon_file.reserved != 0) || in ReadICONImage()
299 ((icon_file.resource_type != 1) && (icon_file.resource_type != 2)) || in ReadICONImage()
300 (icon_file.count > MaxIcons)) in ReadICONImage()
303 for (i=0; i < icon_file.count; i++) in ReadICONImage()
305 icon_file.directory[i].width=(unsigned char) ReadBlobByte(image); in ReadICONImage()
306 icon_file.directory[i].height=(unsigned char) ReadBlobByte(image); in ReadICONImage()
[all …]