Searched refs:sw (Results 1 - 17 of 17) sorted by relevance

/inkscape/src/
H A Dsvg-view-widget.h42 GtkWidget *sw; member in struct:SPSVGSPViewWidget
H A Dsvg-view-widget.cpp79 vw->sw = gtk_scrolled_window_new (NULL, NULL);
80 gtk_scrolled_window_set_shadow_type (GTK_SCROLLED_WINDOW(vw->sw), GTK_SHADOW_NONE);
81 gtk_scrolled_window_set_policy (GTK_SCROLLED_WINDOW (vw->sw), GTK_POLICY_AUTOMATIC, GTK_POLICY_AUTOMATIC);
82 gtk_container_add (GTK_CONTAINER (vw), vw->sw);
83 gtk_widget_show (vw->sw);
114 gtk_container_add (GTK_CONTAINER (vw->sw), vw->canvas);
116 gtk_scrolled_window_add_with_viewport (GTK_SCROLLED_WINDOW (vw->sw), vw->canvas);
188 gtk_scrolled_window_set_policy (GTK_SCROLLED_WINDOW (vw->sw), hpol, vpol);
H A Dsp-rect.cpp281 gdouble const sw = hypot(ret[0], ret[1]); local
284 if (sw > 1e-9) {
285 ret[0] /= sw;
286 ret[1] /= sw;
301 this->width.scale( sw );
305 this->rx.scale( sw );
320 this->adjust_stroke(sqrt(fabs(sw * sh)));
H A Dsp-ellipse.cpp481 gdouble const sw = hypot(ret[0], ret[1]); local
484 if (sw > 1e-9) {
485 ret[0] /= sw;
486 ret[1] /= sw;
501 this->rx.scale( sw );
516 this->adjust_stroke(sqrt(fabs(sw * sh)));
H A Ddesktop-style.cpp782 double sw = style->stroke_width.computed * i2d.descrim(); local
784 if (!IS_NAN(sw)) {
785 if (prev_sw != -1 && fabs(sw - prev_sw) > 1e-3)
787 prev_sw = sw;
789 avgwidth += sw;
H A Dbox3d.cpp275 gdouble const sw = hypot(ret[0], ret[1]); local
282 childitem->adjust_stroke(sqrt(fabs(sw * sh)));
/inkscape/src/widgets/
H A Dfont-selector.cpp138 GtkWidget *sw = gtk_scrolled_window_new(NULL, NULL); local
139 gtk_widget_show(sw);
140 gtk_container_set_border_width(GTK_CONTAINER (sw), 4);
141 gtk_scrolled_window_set_policy(GTK_SCROLLED_WINDOW(sw), GTK_POLICY_NEVER, GTK_POLICY_AUTOMATIC);
142 gtk_scrolled_window_set_shadow_type (GTK_SCROLLED_WINDOW (sw), GTK_SHADOW_IN);
143 gtk_container_add(GTK_CONTAINER(f), sw); local
185 gtk_container_add(GTK_CONTAINER(sw), fsel->family_treeview);
186 gtk_widget_show_all (sw);
208 sw = gtk_scrolled_window_new(NULL, NULL);
209 gtk_widget_show(sw);
213 gtk_box_pack_start(GTK_BOX (vb), sw, TRUE, TRUE, 0); local
[all...]
/inkscape/src/display/
H A Dcanvas-grid.cpp843 sw = spacing * affine;
844 sw -= Geom::Point(affine[4], affine[5]);
853 sw[dim] = fabs (sw[dim]);
854 while (sw[dim] < 8.0) {
856 sw[dim] *= scaling_factor;
904 gdouble const sxg = floor ((buf->rect.left() - ow[Geom::X]) / sw[Geom::X]) * sw[Geom::X] + ow[Geom::X];
905 gint const xlinestart = round((sxg - ow[Geom::X]) / sw[Geom::X]);
906 gdouble const syg = floor ((buf->rect.top() - ow[Geom::Y]) / sw[Geo
[all...]
H A Dcanvas-axonomgrid.h51 Geom::Point sw; /**< the scaling factors of the affine transform */ member in class:Inkscape::CanvasAxonomGrid
H A Dcanvas-axonomgrid.cpp487 sw = Geom::Point(fabs(affine[0]),fabs(affine[3]));
488 sw *= lengthy;
499 while ( (sw[dim] < 8.0) & (watchdog < 100) ) {
501 sw[dim] *= scaling_factor;
510 spacing_ylines = sw[Geom::X] /(tan_angle[X] + tan_angle[Z]);
511 lyw = sw[Geom::Y];
512 lxw_x = Geom::are_near(tan_angle[X],0.) ? Geom::infinity() : sw[Geom::X] / tan_angle[X];
513 lxw_z = Geom::are_near(tan_angle[Z],0.) ? Geom::infinity() : sw[Geom::X] / tan_angle[Z];
H A Dsp-canvas.h118 void paintSingleBuffer(Geom::IntRect const &paint_rect, Geom::IntRect const &canvas_rect, int sw);
H A Dcanvas-grid.h143 Geom::Point sw; /**< Transformed spacing by the affine for the zoom */ member in class:Inkscape::CanvasXYGrid
/inkscape/src/extension/internal/
H A Dwmf-inout.h221 double dx, double dy, double dw, double dh, int sx, int sy, int sw, int sh, uint32_t iUsage);
223 double dx, double dy, double dw, double dh, int sx, int sy, int sw, int sh);
H A Dwmf-inout.cpp1304 double dx, double dy, double dw, double dh, int sx, int sy, int sw, int sh, uint32_t iUsage){
1328 if(sw == 0 || sh == 0){
1329 sw = width;
1348 &sw,&sh // columns/rows to extract from the pixel array (output array size)
1354 sw, sh, // size of the extracted pixel array
1406 double dx, double dy, double dw, double dh, int sx, int sy, int sw, int sh){
1430 if(sw == 0 || sh == 0){
1431 sw = width;
1453 &sw,&sh // columns/rows to extract from the pixel array (output array size)
1459 sw, s
1303 common_dib_to_image(PWMF_CALLBACK_DATA d, const char *dib, double dx, double dy, double dw, double dh, int sx, int sy, int sw, int sh, uint32_t iUsage) argument
1405 common_bm16_to_image(PWMF_CALLBACK_DATA d, U_BITMAP16 Bm16, const char *px, double dx, double dy, double dw, double dh, int sx, int sy, int sw, int sh) argument
2306 int sw = 0; // extract all of the image local
2344 int sw = cSrc.x; // extract the specified amount of the image local
2748 int sw = 0; // extract all of the image local
2770 int sw = cSrc.x; // extract the specified amount of the image local
2793 int sw = cSrc.x; // extract the specified amount of the image local
[all...]
H A Demf-inout.h234 double dx, double dy, double dw, double dh, int sx, int sy, int sw, int sh,
H A Demf-inout.cpp1508 double dx, double dy, double dw, double dh, int sx, int sy, int sw, int sh,
1533 if(sw == 0 || sh == 0){
1534 sw = width;
1554 &sw,&sh // columns/rows to extract from the pixel array (output array size)
1560 sw, sh, // size of the extracted pixel array
2974 int sw = 0; // extract all of the image local
2978 common_image_extraction(d,pEmr,dx,dy,dw,dh,sx,sy,sw,sh,
2996 int sw = pEmr->cSrc.x; // extract the specified amount of the image local
2998 common_image_extraction(d,pEmr,dx,dy,dw,dh,sx,sy,sw,sh,
3015 int sw local
1507 common_image_extraction(PEMF_CALLBACK_DATA d, void *pEmr, double dx, double dy, double dw, double dh, int sx, int sy, int sw, int sh, uint32_t iUsage, uint32_t offBits, uint32_t cbBits, uint32_t offBmi, uint32_t cbBmi) argument
3039 int sw = pEmr->cSrc.x; // extract the specified amount of the image local
[all...]
/inkscape/src/ui/dialog/
H A Dfilter-effects-dialog.cpp1348 Gtk::ScrolledWindow* sw = Gtk::manage(new Gtk::ScrolledWindow); local
1349 pack_start(*sw);
1351 sw->add(_list);
1369 sw->set_policy(Gtk::POLICY_AUTOMATIC, Gtk::POLICY_AUTOMATIC);
1379 sw->set_shadow_type(Gtk::SHADOW_IN);

Completed in 605 milliseconds