Lines Matching defs:normal
508 void SPKnot::setFill(guint32 normal, guint32 mouseover, guint32 dragging) {
509 fill[SP_KNOT_STATE_NORMAL] = normal;
514 void SPKnot::setStroke(guint32 normal, guint32 mouseover, guint32 dragging) {
515 stroke[SP_KNOT_STATE_NORMAL] = normal;
520 void SPKnot::setImage(guchar* normal, guchar* mouseover, guchar* dragging) {
521 image[SP_KNOT_STATE_NORMAL] = normal;
526 void SPKnot::setCursor(GdkCursor* normal, GdkCursor* mouseover, GdkCursor* dragging) {
535 cursor[SP_KNOT_STATE_NORMAL] = normal;
537 if (normal) {
539 g_object_ref(normal);
541 gdk_cursor_ref(normal);