Home
last modified time | relevance | path

Searched refs:out_x (Results 251 – 275 of 1033) sorted by relevance

1...<<11121314151617181920>>...42

/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/3rdparty/freetype/src/base/
H A Dftcalc.c983 FT_Pos out_x, in ft_corner_orientation() argument
992 MUL_INT64( in_y, out_x ) ); in ft_corner_orientation()
1003 ADD_LONG( FT_ABS( in_y ), FT_ABS( out_x ) ) <= 131071L ) in ft_corner_orientation()
1006 FT_Long z2 = MUL_LONG( in_y, out_x ); in ft_corner_orientation()
1023 ft_multo64( (FT_UInt32)in_y, (FT_UInt32)out_x, &z2 ); in ft_corner_orientation()
1049 FT_Pos out_x, in ft_corner_is_flat() argument
1052 FT_Pos ax = in_x + out_x; in ft_corner_is_flat()
1078 d_out = FT_HYPOT( out_x, out_y ); in ft_corner_is_flat()
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/3rdparty/freetype/src/base/
H A Dftcalc.c983 FT_Pos out_x, in ft_corner_orientation() argument
992 MUL_INT64( in_y, out_x ) ); in ft_corner_orientation()
1003 ADD_LONG( FT_ABS( in_y ), FT_ABS( out_x ) ) <= 131071L ) in ft_corner_orientation()
1006 FT_Long z2 = MUL_LONG( in_y, out_x ); in ft_corner_orientation()
1023 ft_multo64( (FT_UInt32)in_y, (FT_UInt32)out_x, &z2 ); in ft_corner_orientation()
1049 FT_Pos out_x, in ft_corner_is_flat() argument
1052 FT_Pos ax = in_x + out_x; in ft_corner_is_flat()
1078 d_out = FT_HYPOT( out_x, out_y ); in ft_corner_is_flat()
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/3rdparty/freetype/src/base/
H A Dftcalc.c983 FT_Pos out_x, in ft_corner_orientation() argument
992 MUL_INT64( in_y, out_x ) ); in ft_corner_orientation()
1003 ADD_LONG( FT_ABS( in_y ), FT_ABS( out_x ) ) <= 131071L ) in ft_corner_orientation()
1006 FT_Long z2 = MUL_LONG( in_y, out_x ); in ft_corner_orientation()
1023 ft_multo64( (FT_UInt32)in_y, (FT_UInt32)out_x, &z2 ); in ft_corner_orientation()
1049 FT_Pos out_x, in ft_corner_is_flat() argument
1052 FT_Pos ax = in_x + out_x; in ft_corner_is_flat()
1078 d_out = FT_HYPOT( out_x, out_y ); in ft_corner_is_flat()
/dports/graphics/qt5-opengl/kde-qtbase-5.15.2p263/src/3rdparty/freetype/src/base/
H A Dftcalc.c983 FT_Pos out_x, in ft_corner_orientation() argument
992 MUL_INT64( in_y, out_x ) ); in ft_corner_orientation()
1003 ADD_LONG( FT_ABS( in_y ), FT_ABS( out_x ) ) <= 131071L ) in ft_corner_orientation()
1006 FT_Long z2 = MUL_LONG( in_y, out_x ); in ft_corner_orientation()
1023 ft_multo64( (FT_UInt32)in_y, (FT_UInt32)out_x, &z2 ); in ft_corner_orientation()
1049 FT_Pos out_x, in ft_corner_is_flat() argument
1052 FT_Pos ax = in_x + out_x; in ft_corner_is_flat()
1078 d_out = FT_HYPOT( out_x, out_y ); in ft_corner_is_flat()
/dports/devel/sdl20/SDL2-2.0.18/src/video/x11/
H A DSDL_x11xinput2.c92 xinput2_normalize_touch_coordinates(SDL_Window *window, double in_x, double in_y, float *out_x, flo… in xinput2_normalize_touch_coordinates() argument
96 *out_x = 0.5f; in xinput2_normalize_touch_coordinates()
98 *out_x = in_x / (window->w - 1); in xinput2_normalize_touch_coordinates()
107 *out_x = in_x; in xinput2_normalize_touch_coordinates()
/dports/x11/controllermap/SDL2-2.0.18/src/video/x11/
H A DSDL_x11xinput2.c92 xinput2_normalize_touch_coordinates(SDL_Window *window, double in_x, double in_y, float *out_x, flo… in xinput2_normalize_touch_coordinates() argument
96 *out_x = 0.5f; in xinput2_normalize_touch_coordinates()
98 *out_x = in_x / (window->w - 1); in xinput2_normalize_touch_coordinates()
107 *out_x = in_x; in xinput2_normalize_touch_coordinates()
/dports/audio/musescore/MuseScore-3.6.1/thirdparty/freetype/src/autofit/
H A Dafhints.c793 FT_Pos out_x, out_y; in af_glyph_hints_reload() local
805 out_x = point->fx - prev->fx; in af_glyph_hints_reload()
816 if ( FT_ABS( out_x ) + FT_ABS( out_y ) >= near_limit2 ) in af_glyph_hints_reload()
842 out_x = 0; in af_glyph_hints_reload()
854 out_x += next->fx - point->fx; in af_glyph_hints_reload()
857 if ( FT_ABS( out_x ) + FT_ABS( out_y ) < near_limit ) in af_glyph_hints_reload()
866 out_dir = af_direction_compute( out_x, out_y ); in af_glyph_hints_reload()
881 out_x = 0; in af_glyph_hints_reload()
907 FT_Pos out_x, out_y; in af_glyph_hints_reload() local
916 out_x = next_u->fx - point->fx; in af_glyph_hints_reload()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/freetype/src/pshinter/
H A Dpshalgo.c975 FT_Pos out_x, in psh_corner_orientation() argument
992 result = -out_x; in psh_corner_orientation()
994 result = out_x; in psh_corner_orientation()
998 if ( out_x >= 0 ) in psh_corner_orientation()
1003 else if ( out_x == 0 ) in psh_corner_orientation()
1038 FT_Pos in_x, in_y, out_x, out_y; in psh_glyph_compute_inflections() local
1073 out_x = start->org_u - before->org_u; in psh_glyph_compute_inflections()
1076 } while ( out_x == 0 && out_y == 0 ); in psh_glyph_compute_inflections()
1083 in_x = out_x; in psh_glyph_compute_inflections()
1100 out_x = after->org_u - end->org_u; in psh_glyph_compute_inflections()
[all …]
/dports/games/supertux2/SuperTux-v0.6.3-Source/external/SDL_ttf/external/freetype-2.4.12/src/pshinter/
H A Dpshalgo.c975 FT_Pos out_x, in psh_corner_orientation() argument
992 result = -out_x; in psh_corner_orientation()
994 result = out_x; in psh_corner_orientation()
998 if ( out_x >= 0 ) in psh_corner_orientation()
1003 else if ( out_x == 0 ) in psh_corner_orientation()
1038 FT_Pos in_x, in_y, out_x, out_y; in psh_glyph_compute_inflections() local
1073 out_x = start->org_u - before->org_u; in psh_glyph_compute_inflections()
1076 } while ( out_x == 0 && out_y == 0 ); in psh_glyph_compute_inflections()
1083 in_x = out_x; in psh_glyph_compute_inflections()
1100 out_x = after->org_u - end->org_u; in psh_glyph_compute_inflections()
[all …]
/dports/devel/upp/upp/bazaar/FreeType/src/pshinter/
H A Dpshalgo.c975 FT_Pos out_x, in psh_corner_orientation() argument
992 result = -out_x; in psh_corner_orientation()
994 result = out_x; in psh_corner_orientation()
998 if ( out_x >= 0 ) in psh_corner_orientation()
1003 else if ( out_x == 0 ) in psh_corner_orientation()
1038 FT_Pos in_x, in_y, out_x, out_y; in psh_glyph_compute_inflections() local
1073 out_x = start->org_u - before->org_u; in psh_glyph_compute_inflections()
1076 } while ( out_x == 0 && out_y == 0 ); in psh_glyph_compute_inflections()
1083 in_x = out_x; in psh_glyph_compute_inflections()
1100 out_x = after->org_u - end->org_u; in psh_glyph_compute_inflections()
[all …]
/dports/devel/upp/upp/uppsrc/plugin/FT_fontsys/src/pshinter/
H A Dpshalgo.c976 FT_Pos out_x, in psh_corner_orientation() argument
993 result = -out_x; in psh_corner_orientation()
995 result = out_x; in psh_corner_orientation()
999 if ( out_x >= 0 ) in psh_corner_orientation()
1004 else if ( out_x == 0 ) in psh_corner_orientation()
1039 FT_Pos in_x, in_y, out_x, out_y; in psh_glyph_compute_inflections() local
1074 out_x = start->org_u - before->org_u; in psh_glyph_compute_inflections()
1077 } while ( out_x == 0 && out_y == 0 ); in psh_glyph_compute_inflections()
1084 in_x = out_x; in psh_glyph_compute_inflections()
1101 out_x = after->org_u - end->org_u; in psh_glyph_compute_inflections()
[all …]
/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/extern/freetype2/src/pshinter/
H A Dpshalgo.hpp975 FT_Pos out_x, in psh_corner_orientation() argument
992 result = -out_x; in psh_corner_orientation()
994 result = out_x; in psh_corner_orientation()
998 if ( out_x >= 0 ) in psh_corner_orientation()
1003 else if ( out_x == 0 ) in psh_corner_orientation()
1038 FT_Pos in_x, in_y, out_x, out_y; in psh_glyph_compute_inflections() local
1073 out_x = start->org_u - before->org_u; in psh_glyph_compute_inflections()
1076 } while ( out_x == 0 && out_y == 0 ); in psh_glyph_compute_inflections()
1083 in_x = out_x; in psh_glyph_compute_inflections()
1100 out_x = after->org_u - end->org_u; in psh_glyph_compute_inflections()
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/freetype/vtkfreetype/src/pshinter/
H A Dpshalgo.c976 FT_Pos out_x, in psh_corner_orientation() argument
993 result = -out_x; in psh_corner_orientation()
995 result = out_x; in psh_corner_orientation()
999 if ( out_x >= 0 ) in psh_corner_orientation()
1004 else if ( out_x == 0 ) in psh_corner_orientation()
1039 FT_Pos in_x, in_y, out_x, out_y; in psh_glyph_compute_inflections() local
1074 out_x = start->org_u - before->org_u; in psh_glyph_compute_inflections()
1077 } while ( out_x == 0 && out_y == 0 ); in psh_glyph_compute_inflections()
1084 in_x = out_x; in psh_glyph_compute_inflections()
1101 out_x = after->org_u - end->org_u; in psh_glyph_compute_inflections()
[all …]
/dports/math/vtk6/VTK-6.2.0/ThirdParty/freetype/vtkfreetype/src/pshinter/
H A Dpshalgo.c976 FT_Pos out_x, in psh_corner_orientation() argument
993 result = -out_x; in psh_corner_orientation()
995 result = out_x; in psh_corner_orientation()
999 if ( out_x >= 0 ) in psh_corner_orientation()
1004 else if ( out_x == 0 ) in psh_corner_orientation()
1039 FT_Pos in_x, in_y, out_x, out_y; in psh_glyph_compute_inflections() local
1074 out_x = start->org_u - before->org_u; in psh_glyph_compute_inflections()
1077 } while ( out_x == 0 && out_y == 0 ); in psh_glyph_compute_inflections()
1084 in_x = out_x; in psh_glyph_compute_inflections()
1101 out_x = after->org_u - end->org_u; in psh_glyph_compute_inflections()
[all …]
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/freetype/src/pshinter/
H A Dpshalgo.c976 FT_Pos out_x, in psh_corner_orientation() argument
993 result = -out_x; in psh_corner_orientation()
995 result = out_x; in psh_corner_orientation()
999 if ( out_x >= 0 ) in psh_corner_orientation()
1004 else if ( out_x == 0 ) in psh_corner_orientation()
1039 FT_Pos in_x, in_y, out_x, out_y; in psh_glyph_compute_inflections() local
1074 out_x = start->org_u - before->org_u; in psh_glyph_compute_inflections()
1077 } while ( out_x == 0 && out_y == 0 ); in psh_glyph_compute_inflections()
1084 in_x = out_x; in psh_glyph_compute_inflections()
1101 out_x = after->org_u - end->org_u; in psh_glyph_compute_inflections()
[all …]
/dports/print/tex-xdvik/xdvik-22.87/libs/freetype2/freetype-2.5.3/src/pshinter/
H A Dpshalgo.c975 FT_Pos out_x, in psh_corner_orientation() argument
992 result = -out_x; in psh_corner_orientation()
994 result = out_x; in psh_corner_orientation()
998 if ( out_x >= 0 ) in psh_corner_orientation()
1003 else if ( out_x == 0 ) in psh_corner_orientation()
1038 FT_Pos in_x, in_y, out_x, out_y; in psh_glyph_compute_inflections() local
1073 out_x = start->org_u - before->org_u; in psh_glyph_compute_inflections()
1076 } while ( out_x == 0 && out_y == 0 ); in psh_glyph_compute_inflections()
1083 in_x = out_x; in psh_glyph_compute_inflections()
1100 out_x = after->org_u - end->org_u; in psh_glyph_compute_inflections()
[all …]
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/display/control/
H A Dcanvas-item-ctrl.cpp625 double out_x = tip_x + delta; in draw_darrow() local
629 double in_x = out_x; in draw_darrow()
633 double x1 = out_x; double y1 = out_y; in draw_darrow()
636 double x4 = size - out_x; double y4 = out_y; in draw_darrow()
638 double x6 = size - out_x; double y6 = size - out_y; in draw_darrow()
641 double x9 = out_x; double y9 = size - out_y; in draw_darrow()
667 double out_x = tip_x + delta; in draw_carrow() local
671 double in_x = out_x; in draw_carrow()
675 double x1 = out_x; double y1 = out_y; in draw_carrow()
678 double x4 = size - out_y; double y4 = size - out_x; in draw_carrow()
/dports/math/blocksolve95/BlockSolve95/src/
H A DBSpar_isolve.c45 BSpar_mat *B, BScomm *comm_B, FLOAT *in_rhs, FLOAT *out_x, in BSpar_isolve() argument
103 BSperm_dvec(out_x,x,A->perm); in BSpar_isolve()
198 BSiperm_dvec(x,out_x,A->perm); CHKERRN(0); in BSpar_isolve()
H A DBSpar_sym_solve.c41 FLOAT *in_rhs, FLOAT *out_x, int pre_option, FLOAT err_tol, int max_iter, in BSpar_sym_solve() argument
86 BSperm_dvec(&(out_x[i*n]),&(x[i*n]),A->perm); CHKERRN(0); in BSpar_sym_solve()
186 BSiperm_dvec(&(x[i*n]),&(out_x[i*n]),A->perm); CHKERRN(0); in BSpar_sym_solve()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gsk/ngl/
H A Dgskngltexturelibrary.c224 int *out_x, in gsk_ngl_texture_atlas_pack() argument
236 *out_x = rect.x; in gsk_ngl_texture_atlas_pack()
293 int *out_x, in gsk_ngl_texture_atlases_pack() argument
322 *out_x = x; in gsk_ngl_texture_atlases_pack()
/dports/databases/grass7/grass-7.8.6/raster/r.resamp.bspline/
H A Dcrosscorr.c229 double out_x, out_y, out_z; /* This point is left out */ in cross_correlation() local
249 out_x = observ[ndata - 1].coordX; in cross_correlation()
279 dataInterpolateBilin(out_x, out_y, passWE, passNS, in cross_correlation()
285 dataInterpolateBilin(out_x, out_y, passWE, passNS, in cross_correlation()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/graphics/darkmode/
H A Ddarkmode_classifier.cc181 for (int out_x = 0; out_x < out_width; ++out_x) { in DepthwiseConv2dNative() local
184 const int in_x_origin = (out_x * stride_x) - pad_width; in DepthwiseConv2dNative()
323 for (int out_x = 0; out_x < out_width; ++out_x) { in Im2Col() local
326 const int in_x_origin = (out_x * stride_x) - pad_width; in Im2Col()
439 for (int out_x = 0; out_x < out_width; ++out_x) { in MaxPool() local
442 const int in_x_origin = (out_x * stride_x) - pad_width; in MaxPool()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/graphics/darkmode/
H A Ddarkmode_classifier.cc181 for (int out_x = 0; out_x < out_width; ++out_x) { in DepthwiseConv2dNative() local
184 const int in_x_origin = (out_x * stride_x) - pad_width; in DepthwiseConv2dNative()
323 for (int out_x = 0; out_x < out_width; ++out_x) { in Im2Col() local
326 const int in_x_origin = (out_x * stride_x) - pad_width; in Im2Col()
439 for (int out_x = 0; out_x < out_width; ++out_x) { in MaxPool() local
442 const int in_x_origin = (out_x * stride_x) - pad_width; in MaxPool()
/dports/audio/amb-plugins/AMB-plugins-0.8.1/
H A Dambisonic3.cc66 float *in, *out_w, *out_x, *out_y, *out_z, *out_u, *out_v, *out_p, *out_q; in runproc() local
89 out_x = _port [OUT_X]; in runproc()
109 *out_x++ = xx * t; in runproc()
267 float *in, *out_w, *out_x, *out_y, *out_z, *out_r, *out_s, *out_t, *out_u, *out_v, in runproc() local
306 out_x = _port [OUT_X]; in runproc()
342 *out_x++ = xx * t; in runproc()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkcssimagelinear.c73 double *out_x, in gtk_css_image_linear_compute_start_point() argument
86 *out_x = 0; in gtk_css_image_linear_compute_start_point()
93 *out_x = width; in gtk_css_image_linear_compute_start_point()
100 *out_x = 0; in gtk_css_image_linear_compute_start_point()
107 *out_x = -width; in gtk_css_image_linear_compute_start_point()
131 *out_x = x; in gtk_css_image_linear_compute_start_point()

1...<<11121314151617181920>>...42