Lines Matching refs:SP_KNOT_STATE_NORMAL
85 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]);
531 gdk_cursor_unref(cursor[SP_KNOT_STATE_NORMAL]);
535 cursor[SP_KNOT_STATE_NORMAL] = normal;