Home
last modified time | relevance | path

Searched refs:start_coords (Results 1 – 25 of 48) sorted by relevance

12

/dports/graphics/gimp-app/gimp-2.10.30/app/core/
H A Dgimpcoords-interpolate.c254 GimpCoords start_coords; in gimp_coords_interpolate_catmull() local
270 start_coords = catmull_pt[1]; in gimp_coords_interpolate_catmull()
278 delta_dir = end_coords.direction - start_coords.direction; in gimp_coords_interpolate_catmull()
298 start_coords.x, in gimp_coords_interpolate_catmull()
305 start_coords.y, in gimp_coords_interpolate_catmull()
312 start_coords.pressure, in gimp_coords_interpolate_catmull()
320 start_coords.xtilt, in gimp_coords_interpolate_catmull()
326 start_coords.ytilt, in gimp_coords_interpolate_catmull()
333 start_coords.wheel, in gimp_coords_interpolate_catmull()
339 start_coords.velocity, in gimp_coords_interpolate_catmull()
[all …]
/dports/games/vamos/vamos-0.7.1/track/
H A Dtest_Road_Segment.cc150 BOOST_CHECK_EQUAL (f.segment.start_coords().y, 2.0); in BOOST_AUTO_TEST_CASE()
191 Three_Vector world_pos (f.segment.start_coords ()); in BOOST_AUTO_TEST_CASE()
202 Three_Vector world_pos (f.segment.start_coords ()); in BOOST_AUTO_TEST_CASE()
214 Three_Vector world_pos (f.segment.start_coords ()); in BOOST_AUTO_TEST_CASE()
286 Three_Vector world_pos (f.segment.start_coords ()); in BOOST_AUTO_TEST_CASE()
297 Three_Vector world_pos (f.segment.start_coords ()); in BOOST_AUTO_TEST_CASE()
309 Three_Vector world_pos (f.segment.start_coords ()); in BOOST_AUTO_TEST_CASE()
421 Three_Vector world_pos (f.segment.start_coords ()); in BOOST_AUTO_TEST_CASE()
432 Three_Vector world_pos (f.segment.start_coords ()); in BOOST_AUTO_TEST_CASE()
445 Three_Vector world_pos (f.segment.start_coords ()); in BOOST_AUTO_TEST_CASE()
[all …]
H A DGl_Road_Segment.cc86 void start (const Three_Vector& start_coords,
141 Segment_Iterator::start (const Three_Vector& start_coords, in start() argument
145 m_coordinates = start_coords; in start()
706 glTranslatef (start_coords ().x, start_coords ().y, start_coords ().z); in build()
721 mp_iterator->start (start_coords (), start_angle (), strip); in draw_strip()
806 Gl_Road_Segment::set_start (const Three_Vector& start_coords, in set_start() argument
812 Road_Segment::set_start (start_coords, in set_start()
H A DStrip_Track.cc604 Road::build_segments (Three_Vector start_coords, in build_segments() argument
624 start_coords = (*it)->end_coords (); in build_segments()
832 join (first.start_coords (), in build()
834 first.start_coords (), in build()
864 Road::join (const Three_Vector& start_coords, in join() argument
1071 return pit_in.center_of_curve () - pit_in.start_coords () in pit_in_offset()
1098 return pit_out.center_of_curve () - pit_out.start_coords () in pit_out_offset()
1121 build_segments (pit_in.start_coords () + pit_in_offset (pit_in), in build()
1128 join (pit_in.start_coords () + pit_in_offset (pit_in), in build()
1130 pit_out.start_coords () + pit_out_offset (pit_out), in build()
[all …]
H A DRoad_Segment.h294 Vamos_Geometry::Three_Vector start_coords () const in start_coords() function
317 virtual void set_start (const Vamos_Geometry::Three_Vector& start_coords,
H A DRoad_Segment.cc435 Road_Segment::set_start (const Three_Vector& start_coords, in set_start() argument
442 m_start_coords = start_coords; in set_start()
753 pos += start_coords () in position()
/dports/databases/grass7/grass-7.8.6/scripts/r.drain/
H A Dr.drain.py132 start_coords = options['start_coordinates']
153 if start_coords:
154 kwargs['start_coordinates'] = start_coords
/dports/databases/tiledb/TileDB-2.5.2/test/src/
H A Dunit-Subarray.cc331 std::vector<uint64_t> start_coords; in verify_expanded_coordinates_2D() local
334 range_idx_start, range_idx_end, &start_coords, &end_coords); in verify_expanded_coordinates_2D()
335 REQUIRE(start_coords == expected_start_coords); in verify_expanded_coordinates_2D()
350 for (uint64_t x = start_coords[0]; x <= end_coords[0]; ++x) { in verify_expanded_coordinates_2D()
351 for (uint64_t y = start_coords[1]; y <= end_coords[1]; ++y) { in verify_expanded_coordinates_2D()
599 std::vector<uint64_t> start_coords; in verify_expanded_coordinates_3D() local
602 range_idx_start, range_idx_end, &start_coords, &end_coords); in verify_expanded_coordinates_3D()
603 REQUIRE(start_coords == expected_start_coords); in verify_expanded_coordinates_3D()
618 for (uint64_t x = start_coords[0]; x <= end_coords[0]; ++x) { in verify_expanded_coordinates_3D()
619 for (uint64_t y = start_coords[1]; y <= end_coords[1]; ++y) { in verify_expanded_coordinates_3D()
[all …]
H A Dunit-TileDomain.cc66 auto start_coords = tile_domain.start_coords(tile_coords); variable
67 CHECK(start_coords == std::vector<int32_t>({11}));
109 auto start_coords = tile_domain.start_coords(tile_coords); variable
110 CHECK(start_coords == std::vector<int32_t>({3, 6}));
/dports/databases/tiledb/TileDB-2.5.2/tiledb/sm/query/
H A Dresult_space_tile.h87 const std::vector<T>& start_coords() const { in start_coords() function
92 void set_start_coords(const std::vector<T>& start_coords) { in set_start_coords() argument
93 start_coords_ = start_coords; in set_start_coords()
H A Dread_cell_slab_iter.cc312 &slab_overlap[0], result_space_tile->start_coords(), &start); in compute_result_cell_slabs_dense()
359 &pit->coords_[0], result_space_tile.start_coords(), &start); in compute_result_cell_slabs_empty()
/dports/www/py-folium/folium-0.12.1/examples/
H A Dflask_example.py26 start_coords = (46.9540700, 142.7360300)
27 folium_map = folium.Map(location=start_coords, zoom_start=14)
/dports/games/xonotic/Xonotic/source/qcsrc/menu/item/
H A Dimage.qc126 me.start_coords = coords;
134 me.zoomOffset_x = me.start_zoomOffset.x + (me.start_coords.x - coords.x) / me.imgSize.x;
135 me.zoomOffset_y = me.start_zoomOffset.y + (me.start_coords.y - coords.y) / me.imgSize.y;
181 me.zoomOffset_x = me.start_zoomOffset.x + (me.start_coords.x - 0.5) / me.imgSize.x;
182 me.zoomOffset_y = me.start_zoomOffset.y + (me.start_coords.y - 0.5) / me.imgSize.y;
H A Dimage.qh25 ATTRIB(Image, start_coords, vector, '0 0 0');
/dports/games/julius/julius-1.7.0/src/input/
H A Dtouch.c141 int touch_create(touch_coords start_coords, time_millis start_time) in touch_create() argument
149 t->start_point = start_coords; in touch_create()
150 t->current_point = start_coords; in touch_create()
151 t->previous_frame_point = start_coords; in touch_create()
H A Dtouch.h46 int touch_create(touch_coords start_coords, time_millis start_time);
/dports/games/augustus/augustus-3.1.0/src/input/
H A Dtouch.c141 int touch_create(touch_coords start_coords, time_millis start_time) in touch_create() argument
149 t->start_point = start_coords; in touch_create()
150 t->current_point = start_coords; in touch_create()
151 t->previous_frame_point = start_coords; in touch_create()
H A Dtouch.h46 int touch_create(touch_coords start_coords, time_millis start_time);
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dw32console.c400 COORD start_coords; in w32con_write_glyphs_with_face() local
402 start_coords.X = x; in w32con_write_glyphs_with_face()
403 start_coords.Y = y; in w32con_write_glyphs_with_face()
406 coding->produced, start_coords, in w32con_write_glyphs_with_face()
413 filled, start_coords, &written)) in w32con_write_glyphs_with_face()
/dports/editors/emacs/emacs-27.2/src/
H A Dw32console.c400 COORD start_coords; in w32con_write_glyphs_with_face() local
402 start_coords.X = x; in w32con_write_glyphs_with_face()
403 start_coords.Y = y; in w32con_write_glyphs_with_face()
406 coding->produced, start_coords, in w32con_write_glyphs_with_face()
413 filled, start_coords, &written)) in w32con_write_glyphs_with_face()
/dports/science/code_saturne/code_saturne-7.1.0/src/lagr/
H A Dcs_lagr_tracking.c139 cs_real_t start_coords[3]; /* starting coordinates for member
361 attr_start = offsetof(cs_lagr_tracking_info_t, start_coords); in _define_particle_datatype()
853 = ((const cs_lagr_tracking_info_t *)particle)->start_coords; in _manage_error()
952 disp[k] = particle_coord[k] - p_info->start_coords[k]; in _internal_treatment()
959 intersect_pt[k] = disp[k]*t_intersect + p_info->start_coords[k]; in _internal_treatment()
1160 disp[k] = particle_coord[k] - p_info->start_coords[k]; in _boundary_treatment()
1173 intersect_pt[k] = disp[k]*t_intersect + p_info->start_coords[k]; in _boundary_treatment()
1943 cs_real_t *prev_location = p_info->start_coords; in _local_propagation()
2954 _tracking_info(particles, i)->start_coords[0] = prv_part_coord[0]; in _initialize_displacement()
2955 _tracking_info(particles, i)->start_coords[1] = prv_part_coord[1]; in _initialize_displacement()
[all …]
/dports/databases/tiledb/TileDB-2.5.2/tiledb/sm/subarray/
H A Dsubarray.cc466 auto start_coords = get_range_coords(start); in get_subarray() local
472 for (uint64_t r = start_coords[d]; r <= end_coords[d]; ++r) { in get_subarray()
2404 std::vector<uint64_t> start_coords; in compute_relevant_fragments() local
2437 fn_ctx->last_start_coords_ = start_coords; in compute_relevant_fragments()
2446 start_coords, in compute_relevant_fragments()
2474 std::vector<uint64_t>* const start_coords, in get_expanded_coordinates() argument
2478 *start_coords = get_range_coords(range_idx_start); in get_expanded_coordinates()
2489 assert(*start_coords == *end_coords); in get_expanded_coordinates()
2532 (*start_coords)[d] = 0; in get_expanded_coordinates()
2538 (*start_coords)[d] = 0; in get_expanded_coordinates()
[all …]
/dports/science/code_saturne/code_saturne-7.1.0/src/user_examples/
H A Dcs_user_postprocess-profiles.c186 const cs_real_t start_coords[3] = {x, 0.1, 0.05}; in cs_user_postprocess_probes() local
192 start_coords, in cs_user_postprocess_probes()
/dports/science/code_saturne/code_saturne-7.1.0/src/base/
H A Dcs_probe.h322 const cs_real_t start_coords[3],
/dports/graphics/gimp-app/gimp-2.10.30/app/paint/
H A Dgimppaintcoreundo.c92 paint_core_undo->last_coords = paint_core_undo->paint_core->start_coords; in gimp_paint_core_undo_constructed()

12