Searched refs:setStroke (Results 1 - 8 of 8) sorted by relevance
/inkscape/src/ |
H A D | knot.h | 97 void setStroke(guint32 normal, guint32 mouseover, guint32 dragging);
|
H A D | knot.cpp | 514 void SPKnot::setStroke(guint32 normal, guint32 mouseover, guint32 dragging) { function in class:SPKnot
|
H A D | vanishing-point.cpp | 285 this->knot->setStroke(0x000000ff, 0x000000ff, 0x000000ff);
|
H A D | seltrans.cpp | 660 knots[i]->setStroke(info.color[3], info.color[4], info.color[5]);
|
H A D | gradient-drag.cpp | 1597 this->knot->setStroke(0x0000007f, 0x0000007f, 0x0000007f);
|
/inkscape/share/extensions/ink2canvas/ |
H A D | canvas.py | 112 def setStroke(self, value): member in class:Canvas
|
/inkscape/src/ui/tools/ |
H A D | measure-tool.cpp | 352 this->knot_start->setStroke(0x0000007f, 0x0000007f, 0x0000007f); 358 this->knot_end->setStroke(0x0000007f, 0x0000007f, 0x0000007f);
|
H A D | connector-tool.cpp | 1187 knot->setStroke(0x000000ff, 0x000000ff, 0x000000ff);
|
Completed in 54 milliseconds