Home
last modified time | relevance | path

Searched refs:trail_color (Results 1 – 6 of 6) sorted by relevance

/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Items.ocd/Weapons.ocd/Blunderbuss.ocd/BulletTrail.ocd/
H A DScript.c62 var trail_color = for_bullet->~TrailColor(GetActTime()); in UpdateTrail() local
63 if (trail_color != nil) in UpdateTrail()
/dports/comms/xastir/Xastir-Release-2.1.8/src/
H A Ddatabase.h414 int trail_color; // trail color (when assigned) member
H A Ddraw_symbols.c264 int color = trail_colors[p_station->trail_color]; in draw_WP_line()
3770 int color = trail_colors[p_station->trail_color]; in draw_deadreckoning_features()
H A Ddb.c5129 temp = p_station->trail_color; in Change_trail_color()
5140 p_station->trail_color = temp; in Change_trail_color()
8779 p_station->trail_color = new_trail_color(p_station->call_sign); in store_trail_point()
9189 col_trail = trail_colors[fill->trail_color]; in draw_trail()
9994 p_station->trail_color = 0; in init_station()
/dports/graphics/xfractint/xfractint-20.04p16/common/
H A Dcalcfrac.c2909 int trail_color, fillcolor_used, last_fillcolor_used = -1; local
2943 trail_color = color;
2961 if (color != trail_color) /* DG */
2967 trail_color = color;
2968 fillcolor_used = fillcolor > 0 ? fillcolor : trail_color;
2992 else if (color == trail_color)
3038 && getcolor(col,row) == trail_color)
3045 … while (--right >= ixstart && (color = getcolor(right,row)) == trail_color)
/dports/astro/gpsbabel/gpsbabel-gpsbabel_1_7_0/
H A Dlowranceusr.cc1077 int trail_color = gbfgetint32(file_in); in lowranceusr4_parse_trail() local
1135 …*trail_num, qPrintable(trk_head->rte_name), trail_color, trail_flags, num_trail_pts, num_trail_pts… in lowranceusr4_parse_trail()