Home
last modified time | relevance | path

Searched refs:draw_nice_string (Results 1 – 13 of 13) sorted by relevance

/dports/comms/xastir/Xastir-Release-2.1.8/src/
H A Ddraw_symbols.c2957 draw_nice_string(w,where,letter_style,x_offset,y_offset,alt_text,0x08,0x48,length); in draw_symbol()
2966 draw_nice_string(w,where,letter_style,x_offset,y_offset,callsign_text,0x08,0x0f,length); in draw_symbol()
2975 draw_nice_string(w,where,letter_style,x_offset,y_offset,speed_text,0x08,0x4a,length); in draw_symbol()
2984 draw_nice_string(w,where,letter_style,x_offset,y_offset,course_text,0x08,0x52,length); in draw_symbol()
2993 draw_nice_string(w,where,letter_style,x_offset,y_offset,signpost,0x08,0x0f,length); in draw_symbol()
3018 draw_nice_string(w,where,letter_style,x_offset,y_offset,my_distance,0x08,0x0f,length); in draw_symbol()
3027 draw_nice_string(w,where,letter_style,x_offset,y_offset,my_course,0x08,0x0f,length); in draw_symbol()
3094 draw_nice_string(w,where,letter_style,x_offset,y_offset,age,0x08,fgcolor,length); in draw_symbol()
3116 draw_nice_string(w,where,letter_style,x_offset,y_offset,wx_temp,0x08,0x40,length); in draw_symbol()
3126 draw_nice_string(w,where,letter_style,x_offset,y_offset,wx_wind,0x08,0x40,length); in draw_symbol()
[all …]
H A Ddraw_symbols.h46 extern void draw_nice_string(Widget w, Pixmap where, int style, long x, long y, char *text, int bgc…
H A Dmap_shp.c1805 draw_nice_string(w, pixmap, 0, x+10, y+5, (char*)temp, 0xf, 0x10, strlen(temp)); in draw_shapefile_map()
3302 draw_nice_string(w, in draw_shapefile_map()
H A Dmap_gnis.c1190 draw_nice_string(w, pixmap, 0, x+10, y+5, (char*)name, 0xf, 0x10, strlen(name)); in draw_gnis_map()
H A Dmap_pop.c1190 draw_nice_string(w, pixmap, 0, x+10, y+5, (char*)name, 0xf, 0x10, strlen(name)); in draw_pop_map()
H A Dobjects.c4331draw_nice_string(w,pixmap_final,letter_style,x_offset,y_offset,object_ptr->label,0x08,0x40,strlen(… in Draw_All_CAD_Objects()
4340draw_nice_string(w,pixmap_final,letter_style,x_offset,y_offset,probability_string,0x08,0x40,strlen… in Draw_All_CAD_Objects()
4347draw_nice_string(w,pixmap_final,letter_style,x_offset,y_offset,object_ptr->comment,0x08,0x40,strle… in Draw_All_CAD_Objects()
4356draw_nice_string(w,pixmap_final,letter_style,x_offset,y_offset,area_description,0x08,0x40,strlen(a… in Draw_All_CAD_Objects()
H A Ddb.c3933 draw_nice_string(w,pixmap_final,letter_style,x,y,text,0x10,0x20,len); in draw_ruler_text()
4167draw_nice_string(w,pixmap_final,letter_style,x_screen+border_offset,y_screen-border_offset-3,text,… in draw_range_scale()
4172 draw_nice_string(w,pixmap_final,letter_style,x_screen,y_screen,text,0x10,0x20,len); in draw_range_scale()
9278 draw_nice_string(da, in draw_trail()
9293 draw_nice_string(da, in draw_trail()
/dports/comms/xastir/Xastir-Release-2.1.8/help/
H A Dhelp-French.dat194 Fixed a big memory leak in draw_nice_string() function.
H A Dhelp-Italian.dat197 Fixed a big memory leak in draw_nice_string() function.
H A Dhelp-Portuguese.dat200 Fixed a big memory leak in draw_nice_string() function.
H A Dhelp-English.dat200 Fixed a big memory leak in draw_nice_string() function.
H A Dhelp-Dutch.dat200 Fixed a big memory leak in draw_nice_string() function.
/dports/comms/xastir/Xastir-Release-2.1.8/
H A DChangeLog6995 Moving screen boundary checks into draw_nice_string() and