Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/freetype/src/bdf/
Dbdfdrivr.c450 FT_Short resolution_x = 0, resolution_y = 0; in BDF_Face_Init() local
551 value = (long)font->resolution_x; in BDF_Face_Init()
560 resolution_x = 0x7FFF; in BDF_Face_Init()
562 resolution_x )); in BDF_Face_Init()
565 resolution_x = FT_ABS( (FT_Short)value ); in BDF_Face_Init()
595 if ( resolution_x && resolution_y ) in BDF_Face_Init()
597 resolution_x, in BDF_Face_Init()
Dbdf.h166 unsigned long resolution_x; /* Font horizontal resolution. */ member
Dbdflib.c1651 font->resolution_x ) ); in _bdf_parse_glyphs()
1701 font->resolution_x ) ); in _bdf_parse_glyphs()
2088 p->font->resolution_x = _bdf_atoul( p->list.field[2] ); in _bdf_parse_start()
/third_party/skia/third_party/externals/freetype/src/pcf/
Dpcfread.c1573 FT_Short resolution_x = 0, resolution_y = 0; in pcf_load_font() local
1665 resolution_x = 0x7FFF; in pcf_load_font()
1667 resolution_x )); in pcf_load_font()
1670 resolution_x = FT_ABS( (FT_Short)prop->value.l ); in pcf_load_font()
1696 if ( resolution_x && resolution_y ) in pcf_load_font()
1698 resolution_x, in pcf_load_font()
/third_party/libinput/doc/user/
Dnormalization-of-relative-motion.rst51 ``y = (x / resolution_x) * resolution_y``.