Searched defs:horizontal_resolution (Results 1 - 3 of 3) sorted by relevance

/external/ImageMagick/coders/
H A Dpcx.c86 horizontal_resolution,
336 pcx_info.horizontal_resolution=ReadBlobLSBShort(image);
353 image->resolution.x=(double) pcx_info.horizontal_resolution;
945 pcx_info.horizontal_resolution=(unsigned short) image->resolution.x;
951 pcx_info.horizontal_resolution=(unsigned short)
981 (void) WriteBlobLSBShort(image,pcx_info.horizontal_resolution);
84 horizontal_resolution, member in struct:_PCXInfo
H A Dpict.c83 pixmap.horizontal_resolution=1UL*ReadBlobMSBShort(image); \
120 horizontal_resolution,
1016 image->resolution.x=1.0*pixmap.horizontal_resolution;
1137 tile_image->resolution.x=(double) pixmap.horizontal_resolution;
118 horizontal_resolution, member in struct:_PICTPixmap
/external/freetype/include/freetype/
H A Dftwinfnt.h192 FT_UShort horizontal_resolution; member in struct:FT_WinFNT_HeaderRec_

Completed in 400 milliseconds