Home
last modified time | relevance | path

Searched refs:draw_current (Results 1 – 17 of 17) sorted by relevance

/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/game/src/edit/traffic_signals/
H A Dmod.rs37 draw_current: Drawable, field
98 draw_current: ctx.upload(GeomBatch::new()), in new()
105 editor.draw_current = editor.recalc_draw_current(ctx, app); in new()
125 self.draw_current = self.recalc_draw_current(ctx, app); in change_stage()
428 self.draw_current = self.recalc_draw_current(ctx, app); in event()
471 g.redraw(&self.draw_current); in draw()
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/x11/
H A Dxtmain.c194 draw_current(side, map); in animate_current_proc()
293 draw_current(side, map); in update_cell_display()
H A Dxcmd.c678 draw_current(side, map); in do_flash()
685 draw_current(side, map); in do_flash()
H A Dxtconq.h608 extern void draw_current(Side *side, Map *map);
H A Dxdraw.c439 draw_current(side, map); in draw_map_view()
1380 draw_current(Side *side, Map *map) in draw_current() function
H A Dxmap.c1624 draw_current(side, map); in set_current_unit()
1641 draw_current(side, map); in set_current_xy()
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/sdl/
H A Dsdlmap.cc36 static void draw_current(Map *map);
348 draw_current(map); in draw_map_overhead()
2255 draw_current(Map *map) in draw_current() function
/dports/games/freedink-engine/freedink-108.4/src/
H A Dfreedinkedit.c382 void draw_current() in draw_current() function
3256 if (mode == MODE_SCREEN_TILES) draw_current(); in updateFrame()
3528 draw_current(); in updateFrame()
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/changelogs/
H A DChangeLog-199950 * tkmap.c (draw_current): Draw resource usage on top of unit
805 * tkmap.c (draw_current): Draw health bar above unit.
873 * tkmap.c (draw_current): Ditto.
875 * xdraw.c (draw_current): Ditto.
1801 (draw_current): Fix use of colors.
2274 (draw_current): Fix for windows, make only two pixels wide
3700 * tkmap.c (draw_current): Draw emblem also.
4023 (draw_current): Always draw the unit too.
4096 * tkmap.c (draw_current): Test curunit_id.
H A DChangeLog-199832 (draw_map_widget): Move draw_current to unit draws.
40 (draw_current): Animate selection box, fix coloring.
2296 * xdraw.c (draw_cursor_icon): Merge into draw_current.
2297 (draw_current): Reflect acp a la Mac interface, use anim_state
H A DChangeLog-20011080 * tkmap.c (draw_current): Fix test for health bar color change.
H A DChangeLog-20022019 (draw_current): Test sw before calling draw_unit_name.
2265 been an attempt to fix this. The bug was in draw_current, however,
2271 * tkmap.c (draw_current): Call draw_resource_usage for the used
2275 * sdlmap.c (draw_current): Add resource icon drawing code but
3162 (draw_current): Use blinking rect instead of crawling ants
H A DChangeLog-20035513 * tkmap.c (draw_current): Return if uview does not exist. Remove
6641 (draw_current): Add unit view branch for the bounding box.
6652 (draw_current): Add unit view branch for the bounding box.
6831 (draw_current): Set sw and sh to vp->hw if big_unit_images is true.
6840 (draw_current): Set sw and sh to vp->hw if big_unit_images is true.
6891 (draw_current): Change args in draw_unit_size.
6899 (draw_current): Change args in draw_unit_size.
H A DChangeLog-2004216 (draw_current): Start to simplify as with Tkconq. Also, adjust to
234 (draw_current): Rewritten function. Much, much cleaner.
2671 (draw_current): Pass unit->imf instead of unit->type
2692 (draw_current): Pass unit->imf instead of unit->type
2720 (draw_current): Pass unit->imf instead of unit->type
3620 * tkmap.c (draw_current): Use for_all_view_stack_with_occs
H A DChangeLog-2000840 * tkmap.c (draw_current): Don't draw alarming colors for the
4569 (draw_current): Handle show_all case.
4623 (draw_current, draw_unit_blast): Add isometric case.
4859 (draw_current): Test any_resources, call x_xform_unit_self_view
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/
H A DChangeLog1165 draw_current): Handle master uviews as well as side uviews.
1204 (draw_current): Handle master uview as well as side uview.
1287 * sdlmap.cc, tkmap.c (draw_current): If occ less than 16 px wide,
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/tcltk/
H A Dtkmap.c210 static void draw_current(MapW *mapw);
1064 draw_current(mapw); in draw_map_widget()
3477 draw_current(MapW *mapw) in draw_current() function