Lines Matching defs:role
164 sr.role != sr_new.role)
169 if (sr.role != sr_new.role) {
170 //hold->setOutlineColor(_getOutlineColor(sr_new.role));
185 r.edit_transform, _getOutlineColor(r.role, r.item), r.lpe_key));
188 newpm->showOutline(_show_outline || r.role != SHAPE_ROLE_NORMAL);
512 i->second->showOutline(show || i->first.role != SHAPE_ROLE_NORMAL);
556 // i->second->setOutlineColor(_getOutlineColor(i->first.role));
855 /** Get an outline color based on the shape's role (normal, mask, LPE parameter, etc.). */
856 guint32 MultiPathManipulator::_getOutlineColor(ShapeRole role, SPItem *item)
859 switch(role) {