Home
last modified time | relevance | path

Searched refs:out_x (Results 1 – 22 of 22) sorted by relevance

/third_party/freetype/src/autofit/
Dafhints.c886 FT_Pos out_x, out_y; in af_glyph_hints_reload() local
912 out_x = point->fx - prev->fx; in af_glyph_hints_reload()
915 if ( FT_ABS( out_x ) + FT_ABS( out_y ) < near_limit ) in af_glyph_hints_reload()
981 FT_Pos out_x, out_y; in af_glyph_hints_reload() local
993 out_x = point->fx - prev->fx; in af_glyph_hints_reload()
1004 if ( FT_ABS( out_x ) + FT_ABS( out_y ) >= near_limit2 ) in af_glyph_hints_reload()
1030 out_x = 0; in af_glyph_hints_reload()
1042 out_x += next->fx - point->fx; in af_glyph_hints_reload()
1045 if ( FT_ABS( out_x ) + FT_ABS( out_y ) < near_limit ) in af_glyph_hints_reload()
1054 out_dir = af_direction_compute( out_x, out_y ); in af_glyph_hints_reload()
[all …]
/third_party/flutter/skia/third_party/externals/freetype/src/autofit/
Dafhints.c886 FT_Pos out_x, out_y; in af_glyph_hints_reload() local
912 out_x = point->fx - prev->fx; in af_glyph_hints_reload()
915 if ( FT_ABS( out_x ) + FT_ABS( out_y ) < near_limit ) in af_glyph_hints_reload()
981 FT_Pos out_x, out_y; in af_glyph_hints_reload() local
993 out_x = point->fx - prev->fx; in af_glyph_hints_reload()
1004 if ( FT_ABS( out_x ) + FT_ABS( out_y ) >= near_limit2 ) in af_glyph_hints_reload()
1030 out_x = 0; in af_glyph_hints_reload()
1042 out_x += next->fx - point->fx; in af_glyph_hints_reload()
1045 if ( FT_ABS( out_x ) + FT_ABS( out_y ) < near_limit ) in af_glyph_hints_reload()
1054 out_dir = af_direction_compute( out_x, out_y ); in af_glyph_hints_reload()
[all …]
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32_grad/
Dresize_grad.c37 size_t out_x = MSMIN( in ResizeNearestNeighborGrad() local
40 size_t out_offset = out_y * (param->out_width_ * channel) + (out_x * channel) + c; in ResizeNearestNeighborGrad()
56 size_t out_x = in ResizeNearestNeighborGrad() local
59 out_addr[out_y * param->out_width_ + out_x] += in_addr[h * param->in_width_ + w]; in ResizeNearestNeighborGrad()
/third_party/skia/third_party/externals/freetype/src/autofit/
Dafhints.c981 FT_Pos out_x, out_y; in af_glyph_hints_reload() local
1007 out_x = point->fx - prev->fx; in af_glyph_hints_reload()
1010 if ( FT_ABS( out_x ) + FT_ABS( out_y ) < near_limit ) in af_glyph_hints_reload()
1076 FT_Pos out_x, out_y; in af_glyph_hints_reload() local
1088 out_x = point->fx - prev->fx; in af_glyph_hints_reload()
1099 if ( FT_ABS( out_x ) + FT_ABS( out_y ) >= near_limit2 ) in af_glyph_hints_reload()
1125 out_x = 0; in af_glyph_hints_reload()
1137 out_x += next->fx - point->fx; in af_glyph_hints_reload()
1140 if ( FT_ABS( out_x ) + FT_ABS( out_y ) < near_limit ) in af_glyph_hints_reload()
1149 out_dir = af_direction_compute( out_x, out_y ); in af_glyph_hints_reload()
[all …]
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16_grad/
Dresize_grad.c36 size_t out_x = MSMIN( in ResizeNearestNeighborFp16Grad() local
39 size_t out_offset = out_y * (param->out_width_ * channel) + (out_x * channel) + c; in ResizeNearestNeighborFp16Grad()
55 size_t out_x = in ResizeNearestNeighborFp16Grad() local
58 out_addr[out_y * param->out_width_ + out_x] += in_addr[h * param->in_width_ + w]; in ResizeNearestNeighborFp16Grad()
/third_party/freetype/src/base/
Dftcalc.c982 FT_Pos out_x, in ft_corner_orientation() argument
991 MUL_INT64( in_y, out_x ) ); in ft_corner_orientation()
1002 ADD_LONG( FT_ABS( in_y ), FT_ABS( out_x ) ) <= 131071L ) in ft_corner_orientation()
1005 FT_Long z2 = MUL_LONG( in_y, out_x ); in ft_corner_orientation()
1022 ft_multo64( (FT_UInt32)in_y, (FT_UInt32)out_x, &z2 ); in ft_corner_orientation()
1048 FT_Pos out_x, in ft_corner_is_flat() argument
1051 FT_Pos ax = in_x + out_x; in ft_corner_is_flat()
1077 d_out = FT_HYPOT( out_x, out_y ); in ft_corner_is_flat()
/third_party/flutter/skia/third_party/externals/freetype/src/base/
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()
/third_party/skia/third_party/externals/freetype/src/base/
Dftcalc.c982 FT_Pos out_x, in ft_corner_orientation() argument
991 MUL_INT64( in_y, out_x ) ); in ft_corner_orientation()
1002 ADD_LONG( FT_ABS( in_y ), FT_ABS( out_x ) ) <= 131071L ) in ft_corner_orientation()
1005 FT_Long z2 = MUL_LONG( in_y, out_x ); in ft_corner_orientation()
1022 ft_multo64( (FT_UInt32)in_y, (FT_UInt32)out_x, &z2 ); in ft_corner_orientation()
1048 FT_Pos out_x, in ft_corner_is_flat() argument
1051 FT_Pos ax = in_x + out_x; in ft_corner_is_flat()
1077 d_out = FT_HYPOT( out_x, out_y ); in ft_corner_is_flat()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-converter.c354 gint out_x; member
725 (convert->out_x * convert->pack_pstride); in get_border_temp_line()
2129 width += convert->out_x; in setup_allocators()
2197 width += convert->out_x; in setup_borderline()
2379 convert->out_x = get_opt_int (convert, GST_VIDEO_CONVERTER_OPT_DEST_X, 0); in gst_video_converter_new_with_pool()
2381 convert->out_x &= ~((1 << fout->w_sub[1]) - 1); in gst_video_converter_new_with_pool()
2386 convert->out_maxwidth - convert->out_x); in gst_video_converter_new_with_pool()
2391 if (convert->out_width > convert->out_maxwidth - convert->out_x) in gst_video_converter_new_with_pool()
2392 convert->out_width = convert->out_maxwidth - convert->out_x; in gst_video_converter_new_with_pool()
2396 if (convert->out_width + convert->out_x < 0 || in gst_video_converter_new_with_pool()
[all …]
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Dresize_nearest_neighbor_grad_impl.cu59 const int out_x = in ResizeNearestNeighborGrad() local
63 output_pos = pos_array[0] * d2 * d3 * d4 + pos_array[1] * d3 * d4 + out_y * d4 + out_x; in ResizeNearestNeighborGrad()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/
Dresize_nearest_neighbor_grad_cpu_kernel.cc98 … const size_t out_x = std::min((align_corners_) ? static_cast<size_t>(roundf(w * width_scale_)) in LaunchKernel() local
101 output_addr[out_y * out_width_ + out_x] += dloss_addr[h * in_width_ + w]; in LaunchKernel()
/third_party/mesa3d/src/gallium/frontends/xa/
Dxa_renderer.c56 map_point(const float *mat, float x, float y, float *out_x, float *out_y) in map_point() argument
59 *out_x = x; in map_point()
64 *out_x = mat[0] * x + mat[3] * y + mat[6]; in map_point()
69 *out_x *= w; in map_point()
/third_party/flutter/skia/third_party/externals/freetype/include/freetype/internal/
Dftcalc.h340 FT_Pos out_x,
352 FT_Pos out_x,
/third_party/freetype/include/freetype/internal/
Dftcalc.h340 FT_Pos out_x,
352 FT_Pos out_x,
/third_party/flutter/skia/third_party/externals/freetype/src/pshinter/
Dpshalgo.c935 FT_Pos in_x, in_y, out_x, out_y; in psh_glyph_compute_inflections() local
970 out_x = start->org_u - before->org_u; in psh_glyph_compute_inflections()
973 } while ( out_x == 0 && out_y == 0 ); in psh_glyph_compute_inflections()
975 orient_prev = psh_corner_orientation( in_x, in_y, out_x, out_y ); in psh_glyph_compute_inflections()
980 in_x = out_x; in psh_glyph_compute_inflections()
997 out_x = after->org_u - end->org_u; in psh_glyph_compute_inflections()
1000 } while ( out_x == 0 && out_y == 0 ); in psh_glyph_compute_inflections()
1002 orient_cur = psh_corner_orientation( in_x, in_y, out_x, out_y ); in psh_glyph_compute_inflections()
1021 in_x = out_x; in psh_glyph_compute_inflections()
/third_party/freetype/src/pshinter/
Dpshalgo.c934 FT_Pos in_x, in_y, out_x, out_y; in psh_glyph_compute_inflections() local
969 out_x = start->org_u - before->org_u; in psh_glyph_compute_inflections()
972 } while ( out_x == 0 && out_y == 0 ); in psh_glyph_compute_inflections()
974 orient_prev = psh_corner_orientation( in_x, in_y, out_x, out_y ); in psh_glyph_compute_inflections()
979 in_x = out_x; in psh_glyph_compute_inflections()
996 out_x = after->org_u - end->org_u; in psh_glyph_compute_inflections()
999 } while ( out_x == 0 && out_y == 0 ); in psh_glyph_compute_inflections()
1001 orient_cur = psh_corner_orientation( in_x, in_y, out_x, out_y ); in psh_glyph_compute_inflections()
1020 in_x = out_x; in psh_glyph_compute_inflections()
/third_party/skia/third_party/externals/freetype/src/pshinter/
Dpshalgo.c935 FT_Pos in_x, in_y, out_x, out_y; in psh_glyph_compute_inflections() local
970 out_x = start->org_u - before->org_u; in psh_glyph_compute_inflections()
973 } while ( out_x == 0 && out_y == 0 ); in psh_glyph_compute_inflections()
975 orient_prev = psh_corner_orientation( in_x, in_y, out_x, out_y ); in psh_glyph_compute_inflections()
980 in_x = out_x; in psh_glyph_compute_inflections()
997 out_x = after->org_u - end->org_u; in psh_glyph_compute_inflections()
1000 } while ( out_x == 0 && out_y == 0 ); in psh_glyph_compute_inflections()
1002 orient_cur = psh_corner_orientation( in_x, in_y, out_x, out_y ); in psh_glyph_compute_inflections()
1021 in_x = out_x; in psh_glyph_compute_inflections()
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
Dftcalc.h340 FT_Pos out_x,
352 FT_Pos out_x,
/third_party/boost/libs/geometry/test/srs/
Dproj4.hpp130 std::vector<double> & out_x, in forward()
135 out_x = std::move(in_x); in forward()
/third_party/gstreamer/gstplugins_bad/sys/d3dvideosink/
Dd3dhelpers.c953 gdouble * out_x, gdouble * out_y) in d3d_get_render_coordinates() argument
959 g_return_val_if_fail (out_x != NULL, FALSE); in d3d_get_render_coordinates()
1001 *out_x = tmp; in d3d_get_render_coordinates()
1003 *out_x = in d3d_get_render_coordinates()
1007 *out_x = in d3d_get_render_coordinates()
/third_party/mesa3d/src/broadcom/compiler/
Dnir_to_vir.c2594 struct qreg *out_x, in ntq_get_barycentric_centroid() argument
2656 *out_x = offset_x; in ntq_get_barycentric_centroid()
/third_party/gstreamer/gstplugins_base/
DChangeLog61817 gst_video_scaler_vertical (v_scaler, format, lines, d + out_x, i,
61829 gst_video_scaler_vertical (v_scaler, format, lines, d + out_x, i,