/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/game/src/common/ |
H A D | navigate.rs | 22 Line("Enter a street name").small_heading().draw(ctx), in new() 107 let mut txt = Text::from(Line("What cross street?").small_heading()); in new() 205 .small_heading() in new()
|
H A D | isochrone.rs | 23 Line("Isochrone").small_heading().draw(ctx), in new()
|
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/game/src/info/ |
H A D | debug.rs | 10 Line(id.to_string()).small_heading().draw(ctx), in area()
|
H A D | intersection.rs | 254 txt.add(Line(format!("{} stages", signal.stages.len())).small_heading()); in traffic_signal() 347 Line("Delay through intersection").small_heading().draw(ctx), in delay_plot() 377 Line(label).small_heading().draw(ctx), in header()
|
H A D | person.rs | 413 Line("Pedestrian crowd").small_heading().draw(ctx), in crowd() 456 .small_heading() in parked_car() 558 Line(format!("{}", id)).small_heading().draw(ctx), in header() 566 .small_heading() in header()
|
H A D | bus.rs | 18 Line("Bus stop").small_heading().draw(ctx), in stop() 144 .small_heading() in bus_header() 165 .small_heading() in route()
|
H A D | parking_lot.rs | 64 Line(id.to_string()).small_heading().draw(ctx), in header()
|
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/game/src/sandbox/gameplay/ |
H A D | play_scenario.rs | 118 Line("Sandbox").small_heading().draw(ctx), in make_top_center() 168 Line("Modify traffic patterns").small_heading().draw(ctx), in new() 342 Line("Change trip mode").small_heading().draw(ctx), in new()
|
H A D | freeform.rs | 115 Line("Sandbox").small_heading().draw(ctx), in make_top_center() 228 Line("New trip").small_heading().draw(ctx), in new()
|
/dports/devel/jcmdline/jcmdline-2.0.0/doc/ |
H A D | style.css | 5 p.small_heading {
|
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/widgetry/examples/ |
H A D | demo.rs | 60 Line("Here's a bunch of text to force some scrolling.").small_heading(), in make_timeseries_panel() 254 Line("widgetry demo").small_heading(), in make_controls()
|
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/game/src/edit/ |
H A D | mod.rs | 313 Line(title).small_heading().draw(ctx), in new() 403 Line("Your edits").small_heading().draw(ctx), in new() 414 let mut proposals = vec![Line("Community proposals").small_heading().draw(ctx)]; in new() 427 Line("Load edits").small_heading().draw(ctx), in new() 517 .small_heading() in make_topcenter()
|
H A D | bulk.rs | 28 Line("Edit many roads").small_heading().draw(ctx), in make_select_panel() 110 .small_heading() in new()
|
H A D | routes.rs | 24 Line("Route editor").small_heading().draw(ctx), in new()
|
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/game/src/sandbox/ |
H A D | uber_turns.rs | 35 .small_heading() in new() 173 Line("Uber-turn viewer").small_heading().draw(ctx), in new()
|
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/game/src/ |
H A D | game.rs | 306 Line(query).small_heading().draw(ctx), in new() 383 Line(query).small_heading().draw(ctx), in new() 452 txt.add(Line(title).small_heading()); in also_draw()
|
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/game/src/edit/traffic_signals/ |
H A D | picker.rs | 31 .small_heading() in new()
|
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/game/src/devtools/ |
H A D | scenario.rs | 52 .small_heading() in new()
|
H A D | mod.rs | 28 Line("Internal dev tools").small_heading().draw(ctx), in new()
|
H A D | polygon.rs | 33 Line("Polygon editor").small_heading().draw(ctx), in new()
|
H A D | destinations.rs | 95 Line("Most popular destinations").small_heading().draw(ctx), in make()
|
H A D | story.rs | 305 Line("Story map editor").small_heading().draw(ctx), in make_panel() 504 Line("Editing marker").small_heading().draw(ctx), in make_editor()
|
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/game/src/debug/ |
H A D | polygons.rs | 32 Line("Geometry debugger").small_heading().draw(ctx), in new()
|
H A D | floodfill.rs | 52 Line(title).small_heading().draw(ctx), in new()
|
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/widgetry/src/ |
H A D | event_ctx.rs | 168 let mut txt = Text::from(Line(&self.title).small_heading()); in redraw()
|