Searched refs:setFill (Results 1 - 8 of 8) sorted by relevance

/inkscape/src/
H A Dknot.h96 void setFill(guint32 normal, guint32 mouseover, guint32 dragging);
H A Dknot.cpp508 void SPKnot::setFill(guint32 normal, guint32 mouseover, guint32 dragging) { function in class:SPKnot
H A Dvanishing-point.cpp284 this->knot->setFill(VP_KNOT_COLOR_NORMAL, VP_KNOT_COLOR_NORMAL, VP_KNOT_COLOR_NORMAL);
H A Dseltrans.cpp659 knots[i]->setFill(info.color[0], info.color[1], info.color[2]);
H A Dgradient-drag.cpp1596 this->knot->setFill(GR_KNOT_COLOR_NORMAL, GR_KNOT_COLOR_MOUSEOVER, GR_KNOT_COLOR_MOUSEOVER);
/inkscape/share/extensions/ink2canvas/
H A Dcanvas.py103 def setFill(self, value): member in class:Canvas
/inkscape/src/ui/tools/
H A Dconnector-tool.cpp358 knot->setFill(0x0000ffff, 0x0000ffff, 0x0000ffff);
368 knot->setFill(0xffffff00, 0xff0000ff, 0xff0000ff);
1068 knot->setFill(0xffffff00, 0xff0000ff, 0xff0000ff);
1186 knot->setFill(0xffffff00, 0xff0000ff, 0xff0000ff);
H A Dmeasure-tool.cpp351 this->knot_start->setFill(MT_KNOT_COLOR_NORMAL, MT_KNOT_COLOR_MOUSEOVER, MT_KNOT_COLOR_MOUSEOVER);
357 this->knot_end->setFill(MT_KNOT_COLOR_NORMAL, MT_KNOT_COLOR_MOUSEOVER, MT_KNOT_COLOR_MOUSEOVER);

Completed in 46 milliseconds