Home
last modified time | relevance | path

Searched refs:SpotBorder (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/photivo/photivo/Sources/filters/imagespot/
H A DptRepairInteraction.cpp77 hShape->SpotBorder = new QGraphicsEllipseItem; in CreateShape()
89 hShape->SpotBorder->setPen(QPen(QColor(255,255,255), Qt::DotLine)); in CreateShape()
96 hShape->SpotBorder->setGraphicsEffect(FShadow); in CreateShape()
101 hShape->SpotGroup->addToGroup(hShape->SpotBorder); in CreateShape()
H A DptRepairInteraction.h87 QGraphicsEllipseItem *SpotBorder; // inner border, for edge blur member