/third_party/boost/boost/geometry/strategies/spherical/ |
D | distance_segment_box.hpp | 51 BoxPoint const& bottom_left, in segment_below_of_box() 87 (input_box, geometry::get_as_radian<0>(bottom_left)); in segment_below_of_box() 89 (input_box, geometry::get_as_radian<1>(bottom_left)); in segment_below_of_box() 147 if (less_equal(geometry::get_as_radian<0>(bottom_left), in segment_below_of_box() 151 … SegmentBoxStrategy::distance_ps_strategy::type().apply(bottom_left, p0, p1)); in segment_below_of_box() 172 BPoint& bottom_left, in mirror() 180 BPoint bl = bottom_left; in mirror() 184 geometry::set<1>(bottom_left, geometry::get<1>(top_left) * -1); in mirror() 273 BoxPoint const& bottom_left, in segment_below_of_box() 287 >(p0,p1,top_left,top_right,bottom_left,bottom_right, in segment_below_of_box() [all …]
|
D | distance_cross_track_point_box.hpp | 69 box_point_type bottom_left, bottom_right, top_left, top_right; in apply() local 71 bottom_left, bottom_right, in apply() 77 ReturnType const lon_min = geometry::get_as_radian<0>(bottom_left); in apply() 78 ReturnType const lat_min = geometry::get_as_radian<1>(bottom_left); in apply() 178 ? ps_strategy.apply(point, bottom_left, top_left) in apply()
|
/third_party/boost/boost/geometry/algorithms/detail/distance/ |
D | segment_to_box.hpp | 461 BoxPoint const& bottom_left, in apply() 478 if (geometry::get<0>(p1) <= geometry::get<0>(bottom_left)) in apply() 483 >::apply(p1, p0, top_left, bottom_left, in apply() 499 BoxPoint const& bottom_left, in apply() 507 if (geometry::get<1>(p1) < geometry::get<1>(bottom_left)) in apply() 515 bottom_left, bottom_right); in apply() 575 BoxPoint const& bottom_left, in non_negative_slope_segment() argument 596 top_left, top_right, bottom_left, bottom_right, in non_negative_slope_segment() 606 top_left, top_right, bottom_left, bottom_right, in non_negative_slope_segment() 629 BoxPoint const& bottom_left, in negative_slope_segment() argument [all …]
|
/third_party/boost/boost/geometry/strategies/geographic/ |
D | distance_segment_box.hpp | 137 BoxPoint const& bottom_left, in segment_below_of_box() 160 >(p0,p1,top_left,top_right,bottom_left,bottom_right, in segment_below_of_box() 171 BPoint& bottom_left, in mirror() 178 bottom_left, bottom_right, in mirror()
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/ |
D | crop_and_resize_cpu_kernel.cc | 158 const float bottom_left = static_cast<float>( in Launch() local 165 const float bottom = bottom_left + (bottom_right - bottom_left) * (target_x - left_x_index); in Launch() 197 const float bottom_left = static_cast<float>( in Launch() local 205 top_right * (1 - y_lerp) * x_lerp + bottom_left * y_lerp * (1 - x_lerp); in Launch()
|
D | resize_bilinear_cpu_kernel.cc | 134 const float bottom_left(ys_input_upper_ptr[xs_lower]); in LaunchKernel() local 137 ComputeLerp(top_left, top_right, bottom_left, bottom_right, xs_lerp, ys_lerp); in LaunchKernel()
|
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | videoflip.c | 199 gsize bottom_left = in GST_START_TEST() local 204 out_map_info.data[bottom_left + 0]); in GST_START_TEST() 206 out_map_info.data[bottom_left + 1]); in GST_START_TEST() 208 out_map_info.data[bottom_left + 2]); in GST_START_TEST() 210 out_map_info.data[bottom_left + 3]); in GST_START_TEST()
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/ |
D | crop_and_resize_impl.cu | 81 const float bottom_left = static_cast<float>( in CropAndResize() local 88 const float bottom = bottom_left + (bottom_right - bottom_left) * x_lerp; in CropAndResize()
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/ |
D | common_utils.h | 132 inline T ComputeLerp(T top_left, T top_right, T bottom_left, T bottom_right, T x_lerp, T y_lerp) { in ComputeLerp() argument 134 T bottom = bottom_left + (bottom_right - bottom_left) * x_lerp; in ComputeLerp()
|
/third_party/skia/third_party/externals/freetype/include/freetype/ |
D | ftcolor.h | 1438 FT_Vector bottom_left; member
|
/third_party/mindspore/mindspore/dataset/vision/ |
D | py_transforms_util.py | 758 bottom_left = img.crop((0, img_height - crop_height, crop_width, img_height)) 761 return top_left, top_right, bottom_left, bottom_right, center 923 bottom_left = (random.randint(0, distorted_half_width), 927 end_points = [top_left, top_right, bottom_right, bottom_left]
|
/third_party/gstreamer/gstplugins_base/ext/gl/ |
D | gstgltransformation.c | 592 graphene_point3d_t bottom_left, bottom_right, top_left, top_right; in _init_world_video_plane() local 598 graphene_point3d_init (&bottom_left, -transformation->aspect, -1., 0.); in _init_world_video_plane() 602 &bottom_left, &world_bottom_left); in _init_world_video_plane()
|
/third_party/skia/src/ports/ |
D | SkFontHost_FreeType.cpp | 1116 bounds.xMin = colrGlyphBbox.bottom_left.x; in generateMetrics() 1117 bounds.xMax = colrGlyphBbox.bottom_left.x; in generateMetrics() 1118 bounds.yMin = colrGlyphBbox.bottom_left.y; in generateMetrics() 1119 bounds.yMax = colrGlyphBbox.bottom_left.y; in generateMetrics()
|
D | SkFontHost_FreeType_common.cpp | 1043 resultPath = SkPath::Polygon({{SkFDot6ToScalar(colrGlyphClipBox.bottom_left.x), in GetClipBoxPath() 1044 -SkFDot6ToScalar(colrGlyphClipBox.bottom_left.y)}, in GetClipBoxPath()
|
/third_party/ffmpeg/libavfilter/ |
D | vf_deshake_opencl.c | 1015 cl_float2 bottom_left = transformed_point(0, frame_height, transform); in update_needed_crop() local 1029 bottom_left.s[0] in update_needed_crop() 1047 bottom_left.s[1] in update_needed_crop()
|
/third_party/skia/third_party/externals/freetype/src/sfnt/ |
D | ttcolr.c | 918 clip_box->bottom_left = corners[0]; in tt_face_get_color_glyph_clipbox()
|