Searched refs:highlight_color (Results 1 - 10 of 10) sorted by relevance
/inkscape/src/ui/tools/ |
H A D | freehand-base.h | 58 guint32 highlight_color; member in class:Inkscape::UI::Tools::FreehandBase
|
H A D | pen-tool.cpp | 1331 this->highlight_color = SP_ITEM(this->desktop->currentLayer())->highlight_color(); 1332 if((unsigned int)prefs->getInt("/tools/nodes/highlight_color", 0xff0000ff) == this->highlight_color){ 1336 this->green_color = this->highlight_color; 1337 this->red_color = this->highlight_color; 1340 this->highlight_color = SP_ITEM(this->desktop->currentLayer())->highlight_color(); 1342 if((unsigned int)prefs->getInt("/tools/nodes/highlight_color", 0xff0000ff) == this->highlight_color){ [all...] |
H A D | pencil-tool.cpp | 858 this->highlight_color = SP_ITEM(this->desktop->currentLayer())->highlight_color(); 859 if((unsigned int)prefs->getInt("/tools/nodes/highlight_color", 0xff0000ff) == this->highlight_color){ 862 this->green_color = this->highlight_color;
|
H A D | node-tool.cpp | 543 //prefs->getInt("/tools/nodes/highlight_color", 0xff0000ff), 1.0, 544 over_item->highlight_color(), 1.0,
|
H A D | freehand-base.cpp | 88 , highlight_color(0x0000007f)
|
/inkscape/src/ |
H A D | path-chemistry.cpp | 425 guint32 highlight_color = 0; local 427 highlight_color = item->highlight_color(); 445 if (highlight_color && newObj) { 446 SP_ITEM(newObj)->setHighlightColor( highlight_color );
|
H A D | sp-item.h | 174 guint32 highlight_color() const;
|
H A D | sp-item.cpp | 173 guint32 SPItem::highlight_color() const { function in class:SPItem 182 return item->highlight_color(); 187 return prefs->getInt("/tools/nodes/highlight_color", 0xff0000ff) | 0x00000000;
|
/inkscape/src/ui/dialog/ |
H A D | objects.cpp | 364 row[_model->_colHighlight] = item->isHighlightSet() ? item->highlight_color() : item->highlight_color() & 0xffffff00; 428 row[_model->_colHighlight] = item ? (item->isHighlightSet() ? item->highlight_color() : item->highlight_color() & 0xffffff00) : 0;
|
/inkscape/src/ui/tool/ |
H A D | multi-path-manipulator.cpp | 868 return item->highlight_color();
|
Completed in 70 milliseconds