Searched defs:width (Results 1 - 25 of 152) sorted by relevance

1234567

/inkscape/src/libdepixelize/priv/
H A Dintegral.h40 const T width = (end - begin) / samples; local
43 ret += width * f(begin + width * (i + .5));
/inkscape/src/libnrtype/
H A Done-box.h13 double width; member in struct:one_box
H A DLayout-TNG-Scanline-Maker.h41 inline double width() const {return std::abs(x_start - x_end);} function in struct:Inkscape::Text::Layout::ScanlineMaker::ScanRun
/inkscape/src/
H A Dsp-rect.h30 void setPosition(double x, double y, double width, double height);
68 SVGLength width; member in class:SPRect
H A Dsp-filter-primitive.h37 SVGLength x, y, height, width; member in class:SPFilterPrimitive
H A Dsp-root.h40 SVGLength width; member in class:SPRoot
H A Dsp-text.h50 SVGLength width; member in class:SPText
H A Dsp-use.h39 SVGLength width; member in class:SPUse
H A Dsp-image.h36 SVGLength width; member in class:SPImage
H A Dsp-filter.h52 SVGLength width; member in class:SPFilter
/inkscape/src/filters/
H A Dturbulence.h36 SVGLength x, y, height, width; member in class:SPFeTurbulence
/inkscape/src/libdepixelize/
H A Dsplines.h91 int width() const function in class:Tracer::Splines
/inkscape/src/extension/internal/bitmap/
H A Dcrop.cpp24 int width = image->baseColumns() - (_left + _right); local
26 if (width > 0 and height > 0) {
27 image->crop(Magick::Geometry(width, height, _left, _top, false, false));
/inkscape/src/extension/internal/
H A Dmetafile-inout.h51 size_t width; member in struct:Inkscape::Extension::Internal::__anon63
72 static void toPNG(PMEMPNG accum, int width, int height, const char *px);
H A Dbluredge.cpp58 float width = module->get_param_float("blur-width"); local
83 double offset = (width / (float)(steps - 1) * (float)i) - (width / 2.0);
134 "<param name=\"blur-width\" gui-text=\"" N_("Width:") "\" gui-description=\"" N_("Width in px of the halo") "\" scope=\"document\" type=\"float\" min=\"1.0\" max=\"50.0\">1.0</param>\n"
/inkscape/src/live_effects/
H A Dlpe-dynastroke.h49 ScalarParam width; member in class:Inkscape::LivePathEffect::LPEDynastroke
H A Dlpe-jointype.cpp54 line_width(_("Line width"), _("Thickness of the stroke"), "line_width", &wr, this, 1.),
59 miter_limit(_("Miter limit:"), _("Maximum length of the miter join (in units of stroke width)"), "miter_limit", &wr, this, 100.),
89 double width = (lpeitem && lpeitem->style) ? lpeitem->style->stroke_width.computed : 1.; local
115 line_width.param_set_value(width);
147 sp_repr_css_set_property (css, "stroke-width", os.str().c_str());
H A Dlpe-lattice.cpp125 double width = boundingbox_X.extent(); local
140 Geom::Point base( (ui + iu*(3-2*ui))*width/3.,
152 sb2[dim][i][corner] = dl/( dim ? height : width )*pow(4.0,ui+vi);
164 B*= 1/width;
167 tB = tB * width + origin;
/inkscape/src/trace/
H A Dimagemap-gdk.cpp15 int width = gdk_pixbuf_get_width(buf); local
21 GrayMap *grayMap = GrayMapCreate(width, height);
31 for (x=0 ; x<width ; x++)
52 malloc(sizeof(guchar) * grayMap->width * grayMap->height * 3);
57 int rowstride = grayMap->width * 3;
60 0, 8, grayMap->width, grayMap->height,
69 for (x=0 ; x<grayMap->width ; x++)
92 int width = gdk_pixbuf_get_width(buf); local
98 PackedPixelMap *ppMap = PackedPixelMapCreate(width, height);
108 for (x=0 ; x<width ;
135 int width = gdk_pixbuf_get_width(buf); local
[all...]
/inkscape/src/ui/view/
H A Dview.cpp98 void View::emitResized (double width, double height) argument
100 _resized_signal.emit (width, height);
/inkscape/src/ui/widget/
H A Dlabelled.cpp48 void Labelled::setWidgetSizeRequest(int width, int height) argument
51 _widget->set_size_request(width, height);
H A Daddtoicon.cpp90 int* width,
93 Gtk::CellRendererPixbuf::get_size_vfunc( widget, cell_area, x_offset, y_offset, width, height );
95 if ( width ) {
96 *width = phys;//+= (*width) >> 1;
86 get_size_vfunc(Gtk::Widget& widget, const Gdk::Rectangle* cell_area, int* x_offset, int* y_offset, int* width, int* height ) const argument
H A Dclipmaskicon.cpp102 int* width,
105 Gtk::CellRendererPixbuf::get_size_vfunc( widget, cell_area, x_offset, y_offset, width, height );
107 if ( width ) {
108 *width = phys;//+= (*width) >> 1;
98 get_size_vfunc(Gtk::Widget& widget, const Gdk::Rectangle* cell_area, int* x_offset, int* y_offset, int* width, int* height ) const argument
H A Dimagetoggler.cpp92 int* width,
95 Gtk::CellRendererPixbuf::get_size_vfunc( widget, cell_area, x_offset, y_offset, width, height );
97 if ( width ) {
98 *width += (*width) >> 1;
88 get_size_vfunc(Gtk::Widget& widget, const Gdk::Rectangle* cell_area, int* x_offset, int* y_offset, int* width, int* height ) const argument
H A Dinsertordericon.cpp90 int* width,
93 Gtk::CellRendererPixbuf::get_size_vfunc( widget, cell_area, x_offset, y_offset, width, height );
95 if ( width ) {
96 *width = phys;//+= (*width) >> 1;
86 get_size_vfunc(Gtk::Widget& widget, const Gdk::Rectangle* cell_area, int* x_offset, int* y_offset, int* width, int* height ) const argument

Completed in 378 milliseconds

1234567