Home
last modified time | relevance | path

Searched refs:abs_w (Results 1 – 14 of 14) sorted by relevance

/dports/x11-toolkits/p5-Prima/Prima-1.63/img/
H A Dimgscale.c382 int abs_w = w < 0 ? -w : w; in ic_stretch_box() local
384 int dst_line = LINE_SIZE(abs_w, type); in ic_stretch_box()
409 (((( src_w > abs_w) ? abs_w : src_w) * ( type & imBPP)) / 8); in ic_stretch_box()
426 if ( src_w > abs_w) { in ic_stretch_box()
449 (((( src_w > abs_w) ? abs_w : src_w) * ( type & imBPP)) / 8); in ic_stretch_box()
490 if ( abs_w < src_w) in ic_stretch_box()
491 xstep. l = STEP( abs_w / src_w); in ic_stretch_box()
493 xstep. l = STEP( src_w / abs_w); in ic_stretch_box()
1051 int abs_w, abs_h;
1054 abs_w = abs(w);
[all …]
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/guiengine/
H A Dlayout_manager.cpp273 int abs_w = -1, percent_w = -1; in readCoords() local
275 else if (convertToCoord(width, &abs_w, &percent_w )) in readCoords()
277 if (abs_w > -1) self->m_absolute_w = abs_w; in readCoords()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/input/mouse/
H A Dbcm5974.c589 int abs_p = 0, abs_w = 0; in report_synaptics_data() local
596 abs_w = clamp_val(16 * w / cfg->w.max, 0, 15); in report_synaptics_data()
601 input_report_abs(input, ABS_TOOL_WIDTH, abs_w); in report_synaptics_data()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/input/mouse/
H A Dbcm5974.c589 int abs_p = 0, abs_w = 0; in report_synaptics_data() local
596 abs_w = clamp_val(16 * w / cfg->w.max, 0, 15); in report_synaptics_data()
601 input_report_abs(input, ABS_TOOL_WIDTH, abs_w); in report_synaptics_data()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/input/mouse/
H A Dbcm5974.c589 int abs_p = 0, abs_w = 0; in report_synaptics_data() local
596 abs_w = clamp_val(16 * w / cfg->w.max, 0, 15); in report_synaptics_data()
601 input_report_abs(input, ABS_TOOL_WIDTH, abs_w); in report_synaptics_data()
/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dedit.c5714 int abs_w=0; in SizeToWidest() local
5724 if (w > abs_w) abs_w = w; in SizeToWidest()
5726 if (abs_w <= 1) { in SizeToWidest()
5731 SizeAllSelToGivenWidth(abs_w); in SizeToWidest()
5737 int abs_w=0; in SizeToNarrowest() local
5748 if (w < abs_w) abs_w = w; in SizeToNarrowest()
5750 if (abs_w <= 1) { in SizeToNarrowest()
5807 int abs_w=0, abs_h=0; in SizeToGivenWidthHeight() local
5826 if (abs_w <= 1) { in SizeToGivenWidthHeight()
5841 int abs_w=0; in SizeToGivenWidth() local
[all …]
H A Dexec.c5083 int abs_w, abs_h; local
5089 if (!IntExpression(abs_w_str, &abs_w, orig_cmd) ||
5093 if (abs_w < 0 || abs_h < 0) {
5094 if (abs_w < 0) {
5105 SizeAllSelObj(abs_w, abs_h);
5116 int abs_w=0, abs_h=0; local
5129 if (!IntExpression(abs_w_str, &abs_w, orig_cmd) ||
5133 if (abs_w < 0 || abs_h < 0) {
5134 if (abs_w < 0) {
5144 if (abs_w != named_obj->obbox.rbx-named_obj->obbox.ltx ||
[all …]
H A Dtext.c1476 int abs_w=0, abs_h=0; local
1483 abs_w = ABS_SIZE(textW);
1487 case JUST_L: tmpAdjAbsX = ((orig_2_xc-abs_w)>>1)-textAbsX; break;
1489 case JUST_R: tmpAdjAbsX = ((orig_2_xc+abs_w)>>1)-textAbsX; break;
H A Dstretch.c4249 void DoSizeAllSelToGivenWidthHeight(abs_w, abs_h, do_width, do_height) in DoSizeAllSelToGivenWidthHeight() argument
4275 multX = (w == 0 ? ((double)1.0) : ((double)abs_w) / ((double)w));
4283 multX = (w == 0 ? ((double)1.0) : ((double)abs_w) / ((double)w));
H A DHISTORY1020 size_named_obj_absolute(<obj_name>,<abs_w>,<abs_h>)
H A DChangeLog1020 size_named_obj_absolute(<obj_name>,<abs_w>,<abs_h>)
/dports/emulators/citra/citra-ac98458e0/src/video_core/swrasterizer/
H A Drasterizer.cpp81 const float abs_w = std::abs(w.ToFloat32()); in ConvertCubeCoord() local
84 if (abs_u > abs_v && abs_u > abs_w) { in ConvertCubeCoord()
94 } else if (abs_v > abs_w) { in ConvertCubeCoord()
/dports/emulators/citra-qt5/citra-ac98458e0/src/video_core/swrasterizer/
H A Drasterizer.cpp81 const float abs_w = std::abs(w.ToFloat32()); in ConvertCubeCoord() local
84 if (abs_u > abs_v && abs_u > abs_w) { in ConvertCubeCoord()
94 } else if (abs_v > abs_w) { in ConvertCubeCoord()
/dports/science/py-gpaw/gpaw-21.6.0/gpaw/response/
H A Dbse.py969 abs_w = -V * vchi_w.imag * w_w / Hartree / c
974 print('%.9f, %.9f' % (w, abs_w[iw]), file=fd)
980 return w_w, abs_w