Searched refs:SP_KNOT_STATE_NORMAL (Results 1 - 5 of 5) sorted by relevance

/inkscape/src/
H A Dknot-enums.h33 SP_KNOT_STATE_NORMAL, enumerator in enum:__anon94
H A Dknot.cpp85 this->fill[SP_KNOT_STATE_NORMAL] = 0xffffff00;
89 this->stroke[SP_KNOT_STATE_NORMAL] = 0x01000000;
93 this->image[SP_KNOT_STATE_NORMAL] = NULL;
97 this->cursor[SP_KNOT_STATE_NORMAL] = NULL;
475 int state = SP_KNOT_STATE_NORMAL;
509 fill[SP_KNOT_STATE_NORMAL] = normal;
515 stroke[SP_KNOT_STATE_NORMAL] = normal;
521 image[SP_KNOT_STATE_NORMAL] = normal;
527 if (cursor[SP_KNOT_STATE_NORMAL]) {
529 g_object_unref(cursor[SP_KNOT_STATE_NORMAL]);
[all...]
H A Dknot-holder-entity.cpp51 knot->fill [SP_KNOT_STATE_NORMAL] = color;
88 knot->setPosition(dp, SP_KNOT_STATE_NORMAL);
H A Dvanishing-point.cpp291 this->knot->setPosition(this->point, SP_KNOT_STATE_NORMAL);
H A Dgradient-drag.cpp1601 this->knot->setPosition(p, SP_KNOT_STATE_NORMAL);
1689 this->knot->fill [SP_KNOT_STATE_NORMAL] = GR_KNOT_COLOR_SELECTED;
1705 this->knot->fill [SP_KNOT_STATE_NORMAL] = GR_KNOT_COLOR_NORMAL;

Completed in 2164 milliseconds