Home
last modified time | relevance | path

Searched refs:grayBrush (Results 1 – 15 of 15) sorted by relevance

/dports/net/savvycan/SavvyCAN-1.0.245/
H A Dcandatagrid.cpp88 QBrush blackBrush, whiteBrush, redBrush, greenBrush, grayBrush; in paintEvent() local
106 grayBrush = QBrush(QColor(230,230,230)); in paintEvent()
182 grayBrush = QBrush(QColor(0xB6, 0xB6, 0xB6), Qt::BDiagPattern); in paintEvent()
183 painter.setBrush(grayBrush); in paintEvent()
/dports/net/savvycan/SavvyCAN-1.0.245/re/sniffer/
H A DSnifferDelegate.cpp25 grayBrush = QBrush(QColor(230,230,230)); in SnifferDelegate()
86 painter->setBrush(grayBrush); in paint()
H A DSnifferDelegate.h21 QBrush blackBrush, whiteBrush, redBrush, greenBrush, grayBrush;
/dports/graphics/bmeps/dktools-4.31.1/src/libdk4wx/
H A DDk4WxColourView.cpp247 wxBrush grayBrush(iac, wxBRUSHSTYLE_SOLID); in OnPaint() local
249 wxBrush grayBrush(iac, wxSOLID); in OnPaint() local
251 useDC.SetBrush(grayBrush); in OnPaint()
H A DDk4WxColourView.cpt555 wxBrush grayBrush(iac, wxBRUSHSTYLE_SOLID);
557 wxBrush grayBrush(iac, wxSOLID);
559 useDC.SetBrush(grayBrush);
/dports/games/openbve/OpenBVE-1.8.2.1/source/TrainEditor2/Models/Trains/
H A DTrain.cs270 Brush grayBrush = Brushes.DimGray; in DrawAccelerationImage()
277 g.DrawString(v.ToString("0", culture), font, grayBrush, new PointF(x, 1.0f)); in DrawAccelerationImage()
285 g.DrawString(a.ToString("0", culture), font, grayBrush, new PointF(1.0f, y)); in DrawAccelerationImage()
/dports/graphics/cfdg/cfdg-3.3_1/src-net/
H A DDocument.cpp1894 SolidBrush^ grayBrush = gcnew SolidBrush(Color::LightGray); in updateRenderBox()
1920 drawCheckerBoard(g, grayBrush, fullRect); in updateRenderBox()
1943 drawTiled(newBitmap, displayImage, g, grayBrush, originX, originY); in updateRenderBox()
1946 drawCheckerBoard(g, grayBrush, destRect); in updateRenderBox()
1968 void Document::drawCheckerBoard(Graphics^ g, SolidBrush^ grayBrush, Rectangle destRect)
1975 g->FillRectangle(grayBrush, x, y, 8, 8);
1981 SolidBrush^ grayBrush, int x, int y)
1992 if (grayBrush) {
1994 drawCheckerBoard(g, grayBrush, tileRect);
H A DDocument.h1855 System::Drawing::SolidBrush^ grayBrush, System::Drawing::Rectangle destRect);
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/contrib/src/fl/
H A Dnewbmpbtn.cpp458 wxBrush grayBrush( wxSystemSettings::GetColour( wxSYS_COLOUR_3DFACE), wxSOLID ); in RenderLabelImage() local
460 destDc.SetBrush( grayBrush ); in RenderLabelImage()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/contrib/src/fl/
H A Dnewbmpbtn.cpp458 wxBrush grayBrush( wxSystemSettings::GetColour( wxSYS_COLOUR_3DFACE), wxSOLID ); in RenderLabelImage() local
460 destDc.SetBrush( grayBrush ); in RenderLabelImage()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/contrib/src/fl/
H A Dnewbmpbtn.cpp458 wxBrush grayBrush( wxSystemSettings::GetColour( wxSYS_COLOUR_3DFACE), wxSOLID ); in RenderLabelImage() local
460 destDc.SetBrush( grayBrush ); in RenderLabelImage()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/contrib/src/fl/
H A Dnewbmpbtn.cpp458 wxBrush grayBrush( wxSystemSettings::GetColour( wxSYS_COLOUR_3DFACE), wxSOLID ); in RenderLabelImage() local
460 destDc.SetBrush( grayBrush ); in RenderLabelImage()
/dports/games/openbve/OpenBVE-1.8.2.1/source/TrainEditor/
H A DformEditor.cs553 Brush grayBrush = Brushes.DimGray; in PictureboxAccelerationPaint()
563 e.Graphics.DrawString(y.ToString("0", culture), font, grayBrush, new PointF(1.0f, yf)); in PictureboxAccelerationPaint()
571 e.Graphics.DrawString(x.ToString("0", culture), font, grayBrush, new PointF(xf, 1.0f)); in PictureboxAccelerationPaint()
1038 Brush grayBrush = Brushes.DimGray; in DrawMotorCurve()
1051 e.Graphics.DrawString(x.ToString("0", culture), font, grayBrush, new PointF(a, 1.0f)); in DrawMotorCurve()
1059 e.Graphics.DrawString("p=100", font, grayBrush, new PointF(1.0f, yp)); in DrawMotorCurve()
1060 e.Graphics.DrawString("v=128", font, grayBrush, new PointF(1.0f, yv)); in DrawMotorCurve()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/app/pluginmanager/
H A Dqgspluginmanager.cpp1265 QBrush grayBrush = QBrush( QColor( Qt::gray ) ); in addToRepositoryList() local
1266 a->setForeground( 0, grayBrush ); in addToRepositoryList()
1267 a->setForeground( 1, grayBrush ); in addToRepositoryList()
1268 a->setForeground( 2, grayBrush ); in addToRepositoryList()
/dports/graphics/qgis/qgis-3.22.3/src/app/pluginmanager/
H A Dqgspluginmanager.cpp1266 const QBrush grayBrush = QBrush( QColor( Qt::gray ) ); in addToRepositoryList() local
1267 a->setForeground( 0, grayBrush ); in addToRepositoryList()
1268 a->setForeground( 1, grayBrush ); in addToRepositoryList()
1269 a->setForeground( 2, grayBrush ); in addToRepositoryList()