Searched refs:flatsided (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/
H A Dsp-star.cpp38 flatsided(0),
61 this->readAttr( "inkscape:flatsided" );
80 sp_repr_set_boolean (repr, "inkscape:flatsided", this->flatsided);
180 this->flatsided = true;
182 this->flatsided = false;
246 if (this->flatsided == false)
321 // the neighbors of o; depending on flatsided, they're either the same type (polygon) or the other type (star)
322 Geom::Point prev = (star->flatsided? sp_star_get_xy (star, point, pi) : sp_star_get_xy (star, other, point == SP_STAR_POINT_KNOT2? index : pi));
323 Geom::Point next = (star->flatsided
[all...]
H A Dsp-star.h38 bool flatsided; member in class:SPStar
H A Dsp-mesh-array.cpp1247 if( star->flatsided ) {
/inkscape/src/ui/
H A Dobject-edit.cpp1059 if (star->flatsided == false) {
1147 if (star->flatsided == false) {

Completed in 69 milliseconds