Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dpcx.c84 horizontal_resolution, member
336 pcx_info.horizontal_resolution=ReadBlobLSBShort(image); in ReadPCXImage()
353 image->resolution.x=(double) pcx_info.horizontal_resolution; in ReadPCXImage()
963 pcx_info.horizontal_resolution=(unsigned short) image->resolution.x; in WritePCXImage()
969 pcx_info.horizontal_resolution=(unsigned short) in WritePCXImage()
1005 (void) WriteBlobLSBShort(image,pcx_info.horizontal_resolution); in WritePCXImage()
Dpict.c96 horizontal_resolution, member
785 pixmap->horizontal_resolution=1UL*ReadBlobMSBShort(image); in ReadPixmap()
1048 image->resolution.x=1.0*pixmap.horizontal_resolution; in ReadPICTImage()
1177 tile_image->resolution.x=(double) pixmap.horizontal_resolution; in ReadPICTImage()
/external/freetype/include/freetype/
Dftwinfnt.h192 FT_UShort horizontal_resolution; member
/external/freetype/src/winfonts/
Dwinfnt.c154 FT_FRAME_USHORT_LE( horizontal_resolution ),
808 x_res = font->header.horizontal_resolution; in FNT_Face_Init()