Home
last modified time | relevance | path

Searched refs:SCREENabs (Results 1 – 23 of 23) sorted by relevance

/dports/cad/geda/geda-gaf-1.8.2/gschem/src/
H A Dx_grid.c69 screen_incr = SCREENabs (w_current, incr); in query_dots_grid_spacing()
232 screen_incr = SCREENabs (w_current, incr); in query_mesh_grid_spacing()
240 screen_incr = SCREENabs (w_current, incr); in query_mesh_grid_spacing()
268 screen_incr = SCREENabs (w_current, incr); in draw_mesh_grid_region()
280 screen_incr = SCREENabs (w_current, incr); in draw_mesh_grid_region()
H A Dgschem_cairo.c36 int width = SCREENabs (w_current, w_width); in screen_width()
146 s_width = SCREENabs (w_current, 2 * half_width); in gschem_cairo_center_box()
147 s_height = SCREENabs (w_current, 2 * half_height); in gschem_cairo_center_box()
256 s_diameter = SCREENabs (w_current, 2 * radius); in gschem_cairo_center_arc()
H A Do_picture.c212 width = SCREENabs (w_current, GET_PICTURE_WIDTH (w_current)); in o_picture_invalidate_rubber()
213 height = SCREENabs (w_current, GET_PICTURE_HEIGHT(w_current)); in o_picture_invalidate_rubber()
351 (float)SCREENabs (w_current, abs (o_current->picture->upper_x - in o_picture_draw()
353 (float)SCREENabs (w_current, abs (o_current->picture->upper_y - in o_picture_draw()
H A Do_basic.c62 cue_half_size = SCREENabs (w_current, CUE_BOX_SIZE); in o_redraw_rects()
508 cue_half_size = SCREENabs (w_current, CUE_BOX_SIZE); in o_invalidate_rect()
H A Do_pin.c196 bloat = SCREENabs (w_current, PIN_WIDTH_NET) / 2; in o_pin_invalidate_rubber()
H A Do_grips.c1449 size = SCREENabs (w_current, GRIP_SIZE1); in o_grips_size()
1452 size = SCREENabs (w_current, GRIP_SIZE2); in o_grips_size()
1455 size = SCREENabs (w_current, GRIP_SIZE3); in o_grips_size()
H A Do_misc.c429 text_screen_height = SCREENabs (w_current, y2 - y1); in o_edit_find_text()
435 text_screen_height = SCREENabs (w_current, y2 - y1); in o_edit_find_text()
H A Do_bus.c266 bloat = SCREENabs (w_current, BUS_WIDTH) / 2; in o_bus_invalidate_rubber()
H A Do_text.c308 px = SCREENabs (w_current, 4 * 10); in draw_construction_lines()
500 SCREENabs (w_current, X_SMALL_DIST) < MINIMUM_MARK_SMALL_DIST) in o_text_draw()
H A Do_arc.c80 radius = SCREENabs (w_current, w_current->distance); in o_arc_invalidate_rubber()
H A Do_cue.c196 double s_size = SCREENabs (w_current, CUE_BOX_SIZE); in o_cue_draw_lowlevel()
H A Do_circle.c324 radius = SCREENabs (w_current, w_current->distance); in o_circle_invalidate_rubber()
H A Do_select.c216 if (SCREENabs (w_current, max(diff_x, diff_y)) < 10) { in o_select_box_start()
H A Do_path.c59 line_width = SCREENabs (w_current, object->line_width); in path_path()
H A Dm_basic.c243 int SCREENabs(GSCHEM_TOPLEVEL *w_current, int val) in SCREENabs() function
H A Do_net.c801 size = SCREENabs (w_current, NET_WIDTH); in o_net_invalidate_rubber()
/dports/cad/lepton-eda/lepton-eda-1.9.17/liblepton/src/
H A Dedacairo.c43 SCREENabs (cairo_t *cr, double dist) in SCREENabs() function
206 s_width = SCREENabs (cr, 2 * half_width); in eda_cairo_center_box()
207 s_height = SCREENabs (cr, 2 * half_height); in eda_cairo_center_box()
327 s_diameter = SCREENabs (cr, 2 * radius); in eda_cairo_center_arc()
/dports/cad/geda/geda-gaf-1.8.2/gschem/include/
H A Dprototype.h468 int SCREENabs(GSCHEM_TOPLEVEL *w_current, int val);
/dports/cad/lepton-eda/lepton-eda-1.9.17/docs/changelogs/
H A Dchangelog.libgeda4117 12/9/98 Added WORLDabs and SCREENabs, these function, don't return a points
H A Dchangelog.gschem6803 the SCREENabs routine when drawing thick pins/nets
/dports/cad/geda/geda-gaf-1.8.2/libgeda/
H A DChangeLog-1.04117 12/9/98 Added WORLDabs and SCREENabs, these function, don't return a points
/dports/cad/geda/geda-gaf-1.8.2/gschem/
H A DChangeLog4090 Rather than using SCREENabs, use the screen_width function to
4169 Rather than using SCREENabs, use the screen_width function to
H A DChangeLog-1.06803 the SCREENabs routine when drawing thick pins/nets