Searched refs:ctrl_line_type (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/ui/tools/ |
H A D | measure-tool.h | 63 void setMeasureCanvasControlLine(Geom::Point start, Geom::Point end, bool to_item, bool to_phantom, Inkscape::CtrlLineType ctrl_line_type, Inkscape::XML::Node *measure_repr);
|
H A D | measure-tool.cpp | 1104 void MeasureTool::setMeasureCanvasControlLine(Geom::Point start, Geom::Point end, bool to_item, bool to_phantom, Inkscape::CtrlLineType ctrl_line_type, Inkscape::XML::Node *measure_repr){ argument 1106 gint32 color = ctrl_line_type == CTLINE_PRIMARY ? 0x0000ff7f : 0xff00007f; 1108 color = ctrl_line_type == CTLINE_PRIMARY ? 0x4444447f : 0x8888887f; 1113 ctrl_line_type);
|
Completed in 24 milliseconds