Home
last modified time | relevance | path

Searched refs:small_heading (Results 1 – 25 of 49) sorted by relevance

12

/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/game/src/common/
H A Dnavigate.rs22 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 Disochrone.rs23 Line("Isochrone").small_heading().draw(ctx), in new()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/game/src/info/
H A Ddebug.rs10 Line(id.to_string()).small_heading().draw(ctx), in area()
H A Dintersection.rs254 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 Dperson.rs413 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 Dbus.rs18 Line("Bus stop").small_heading().draw(ctx), in stop()
144 .small_heading() in bus_header()
165 .small_heading() in route()
H A Dparking_lot.rs64 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 Dplay_scenario.rs118 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 Dfreeform.rs115 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 Dstyle.css5 p.small_heading {
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/widgetry/examples/
H A Ddemo.rs60 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 Dmod.rs313 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 Dbulk.rs28 Line("Edit many roads").small_heading().draw(ctx), in make_select_panel()
110 .small_heading() in new()
H A Droutes.rs24 Line("Route editor").small_heading().draw(ctx), in new()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/game/src/sandbox/
H A Duber_turns.rs35 .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 Dgame.rs306 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 Dpicker.rs31 .small_heading() in new()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/game/src/devtools/
H A Dscenario.rs52 .small_heading() in new()
H A Dmod.rs28 Line("Internal dev tools").small_heading().draw(ctx), in new()
H A Dpolygon.rs33 Line("Polygon editor").small_heading().draw(ctx), in new()
H A Ddestinations.rs95 Line("Most popular destinations").small_heading().draw(ctx), in make()
H A Dstory.rs305 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 Dpolygons.rs32 Line("Geometry debugger").small_heading().draw(ctx), in new()
H A Dfloodfill.rs52 Line(title).small_heading().draw(ctx), in new()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/widgetry/src/
H A Devent_ctx.rs168 let mut txt = Text::from(Line(&self.title).small_heading()); in redraw()

12