/inkscape/src/libdepixelize/priv/ |
H A D | integral.h | 40 const T width = (end - begin) / samples; local 43 ret += width * f(begin + width * (i + .5));
|
/inkscape/src/libnrtype/ |
H A D | one-box.h | 13 double width; member in struct:one_box
|
H A D | Layout-TNG-Scanline-Maker.h | 41 inline double width() const {return std::abs(x_start - x_end);} function in struct:Inkscape::Text::Layout::ScanlineMaker::ScanRun
|
/inkscape/src/ |
H A D | sp-rect.h | 30 void setPosition(double x, double y, double width, double height); 68 SVGLength width; member in class:SPRect
|
H A D | sp-filter-primitive.h | 37 SVGLength x, y, height, width; member in class:SPFilterPrimitive
|
H A D | sp-root.h | 40 SVGLength width; member in class:SPRoot
|
H A D | sp-text.h | 50 SVGLength width; member in class:SPText
|
H A D | sp-use.h | 39 SVGLength width; member in class:SPUse
|
H A D | sp-image.h | 36 SVGLength width; member in class:SPImage
|
H A D | sp-filter.h | 52 SVGLength width; member in class:SPFilter
|
/inkscape/src/filters/ |
H A D | turbulence.h | 36 SVGLength x, y, height, width; member in class:SPFeTurbulence
|
/inkscape/src/libdepixelize/ |
H A D | splines.h | 91 int width() const function in class:Tracer::Splines
|
/inkscape/src/extension/internal/bitmap/ |
H A D | crop.cpp | 24 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 D | metafile-inout.h | 51 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 D | bluredge.cpp | 58 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 D | lpe-dynastroke.h | 49 ScalarParam width; member in class:Inkscape::LivePathEffect::LPEDynastroke
|
H A D | lpe-jointype.cpp | 54 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 D | lpe-lattice.cpp | 125 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 D | imagemap-gdk.cpp | 15 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 D | view.cpp | 98 void View::emitResized (double width, double height) argument 100 _resized_signal.emit (width, height);
|
/inkscape/src/ui/widget/ |
H A D | labelled.cpp | 48 void Labelled::setWidgetSizeRequest(int width, int height) argument 51 _widget->set_size_request(width, height);
|
H A D | addtoicon.cpp | 90 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 D | clipmaskicon.cpp | 102 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 D | imagetoggler.cpp | 92 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 D | insertordericon.cpp | 90 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
|