Home
last modified time | relevance | path

Searched refs:switchColors (Results 1 – 8 of 8) sorted by relevance

/dports/java/jfreechart/jfreechart-1.0.17/swt/org/jfree/experimental/swt/
H A DSWTGraphics2D.java759 switchColors(); in fill()
761 switchColors(); in fill()
772 this.switchColors(); in fillRect()
811 switchColors(); in fillPolygon()
813 switchColors(); in fillPolygon()
833 switchColors(); in fillRoundRect()
836 switchColors(); in fillRoundRect()
851 switchColors(); in fillOval()
853 switchColors(); in fillOval()
871 switchColors(); in fillArc()
[all …]
/dports/devel/kapptemplate/kapptemplate-21.12.3/src/templates/C++/kde-frameworks5/src/
H A D%{APPNAMELC}view.h36 void switchColors();
H A D%{APPNAMELC}view.cpp25 void %{APPNAME}View::switchColors() in switchColors() function in View
H A D%{APPNAMELC}window.cpp28 connect(m_switchAction, &QAction::triggered, m_%{APPNAMELC}View, &%{APPNAME}View::switchColors);
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/cmake/tests/manual/kde4app/
H A Dkde4appview.h56 void switchColors();
H A Dkde4appview.cpp25 void kde4appView::switchColors() in switchColors() function in kde4appView
H A Dkde4app.cpp63 connect(custom, SIGNAL(triggered(bool)), m_view, SLOT(switchColors())); in setupActions()
/dports/astro/kstars/kstars-3.5.6/kstars/
H A Dkstarsactions.cpp1384 bool switchColors(false); in slotPrint() local
1402 switchColors = true; in slotPrint()
1405 printImage(true, switchColors); in slotPrint()