Searched defs:dragTokenGradient (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/
H A DUIGChooserItemMachine.cpp879 QLinearGradient dragTokenGradient; local
884 dragTokenGradient.setStart(dragTokenRect.bottomLeft());
885 dragTokenGradient.setFinalStop(dragTokenRect.topLeft());
890 dragTokenGradient.setStart(dragTokenRect.topLeft());
891 dragTokenGradient.setFinalStop(dragTokenRect.bottomLeft());
893 dragTokenGradient.setColorAt(0, base.darker(dragTokenDarkness()));
894 dragTokenGradient.setColorAt(1, base.darker(dragTokenDarkness() + 40));
895 pPainter->fillRect(dragTokenRect, dragTokenGradient);
H A DUIGChooserItemGroup.cpp1633 QLinearGradient dragTokenGradient; local
1638 dragTokenGradient.setStart(dragTokenRect.bottomLeft());
1639 dragTokenGradient.setFinalStop(dragTokenRect.topLeft());
1644 dragTokenGradient.setStart(dragTokenRect.topLeft());
1645 dragTokenGradient.setFinalStop(dragTokenRect.bottomLeft());
1647 dragTokenGradient.setColorAt(0, headerColor.darker(dragTokenDarkness()));
1648 dragTokenGradient.setColorAt(1, headerColor.darker(dragTokenDarkness() + 40));
1649 pPainter->fillRect(dragTokenRect, dragTokenGradient);

Completed in 38 milliseconds