Home
last modified time | relevance | path

Searched refs:x_mult (Results 1 – 25 of 113) sorted by relevance

12345

/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/vidhrdw/
H A Drohga_vidhrdw.c272 int x,y,sprite,colour,fx,fy,w,h,sx,sy,x_mult,y_mult,tilemap_pri,sprite_pri; in nitrobal_drawsprites() local
393 if (fx) { x_mult=-16; sx+=16*w; } else { x_mult=16; sx-=16; } in nitrobal_drawsprites()
404 if (fx) { x_mult=-16; sx+=16; } else { x_mult=16; sx-=16*w; } in nitrobal_drawsprites()
414 sx + x_mult * (w-x),sy + y_mult * (h-y), in nitrobal_drawsprites()
H A Dcninja_vidhrdw.c342 int x,y,sprite,colour,fx,fy,w,h,sx,sy,x_mult,y_mult; in mutantf_drawsprites() local
381 if (fx) { x_mult=-16; sx+=16*w; } else { x_mult=16; sx-=16; } in mutantf_drawsprites()
392 if (fx) { x_mult=-16; sx+=16; } else { x_mult=16; sx-=16*w; } in mutantf_drawsprites()
402 sx + x_mult * (w-x),sy + y_mult * (h-y), in mutantf_drawsprites()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/vidhrdw/
H A Drohga_vidhrdw.c298 int x,y,sprite,colour,fx,fy,w,h,sx,sy,x_mult,y_mult,tilemap_pri,sprite_pri; in nitrobal_drawsprites() local
419 if (fx) { x_mult=-16; sx+=16*w; } else { x_mult=16; sx-=16; } in nitrobal_drawsprites()
430 if (fx) { x_mult=-16; sx+=16; } else { x_mult=16; sx-=16*w; } in nitrobal_drawsprites()
440 sx + x_mult * (w-x),sy + y_mult * (h-y), in nitrobal_drawsprites()
H A Dcninja_vidhrdw.c342 int x,y,sprite,colour,fx,fy,w,h,sx,sy,x_mult,y_mult; in mutantf_drawsprites() local
381 if (fx) { x_mult=-16; sx+=16*w; } else { x_mult=16; sx-=16; } in mutantf_drawsprites()
392 if (fx) { x_mult=-16; sx+=16; } else { x_mult=16; sx-=16*w; } in mutantf_drawsprites()
402 sx + x_mult * (w-x),sy + y_mult * (h-y), in mutantf_drawsprites()
/dports/www/firefox/firefox-99.0/gfx/harfbuzz/src/
H A Dhb-uniscribe.cc473 double x_mult, y_mult; /* From LOGFONT space to HB space. */ member
504 data->x_mult = (double) font->x_scale / font_size; in _hb_uniscribe_shaper_font_data_create()
866 double x_mult = font_data->x_mult, y_mult = font_data->y_mult; in _hb_uniscribe_shape() local
873 pos->x_advance = x_mult * (int32_t) info->mask; in _hb_uniscribe_shape()
874 pos->x_offset = x_mult * (backward ? -info->var1.i32 : info->var1.i32); in _hb_uniscribe_shape()
H A Dhb-font.hh114 int64_t x_mult; member
136 { return HB_DIRECTION_IS_VERTICAL(direction) ? y_mult : x_mult; } in dir_mult()
137 hb_position_t em_scale_x (int16_t v) { return em_mult (v, x_mult); } in em_scale_x()
620 x_mult = ((int64_t) x_scale << 16) / upem; in mults_changed()
/dports/print/harfbuzz-hb-view/harfbuzz-3.4.0/src/
H A Dhb-uniscribe.cc473 double x_mult, y_mult; /* From LOGFONT space to HB space. */ member
504 data->x_mult = (double) font->x_scale / font_size; in _hb_uniscribe_shaper_font_data_create()
866 double x_mult = font_data->x_mult, y_mult = font_data->y_mult; in _hb_uniscribe_shape() local
873 pos->x_advance = x_mult * (int32_t) info->mask; in _hb_uniscribe_shape()
874 pos->x_offset = x_mult * (backward ? -info->var1.i32 : info->var1.i32); in _hb_uniscribe_shape()
/dports/print/harfbuzz/harfbuzz-3.4.0/src/
H A Dhb-uniscribe.cc473 double x_mult, y_mult; /* From LOGFONT space to HB space. */ member
504 data->x_mult = (double) font->x_scale / font_size; in _hb_uniscribe_shaper_font_data_create()
866 double x_mult = font_data->x_mult, y_mult = font_data->y_mult; in _hb_uniscribe_shape() local
873 pos->x_advance = x_mult * (int32_t) info->mask; in _hb_uniscribe_shape()
874 pos->x_offset = x_mult * (backward ? -info->var1.i32 : info->var1.i32); in _hb_uniscribe_shape()
/dports/print/harfbuzz-icu/harfbuzz-3.4.0/src/
H A Dhb-uniscribe.cc473 double x_mult, y_mult; /* From LOGFONT space to HB space. */ member
504 data->x_mult = (double) font->x_scale / font_size; in _hb_uniscribe_shaper_font_data_create()
866 double x_mult = font_data->x_mult, y_mult = font_data->y_mult; in _hb_uniscribe_shape() local
873 pos->x_advance = x_mult * (int32_t) info->mask; in _hb_uniscribe_shape()
874 pos->x_offset = x_mult * (backward ? -info->var1.i32 : info->var1.i32); in _hb_uniscribe_shape()
H A Dhb-font.hh114 int64_t x_mult; member
136 { return HB_DIRECTION_IS_VERTICAL(direction) ? y_mult : x_mult; } in dir_mult()
137 hb_position_t em_scale_x (int16_t v) { return em_mult (v, x_mult); } in em_scale_x()
620 x_mult = ((int64_t) x_scale << 16) / upem; in mults_changed()
/dports/www/firefox-esr/firefox-91.8.0/gfx/harfbuzz/src/
H A Dhb-uniscribe.cc516 double x_mult, y_mult; /* From LOGFONT space to HB space. */ member
547 data->x_mult = (double) font->x_scale / font_size; in _hb_uniscribe_shaper_font_data_create()
1025 double x_mult = font_data->x_mult, y_mult = font_data->y_mult; in _hb_uniscribe_shape() local
1032 pos->x_advance = x_mult * (int32_t) info->mask; in _hb_uniscribe_shape()
1033 pos->x_offset = x_mult * (backward ? -info->var1.i32 : info->var1.i32); in _hb_uniscribe_shape()
H A Dhb-font.hh112 int64_t x_mult; member
134 { return HB_DIRECTION_IS_VERTICAL(direction) ? y_mult : x_mult; } in dir_mult()
135 hb_position_t em_scale_x (int16_t v) { return em_mult (v, x_mult); } in em_scale_x()
616 x_mult = ((int64_t) x_scale << 16) / upem; in mults_changed()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/harfbuzz/src/
H A Dhb-uniscribe.cc516 double x_mult, y_mult; /* From LOGFONT space to HB space. */ member
547 data->x_mult = (double) font->x_scale / font_size; in _hb_uniscribe_shaper_font_data_create()
1025 double x_mult = font_data->x_mult, y_mult = font_data->y_mult; in _hb_uniscribe_shape() local
1032 pos->x_advance = x_mult * (int32_t) info->mask; in _hb_uniscribe_shape()
1033 pos->x_offset = x_mult * (backward ? -info->var1.i32 : info->var1.i32); in _hb_uniscribe_shape()
H A Dhb-font.hh112 int64_t x_mult; member
134 { return HB_DIRECTION_IS_VERTICAL(direction) ? y_mult : x_mult; } in dir_mult()
135 hb_position_t em_scale_x (int16_t v) { return em_mult (v, x_mult); } in em_scale_x()
616 x_mult = ((int64_t) x_scale << 16) / upem; in mults_changed()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/harfbuzz-ng/src/src/
H A Dhb-uniscribe.cc516 double x_mult, y_mult; /* From LOGFONT space to HB space. */ member
547 data->x_mult = (double) font->x_scale / font_size; in _hb_uniscribe_shaper_font_data_create()
1005 double x_mult = font_data->x_mult, y_mult = font_data->y_mult; in _hb_uniscribe_shape() local
1012 pos->x_advance = x_mult * (int32_t) info->mask; in _hb_uniscribe_shape()
1013 pos->x_offset = x_mult * (backward ? -info->var1.i32 : info->var1.i32); in _hb_uniscribe_shape()
H A Dhb-font.hh112 int64_t x_mult; member
134 { return HB_DIRECTION_IS_VERTICAL(direction) ? y_mult : x_mult; } in dir_mult()
135 hb_position_t em_scale_x (int16_t v) { return em_mult (v, x_mult); } in em_scale_x()
616 x_mult = ((int64_t) x_scale << 16) / upem; in mults_changed()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/harfbuzz/src/
H A Dhb-uniscribe.cc516 double x_mult, y_mult; /* From LOGFONT space to HB space. */ member
547 data->x_mult = (double) font->x_scale / font_size; in _hb_uniscribe_shaper_font_data_create()
1025 double x_mult = font_data->x_mult, y_mult = font_data->y_mult; in _hb_uniscribe_shape() local
1032 pos->x_advance = x_mult * (int32_t) info->mask; in _hb_uniscribe_shape()
1033 pos->x_offset = x_mult * (backward ? -info->var1.i32 : info->var1.i32); in _hb_uniscribe_shape()
H A Dhb-font.hh112 int64_t x_mult; member
134 { return HB_DIRECTION_IS_VERTICAL(direction) ? y_mult : x_mult; } in dir_mult()
135 hb_position_t em_scale_x (int16_t v) { return em_mult (v, x_mult); } in em_scale_x()
616 x_mult = ((int64_t) x_scale << 16) / upem; in mults_changed()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/harfbuzz/src/
H A Dhb-uniscribe.cc490 double x_mult, y_mult; /* From LOGFONT space to HB space. */ member
526 data->x_mult = (double) font->x_scale / font_size; in _hb_uniscribe_shaper_font_data_create()
1018 double x_mult = font_data->x_mult, y_mult = font_data->y_mult; in _hb_uniscribe_shape() local
1025 pos->x_advance = x_mult * (int32_t) info->mask; in _hb_uniscribe_shape()
1026 pos->x_offset = x_mult * (backward ? -info->var1.i32 : info->var1.i32); in _hb_uniscribe_shape()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/harfbuzz-ng/src/src/
H A Dhb-uniscribe.cc516 double x_mult, y_mult; /* From LOGFONT space to HB space. */ member
547 data->x_mult = (double) font->x_scale / font_size; in _hb_uniscribe_shaper_font_data_create()
1025 double x_mult = font_data->x_mult, y_mult = font_data->y_mult; in _hb_uniscribe_shape() local
1032 pos->x_advance = x_mult * (int32_t) info->mask; in _hb_uniscribe_shape()
1033 pos->x_offset = x_mult * (backward ? -info->var1.i32 : info->var1.i32); in _hb_uniscribe_shape()
/dports/www/lagrange/lagrange-1.7.3/lib/harfbuzz/src/
H A Dhb-uniscribe.cc516 double x_mult, y_mult; /* From LOGFONT space to HB space. */ member
547 data->x_mult = (double) font->x_scale / font_size; in _hb_uniscribe_shaper_font_data_create()
1025 double x_mult = font_data->x_mult, y_mult = font_data->y_mult; in _hb_uniscribe_shape() local
1032 pos->x_advance = x_mult * (int32_t) info->mask; in _hb_uniscribe_shape()
1033 pos->x_offset = x_mult * (backward ? -info->var1.i32 : info->var1.i32); in _hb_uniscribe_shape()
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/harfbuzz/src/
H A Dhb-uniscribe.cc516 double x_mult, y_mult; /* From LOGFONT space to HB space. */ member
547 data->x_mult = (double) font->x_scale / font_size; in _hb_uniscribe_shaper_font_data_create()
1005 double x_mult = font_data->x_mult, y_mult = font_data->y_mult; in _hb_uniscribe_shape() local
1012 pos->x_advance = x_mult * (int32_t) info->mask; in _hb_uniscribe_shape()
1013 pos->x_offset = x_mult * (backward ? -info->var1.i32 : info->var1.i32); in _hb_uniscribe_shape()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/harfbuzz/src/
H A Dhb-uniscribe.cc489 double x_mult, y_mult; /* From LOGFONT space to HB space. */ member
525 data->x_mult = (double) font->x_scale / font_size; in _hb_uniscribe_shaper_font_data_create()
1017 double x_mult = font_data->x_mult, y_mult = font_data->y_mult; in _hb_uniscribe_shape() local
1024 pos->x_advance = x_mult * (int32_t) info->mask; in _hb_uniscribe_shape()
1025 pos->x_offset = x_mult * (backward ? -info->var1.i32 : info->var1.i32); in _hb_uniscribe_shape()
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/harfbuzz-sys-0.3.4/harfbuzz/src/
H A Dhb-uniscribe.cc516 double x_mult, y_mult; /* From LOGFONT space to HB space. */ member
547 data->x_mult = (double) font->x_scale / font_size; in _hb_uniscribe_shaper_font_data_create()
1005 double x_mult = font_data->x_mult, y_mult = font_data->y_mult; in _hb_uniscribe_shape() local
1012 pos->x_advance = x_mult * (int32_t) info->mask; in _hb_uniscribe_shape()
1013 pos->x_offset = x_mult * (backward ? -info->var1.i32 : info->var1.i32); in _hb_uniscribe_shape()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/rustybuzz-0.1.1/harfbuzz/src/
H A Dhb-font.hh112 int64_t x_mult; member
134 return HB_DIRECTION_IS_VERTICAL(direction) ? y_mult : x_mult; in dir_mult()
138 return em_mult(v, x_mult); in em_scale_x()
586 x_mult = ((int64_t)x_scale << 16) / upem; in mults_changed()

12345