Searched defs:_scale (Results 1 - 7 of 7) sorted by relevance

/inkscape/src/display/
H A Ddrawing-image.h49 Geom::Scale _scale; member in class:Inkscape::DrawingImage
H A Ddrawing-surface.h55 Geom::Scale _scale; member in class:Inkscape::DrawingSurface
H A Dnr-filter-diffuselighting.cpp48 , _scale(scale)
54 NR::Fvector normal = surfaceNormalAt(x, y, _scale);
64 double _scale, _kd; member in struct:Inkscape::Filters::DiffuseLight
97 _light.light_vector(light, _x0 + x, _y0 + y, _scale * alphaAt(x, y)/255.0);
117 _light.light_vector(light, _x0 + x, _y0 + y, _scale * alphaAt(x, y)/255.0);
H A Dnr-filter-specularlighting.cpp50 , _scale(scale)
56 NR::Fvector normal = surfaceNormalAt(x, y, _scale);
72 double _scale, _ks, _exp; member in struct:Inkscape::Filters::SpecularLight
107 _light.light_vector(light, _x0 + x, _y0 + y, _scale * alphaAt(x, y)/255.0);
129 _light.light_vector(light, _x0 + x, _y0 + y, _scale * alphaAt(x, y)/255.0);
/inkscape/src/ui/widget/
H A Dspin-slider.h65 Gtk::Scale _scale; member in class:Inkscape::UI::Widget::SpinSlider
68 Gtk::HScale _scale; member in class:Inkscape::UI::Widget::SpinSlider
/inkscape/src/
H A Dpure-transform.h86 Geom::Scale _scale; member in class:Inkscape::PureScale
101 _scale (scale),
169 Geom::Coord _scale; member in class:Inkscape::PureSkewConstrained
182 _scale (scale),
/inkscape/src/ui/tools/
H A Dspray-tool.cpp497 double &_scale,
533 _scale = 0.1;
542 sp_spray_transform_path(item, path, Geom::Scale(_scale), center);
751 _scale = 1.0 - val;
753 _scale = val;
755 if(_scale == 0.0) {
768 , _scale
916 double _scale = g_random_double_range( 1.0 - scale_variation / 100.0, 1.0 + scale_variation / 100.0 ); local
918 _scale = pressure;
947 , _scale
490 fit_item(SPDesktop *desktop, SPItem *item, Geom::OptRect bbox, Geom::Point &move, Geom::Point center, gint mode, double angle, double &_scale, double scale, bool picker, bool pick_center, bool pick_inverse_value, bool pick_fill, bool pick_stroke, bool pick_no_overlap, bool over_no_transparent, bool over_transparent, bool no_overlap, double offset, SPCSSAttr *css, bool trace_scale, int pick, bool do_trace, bool pick_to_size, bool pick_to_presence, bool pick_to_color, bool pick_to_opacity, bool invert_picked, double gamma_picked , double rand_picked) argument
[all...]

Completed in 46 milliseconds