Searched defs:boundingbox_Y (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/live_effects/
H A Dlpegroupbbox.h22 Geom::Interval boundingbox_Y; member in class:Inkscape::LivePathEffect::GroupBBoxEffect
24 //This sets boundingbox_X and boundingbox_Y
H A Dlpe-extrude.cpp182 Interval const &boundingbox_Y = (*bbox)[Geom::Y]; local
183 extrude_vector.set_and_write_new_values( Geom::Point(boundingbox_X.middle(), boundingbox_Y.middle()),
184 (boundingbox_X.extent() + boundingbox_Y.extent())*Geom::Point(-0.05,0.2) );

Completed in 120 milliseconds