Home
last modified time | relevance | path

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

/external/freetype/src/bdf/
Dbdfdrivr.c450 FT_Short resolution_x = 0, resolution_y = 0; in BDF_Face_Init() local
553 value = (long)font->resolution_x; in BDF_Face_Init()
562 resolution_x = 0x7FFF; in BDF_Face_Init()
564 resolution_x )); in BDF_Face_Init()
567 resolution_x = FT_ABS( (FT_Short)value ); in BDF_Face_Init()
597 if ( resolution_x && resolution_y ) in BDF_Face_Init()
599 resolution_x, in BDF_Face_Init()
Dbdf.h166 unsigned long resolution_x; /* Font horizontal resolution. */ member
Dbdflib.c1646 font->resolution_x ) ); in _bdf_parse_glyphs()
1696 font->resolution_x ) ); in _bdf_parse_glyphs()
2089 p->font->resolution_x = _bdf_atoul( p->list.field[2] ); in _bdf_parse_start()
/external/freetype/src/pcf/
Dpcfread.c1574 FT_Short resolution_x = 0, resolution_y = 0; in pcf_load_font() local
1668 resolution_x = 0x7FFF; in pcf_load_font()
1670 resolution_x )); in pcf_load_font()
1673 resolution_x = FT_ABS( (FT_Short)prop->value.l ); in pcf_load_font()
1699 if ( resolution_x && resolution_y ) in pcf_load_font()
1701 resolution_x, in pcf_load_font()
/external/ImageMagick/coders/
Dwmf.c2539 resolution_x, in ReadWMFImage() local
2691 resolution_x=DefaultResolution; in ReadWMFImage()
2694 resolution_x = image->resolution.x; in ReadWMFImage()
2696 resolution_x *= CENTIMETERS_PER_INCH; in ReadWMFImage()
2727 image_width = image_width_inch * resolution_x; in ReadWMFImage()
2786 " Output resolution: %gx%g",resolution_x,resolution_y); in ReadWMFImage()