Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Ddib.c92 y_pixels, member
537 dib_info.y_pixels=ReadBlobLSBLong(image); in ReadDIBImage()
706 image->resolution.y=(double) dib_info.y_pixels/100.0; in ReadDIBImage()
1171 dib_info.y_pixels=75*39; in WriteDIBImage()
1178 dib_info.y_pixels=(unsigned int) (100.0*image->resolution.y/2.54); in WriteDIBImage()
1184 dib_info.y_pixels=(unsigned int) (100.0*image->resolution.y); in WriteDIBImage()
1367 (void) WriteBlobLSBLong(image,dib_info.y_pixels); in WriteDIBImage()
Dicon.c130 y_pixels, member
330 icon_info.y_pixels=ReadBlobLSBLong(image); in ReadICONImage()
1084 icon_info.y_pixels=0; in WriteICONImage()
1091 icon_info.y_pixels=(size_t) (100.0*next->resolution.y/2.54); in WriteICONImage()
1097 icon_info.y_pixels=(size_t) (100.0*next->resolution.y); in WriteICONImage()
1278 (void) WriteBlobLSBLong(image,(unsigned int) icon_info.y_pixels); in WriteICONImage()
Dbmp.c144 y_pixels, member
641 bmp_info.y_pixels=0; in ReadBMPImage()
669 bmp_info.y_pixels=ReadBlobLSBLong(image); in ReadBMPImage()
904 image->resolution.y=(double) bmp_info.y_pixels/100.0; in ReadBMPImage()
1891 bmp_info.y_pixels=75*39; in WriteBMPImage()
1898 bmp_info.y_pixels=(unsigned int) (100.0*image->resolution.y/2.54); in WriteBMPImage()
1904 bmp_info.y_pixels=(unsigned int) (100.0*image->resolution.y); in WriteBMPImage()
2297 (void) WriteBlobLSBLong(image,bmp_info.y_pixels); in WriteBMPImage()