Home
last modified time | relevance | path

Searched refs:currentshape (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/Coin/coin-Coin-4.0.0/src/nodes/
H A DSoTextureCoordinateSphere.cpp80 SoNode * currentshape; member
89 data->currentshape = NULL; in so_texcoordsphere_construct_data()
187 if (shape != data->currentshape) { in textureCoordinateSphereCallback()
198 data->currentshape = shape; in textureCoordinateSphereCallback()
234 data->currentshape = NULL; in doAction()
249 data->currentshape = NULL; in GLRender()
H A DSoTextureCoordinateCylinder.cpp80 SoNode * currentshape; member
89 data->currentshape = NULL; in so_texcoordcylinder_construct_data()
190 if (shape != data->currentshape) { in textureCoordinateCylinderCallback()
201 data->currentshape = shape; in textureCoordinateCylinderCallback()
267 data->currentshape = NULL; in doAction()
282 data->currentshape = NULL; in GLRender()
H A DSoTextureCoordinateCube.cpp82 SoNode * currentshape; member
91 data->currentshape = NULL; in so_texcoordcube_construct_data()
191 if (shape != data->currentshape) { in textureCoordinateCubeCallback()
202 data->currentshape = shape; in textureCoordinateCubeCallback()
279 data->currentshape = NULL; in doAction()
294 data->currentshape = NULL; in GLRender()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/tools/
H A Ddynamic-base.cpp40 , currentshape(nullptr) in DynamicBase()
80 if (this->currentshape) { in ~DynamicBase()
81 delete currentshape; in ~DynamicBase()
H A Deraser-tool.cpp114 currentshape = new Inkscape::CanvasItemBpath(desktop->getCanvasSketch()); in setup()
115 currentshape->set_stroke(0x0); in setup()
116 currentshape->set_fill(ERC_RED_RGBA, SP_WIND_RULE_EVENODD); in setup()
119 currentshape->connect_event(sigc::bind(sigc::ptr_fun(sp_desktop_root_handler), desktop)); in setup()
622 this->currentshape->set_bpath(nullptr); in clear_current()
1005 this->currentshape->set_bpath(currentcurve.get(), true); in fit_and_split()
1058 this->currentshape->hide(); in fit_and_split()
1090 this->currentshape->set_bpath(currentcurve.get(), true); in draw_temporary_box()
H A Dcalligraphic-tool.cpp123 currentshape = new Inkscape::CanvasItemBpath(desktop->getCanvasSketch()); in setup()
124 currentshape->set_stroke(0x0); in setup()
125 currentshape->set_fill(DDC_RED_RGBA, SP_WIND_RULE_EVENODD); in setup()
128 currentshape->connect_event(sigc::bind(sigc::ptr_fun(sp_desktop_root_handler), desktop)); in setup()
907 this->currentshape->set_bpath(nullptr); in clear_current()
1105 currentshape->set_bpath(currentcurve.get(), true); in fit_and_split()
1178 currentshape->set_bpath(currentcurve.get(), true); in draw_temporary_box()
H A Ddynamic-base.h59 Inkscape::CanvasItemBpath *currentshape; variable
/dports/cad/repsnapper/repsnapper-2.5a4/src/
H A Dmodel_slice.cpp344 uint currentshape = 0; in Slice() local
358 while ( cont && currentshape < shapes.size() && shape_z <= max_shape_z ) { in Slice()
366 new_polys = layer->addShape(transforms[currentshape], *shapes[currentshape], in Slice()
371 currentshape++; in Slice()
389 if (currentshape < shapes.size()-1) { // reached max_shape_z, next shape in Slice()
390 currentshape++; in Slice()
402 currentshape = 0; // all shapes again in Slice()