Home
last modified time | relevance | path

Searched refs:set_magnification (Results 1 – 16 of 16) sorted by relevance

/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/sdet/
H A Dsdet_edgel_regions.h92 void set_magnification(float magnification) { magnification_=magnification; }
/dports/misc/vxl/vxl-3.3.2/contrib/gel/gevd/
H A Dgevd_edgel_regions.h82 void set_magnification(float magnification){magnification_=magnification;} in set_magnification() function
H A Dgevd_region_proc.cxx204 er.set_magnification(expand_scale_); in extract_regions()
/dports/graphics/netpbm/netpbm-10.91.01/converter/other/fiasco/
H A Dfiasco.h186 int (*set_magnification) (struct fiasco_d_options *options, member
/dports/deskutils/genius/genius-1.0.27/gtkextra/
H A Dgtkplotcanvas.h154 void (*set_magnification) (GtkPlotCanvas *canvas, GtkPlotCanvasChild *child, gdouble m); member
H A Dgtkplotcanvas.c242 klass->set_magnification = NULL; in gtk_plot_canvas_child_class_init()
2146 if(GTK_PLOT_CANVAS_CHILD_CLASS(GTK_WIDGET_GET_CLASS(GTK_WIDGET(child)))->set_magnification) in gtk_plot_canvas_set_magnification()
2147 …GTK_PLOT_CANVAS_CHILD_CLASS(GTK_WIDGET_GET_CLASS(GTK_WIDGET(child)))->set_magnification(canvas, ch… in gtk_plot_canvas_set_magnification()
H A Dgtkplotcanvasplot.c139 klass->set_magnification = gtk_plot_canvas_plot_set_magnification; in gtk_plot_canvas_plot_class_init()
/dports/x11-toolkits/gtkextra/gtkextra-3.3.4/gtkextra/
H A Dgtkplotcanvas.h200 void (*set_magnification) (GtkPlotCanvas *canvas, GtkPlotCanvasChild *child, gdouble m); member
H A Dgtkplotcanvas.c248 klass->set_magnification = NULL; in gtk_plot_canvas_child_class_init()
2120 if(GTK_PLOT_CANVAS_CHILD_CLASS(GTK_OBJECT_GET_CLASS(GTK_OBJECT(child)))->set_magnification) in gtk_plot_canvas_set_magnification()
2121 …GTK_PLOT_CANVAS_CHILD_CLASS(GTK_OBJECT_GET_CLASS(GTK_OBJECT(child)))->set_magnification(canvas, ch… in gtk_plot_canvas_set_magnification()
H A Dgtkplotcanvasplot.c142 klass->set_magnification = gtk_plot_canvas_plot_set_magnification; in gtk_plot_canvas_plot_class_init()
/dports/x11-toolkits/gtkada/gtkada-2.24.4.0/src/gtkextra/
H A Dgtkplotcanvas.h150 void (*set_magnification) (GtkPlotCanvas *canvas, GtkPlotCanvasChild *child, gdouble m); member
H A Dgtkplotcanvas.c239 klass->set_magnification = NULL; in gtk_plot_canvas_child_class_init()
1756 if(GTK_PLOT_CANVAS_CHILD_CLASS(GTK_OBJECT_GET_CLASS(GTK_OBJECT(child)))->set_magnification) in gtk_plot_canvas_set_magnification()
1757 …GTK_PLOT_CANVAS_CHILD_CLASS(GTK_OBJECT_GET_CLASS(GTK_OBJECT(child)))->set_magnification(canvas, ch… in gtk_plot_canvas_set_magnification()
H A Dgtkplotcanvasplot.c129 klass->set_magnification = gtk_plot_canvas_plot_set_magnification; in gtk_plot_canvas_plot_class_init()
/dports/x11-toolkits/guile-gnome-platform/guile-gnome-platform-2.16.5/defs/gnome/defs/
H A Dgtkhtml2.defs113 (define-method set_magnification
/dports/graphics/netpbm/netpbm-10.91.01/converter/other/fiasco/codec/
H A Doptions.c750 public->set_magnification = fiasco_d_options_set_magnification; in fiasco_d_options_new()
/dports/www/gtkhtml4/gtkhtml-4.10.0/gtkhtml/
H A Dgtkhtml.c6415 set_magnification (HTMLObject *o, in set_magnification() function
6441 set_magnification, &magnification); in gtk_html_set_magnification()