Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Ddib.c91 x_pixels, member
536 dib_info.x_pixels=ReadBlobLSBLong(image); in ReadDIBImage()
705 image->resolution.x=(double) dib_info.x_pixels/100.0; in ReadDIBImage()
1167 dib_info.x_pixels=75*39; in WriteDIBImage()
1174 dib_info.x_pixels=(unsigned int) (100.0*image->resolution.x/2.54); in WriteDIBImage()
1180 dib_info.x_pixels=(unsigned int) (100.0*image->resolution.x); in WriteDIBImage()
1363 (void) WriteBlobLSBLong(image,dib_info.x_pixels); in WriteDIBImage()
Dicon.c129 x_pixels, member
394 icon_info.x_pixels=ReadBlobLSBLong(image); in ReadICONImage()
1091 icon_info.x_pixels=0; in WriteICONImage()
1098 icon_info.x_pixels=(size_t) (100.0*next->resolution.x/2.54); in WriteICONImage()
1104 icon_info.x_pixels=(size_t) (100.0*next->resolution.x); in WriteICONImage()
1285 (void) WriteBlobLSBLong(image,(unsigned int) icon_info.x_pixels); in WriteICONImage()
Dbmp.c143 x_pixels, member
636 bmp_info.x_pixels=0; in ReadBMPImage()
664 bmp_info.x_pixels=ReadBlobLSBLong(image); in ReadBMPImage()
891 image->resolution.x=(double) bmp_info.x_pixels/100.0; in ReadBMPImage()
1876 bmp_info.x_pixels=75*39; in WriteBMPImage()
1883 bmp_info.x_pixels=(unsigned int) (100.0*image->resolution.x/2.54); in WriteBMPImage()
1889 bmp_info.x_pixels=(unsigned int) (100.0*image->resolution.x); in WriteBMPImage()
2282 (void) WriteBlobLSBLong(image,bmp_info.x_pixels); in WriteBMPImage()