Home
last modified time | relevance | path

Searched refs:FindClosest (Results 1 – 25 of 34) sorted by relevance

12

/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/map_model/src/make/
H A Dbridges.rs3 use geom::{Bounds, Distance, FindClosest};
6 let mut closest: FindClosest<RoadID> = FindClosest::new(bounds); in find_bridges()
H A Dparking_lots.rs8 use geom::{Angle, Distance, FindClosest, HashablePt2D, Line, PolyLine, Polygon, Pt2D, Ring};
105 let mut closest: FindClosest<ParkingLotID> = FindClosest::new(map.get_bounds()); in make_all_parking_lots()
H A Dtransit.rs7 use geom::{Distance, Duration, FindClosest, HashablePt2D, Time};
266 let mut closest: FindClosest<()> = FindClosest::new(map.get_bounds()); in lookup()
H A Dmod.rs19 use geom::{Bounds, Distance, FindClosest, HashablePt2D, Speed, EPSILON_DIST};
378 let mut closest: FindClosest<LaneID> = FindClosest::new(bounds); in match_points_to_lanes()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/geom/src/
H A Dfind_closest.rs11 pub struct FindClosest<K> { struct
17 impl<K> FindClosest<K> argument
21 pub fn new(bounds: &Bounds) -> FindClosest<K> { in new()
22 FindClosest { in new()
H A Dlib.rs23 pub use crate::find_closest::FindClosest;
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/convert_osm/src/
H A Dparking.rs3 use geom::{Distance, FindClosest, PolyLine, Pt2D};
54 let mut closest: FindClosest<(OriginalRoad, bool)> = in use_parking_hints()
55 FindClosest::new(&map.gps_bounds.to_bounds()); in use_parking_hints()
149 let mut closest: FindClosest<osm::OsmID> = FindClosest::new(&map.gps_bounds.to_bounds()); in use_offstreet_parking()
H A Dlib.rs10 use geom::{Distance, FindClosest, GPSBounds, LonLat, Pt2D, Ring};
114 let mut closest: FindClosest<osm::OsmID> = FindClosest::new(&map.gps_bounds.to_bounds()); in use_amenities()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/iotool/src/
H A Dmain.rs2 use geom::{Distance, FindClosest, LonLat, Pt2D, Time};
28 let mut closest: FindClosest<TripEndpoint> = FindClosest::new(map.get_bounds()); in import_traffic()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/graphql/types/merge_requests/
H A Dassignee_type.rb6 include FindClosest
H A Dreviewer_type.rb6 include FindClosest
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/graphql/types/concerns/
H A Dfind_closest.rb3 module FindClosest module
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/importer/src/soundcast/
H A Dpopdat.rs2 use geom::{Distance, Duration, FindClosest, LonLat, Pt2D, Time};
119 let mut closest_bldg: FindClosest<osm::OsmID> = FindClosest::new(huge_map.get_bounds()); in import_parcels()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/graphql/types/ci/
H A Drunner_web_url_edge.rb7 include FindClosest
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/test/
H A Dtrace_event_analyzer_unittest.cc859 TEST_F(TraceEventAnalyzerTest, FindClosest) { in TEST_F() argument
863 EXPECT_FALSE(FindClosest(event_ptrs, Query::Bool(true), 0, in TEST_F()
882 EXPECT_FALSE(FindClosest(event_ptrs, query_one, 0, &index_1, &index_2)); in TEST_F()
884 EXPECT_TRUE(FindClosest(event_ptrs, query_one, 3, &index_1, nullptr)); in TEST_F()
887 EXPECT_TRUE(FindClosest(event_ptrs, query_named, 1, &index_1, &index_2)); in TEST_F()
891 EXPECT_TRUE(FindClosest(event_ptrs, query_named, 4, &index_1, &index_2)); in TEST_F()
895 EXPECT_TRUE(FindClosest(event_ptrs, query_named, 3, &index_1, &index_2)); in TEST_F()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/game/src/devtools/
H A Dmapping.rs6 use geom::{Distance, FindClosest, PolyLine, Polygon};
614 let mut closest: FindClosest<RoadID> = FindClosest::new(map.get_bounds()); in find_divided_highways()
657 let mut closest: FindClosest<RoadID> = FindClosest::new(map.get_bounds()); in find_overlapping_stuff()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/widgetry/src/widgets/
H A Dline_plot.rs7 Angle, Bounds, Circle, Distance, Duration, FindClosest, Percent, PolyLine, Polygon, Pt2D, Time,
18 closest: FindClosest<String>,
132 let mut closest = FindClosest::new(&Bounds::from(&vec![ in new()
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/shared/umc/codec/h265_dec/include/
H A Dumc_h265_frame_list.h122 H265DecoderFrame * FindClosest(H265DecoderFrame * pFrame);
/dports/games/scummvm/scummvm-2.5.1/engines/icb/
H A Dtracer.h81 …uint32 FindClosest(const px3DRealPoint &oFrom, px3DRealPoint *oImpactList, uint32 nNumImpacts) con…
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/shared/umc/codec/h264_dec/include/
H A Dumc_h264_frame_list.h128 H264DecoderFrame * FindClosest(H264DecoderFrame * pFrame);
/dports/games/flying/flying-6.20/
H A Dball.h112 static Real FindClosest( const Ball *myself, const Vec2 &pos, Ball **best );
H A Dball.C546 Real Ball::FindClosest( const Ball *myself, const Vec2 &pos, Ball **best ) { in FindClosest() function
567 dist = FindClosest(this,pos,&best); in FitsAt()
H A Dpball.C299 Real min_dist=Ball::FindClosest(cue,dest,&best); in FindCueBall()
433 Real dist = Ball::FindClosest( cue, dest, &nextb ); in GoUnlocked()
/dports/graphics/intergif/igsrc/src/
H A Dframe.c114 static int FindClosest( unsigned int *pPal, unsigned int col )
505 alternative = FindClosest( sum, sum[result] ^ 0xFFFFF00 ); in BitMaskFindTransPixel()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/map_editor/src/
H A Dmodel.rs3 use geom::{Bounds, Circle, Distance, FindClosest, GPSBounds, LonLat, PolyLine, Polygon, Pt2D};
396 let mut closest = FindClosest::new(&self.compute_bounds()); in insert_r_pt()

12