Home
last modified time | relevance | path

Searched refs:oldBrush (Results 1 – 25 of 363) sorted by relevance

12345678910>>...15

/dports/x11-toolkits/tk85/tk8.5.19/win/
H A DtkWinDraw.c370 HBRUSH bgBrush, fgBrush, oldBrush; in XCopyPlane() local
421 SelectObject(destDC, oldBrush); in XCopyPlane()
473 SelectObject(destDC, oldBrush); in XCopyPlane()
632 HBRUSH brush, oldBrush; in XFillRectangles() local
692 SelectObject(dc, oldBrush); in XFillRectangles()
715 SelectObject(dc, oldBrush); in XFillRectangles()
754 HBRUSH oldBrush; in RenderObject() local
969 HBRUSH oldBrush; in XDrawRectangle() local
987 SelectObject(dc, oldBrush); in XDrawRectangle()
1081 HBRUSH brush, oldBrush; in DrawOrFillArc() local
[all …]
/dports/x11-toolkits/tk87/tk8.7a5/win/
H A DtkWinDraw.c369 HBRUSH bgBrush, fgBrush, oldBrush; in XCopyPlane() local
420 SelectObject(destDC, oldBrush); in XCopyPlane()
472 SelectObject(destDC, oldBrush); in XCopyPlane()
645 HBRUSH brush, oldBrush; in XFillRectangles() local
706 SelectObject(dc, oldBrush); in XFillRectangles()
731 SelectObject(dc, oldBrush); in XFillRectangles()
816 HBRUSH oldBrush; in RenderObject() local
1030 HBRUSH oldBrush; in XDrawRectangle() local
1048 SelectObject(dc, oldBrush); in XDrawRectangle()
1211 HBRUSH brush, oldBrush; in DrawOrFillArc() local
[all …]
/dports/x11-toolkits/tk86/tk8.6.12/win/
H A DtkWinDraw.c369 HBRUSH bgBrush, fgBrush, oldBrush; in XCopyPlane() local
420 SelectObject(destDC, oldBrush); in XCopyPlane()
472 SelectObject(destDC, oldBrush); in XCopyPlane()
642 HBRUSH brush, oldBrush; in XFillRectangles() local
703 SelectObject(dc, oldBrush); in XFillRectangles()
728 SelectObject(dc, oldBrush); in XFillRectangles()
813 HBRUSH oldBrush; in RenderObject() local
1026 HBRUSH oldBrush; in XDrawRectangle() local
1044 SelectObject(dc, oldBrush); in XDrawRectangle()
1207 HBRUSH brush, oldBrush; in DrawOrFillArc() local
[all …]
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/win/
H A DtkWinDraw.c376 HBRUSH bgBrush, fgBrush, oldBrush; local
427 SelectObject(destDC, oldBrush);
478 SelectObject(destDC, oldBrush);
635 HBRUSH brush, oldBrush; local
695 SelectObject(dc, oldBrush);
718 SelectObject(dc, oldBrush);
756 HBRUSH oldBrush; local
988 HBRUSH oldBrush; local
1006 SelectObject(dc, oldBrush);
1105 HBRUSH brush, oldBrush; local
[all …]
/dports/graphics/krita/krita-4.4.8/plugins/dockers/animation/
H A Dtimeline_frames_item_delegate.cpp62 QBrush oldBrush(painter->brush()); in paintActiveFrameSelector() local
69 painter->setBrush(oldBrush); in paintActiveFrameSelector()
101 QBrush oldBrush(painter->brush()); in paintSpecialKeyframeIndicator() local
115 painter->setBrush(oldBrush); in paintSpecialKeyframeIndicator()
167 QBrush oldBrush(painter->brush()); in drawBackground() local
173 painter->setBrush(oldBrush); in drawBackground()
/dports/graphics/kdiagram/kdiagram-2.8.0/examples/DrawIntoPainter/
H A Dframewidget.cpp52 const QBrush oldBrush( painter.brush() ); in paintEvent() local
60 painter.setBrush( oldBrush ); in paintEvent()
74 painter.setBrush( oldBrush ); in paintEvent()
/dports/graphics/kdiagram/kdiagram-2.8.0/qtests/DrawIntoPainter/
H A Dframewidget.cpp52 const QBrush oldBrush( painter.brush() ); in paintEvent() local
60 painter.setBrush( oldBrush ); in paintEvent()
74 painter.setBrush( oldBrush ); in paintEvent()
/dports/x11-toolkits/blt/blt2.5/generic/
H A DbltWinDraw.c881 HBRUSH brush, oldBrush; in Blt_EmulateXDrawRectangles() local
1121 HBRUSH brush, oldBrush; in Blt_EmulateXDrawArcs() local
1168 HBRUSH brush, oldBrush; in Blt_EmulateXFillArcs() local
1251 HBRUSH brush, oldBrush; in Blt_EmulateXDrawLine() local
1257 oldBrush = SelectBrush(dc, brush); in Blt_EmulateXDrawLine()
1279 HBRUSH brush, oldBrush; in DrawLine() local
1488 HBRUSH brush, oldBrush; in Blt_EmulateXDrawRectangle() local
1843 SelectBrush(hDC, oldBrush); in Blt_EmulateXFillRectangles()
1928 HBRUSH oldBrush, hBrush; in Blt_EmulateXFillRectangle() local
1956 SelectBrush(hDC, oldBrush); in Blt_EmulateXFillRectangle()
[all …]
/dports/x11-toolkits/qt5-charts/kde-qtcharts-5.15.2p2/src/charts/piechart/
H A Dqpieslice.cpp779 QBrush oldBrush = m_data.m_sliceBrush; in setBrush() local
785 if (oldBrush.color() != brush.color()) in setBrush()
794 QBrush oldBrush = m_data.m_labelBrush; in setLabelBrush() local
800 if (oldBrush.color() != brush.color()) in setLabelBrush()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/wxContribItems/wxchart/src/
H A Dlabel.cpp65 wxBrush oldBrush = hp->GetBrush(); in Draw() local
116 hp->SetBrush( oldBrush ); in Draw()
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/clientgui/mac/
H A DMacBitmapComboBox.cpp246 wxBrush oldBrush = myDC.GetBrush(); in DrawLargeBitmap() local
260 myDC.SetBrush(oldBrush); in DrawLargeBitmap()
275 wxBrush oldBrush = myDC.GetBrush(); in OnPaint() local
288 myDC.SetBrush(oldBrush); in OnPaint()
/dports/graphics/kgraphviewer/kgraphviewer-2.4.3/src/part/
H A Dcanvasedge.cpp225 const QBrush oldBrush = p->brush(); in paint() local
304 p->setBrush(oldBrush); in paint()
325 p->setBrush(oldBrush); in paint()
357 p->setBrush(oldBrush); in paint()
400 p->setBrush(oldBrush); in paint()
428 p->setBrush(oldBrush); in paint()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/
H A DTaskItem.java492 long oldBrush = OS.SelectObject (maskHdc, OS.GetStockObject (OS.BLACK_BRUSH)); in updateText() local
494 OS.SelectObject (maskHdc, oldBrush); in updateText()
497 oldBrush = OS.SelectObject (dstHdc, brush); in updateText()
499 OS.SelectObject (dstHdc, oldBrush); in updateText()
H A DTracker.java377 long hBitmap = 0, hBrush = 0, oldBrush = 0; in drawRectangles() local
383 oldBrush = OS.SelectObject (hDC, hBrush); in drawRectangles()
392 OS.SelectObject (hDC, oldBrush); in drawRectangles()
914 long hBitmap = 0, hBrush = 0, oldBrush = 0;
916 oldBrush = OS.SelectObject (hDC, transparentBrush);
918 OS.SelectObject (hDC, oldBrush);
926 oldBrush = OS.SelectObject (hDC, hBrush);
929 oldBrush = OS.SelectObject (hDC, OS.GetStockObject(OS.BLACK_BRUSH));
945 OS.SelectObject (hDC, oldBrush);
H A DExpandItem.java123 long oldBrush = OS.SelectObject (hDC, OS.GetSysColorBrush (OS.COLOR_BTNFACE)); in drawChevron() local
125 OS.SelectObject (hDC, oldBrush); in drawChevron()
188 long oldBrush = OS.SelectObject (hDC, OS.GetSysColorBrush (OS.COLOR_BTNFACE)); in drawItem() local
190 OS.SelectObject (hDC, oldBrush); in drawItem()
/dports/graphics/krita/krita-4.4.8/libs/brush/tests/
H A Dkis_imagepipe_brush_test.cpp74 KisBrush *oldBrush = brush->testingGetCurrentBrush(info); in checkConsistency() local
75 QVERIFY(oldBrush); in checkConsistency()
93 QCOMPARE(oldBrush, newBrush); in checkConsistency()
/dports/www/wt/wt-4.6.1/src/Wt/
H A DWPainter.C523 WBrush oldBrush = WBrush(brush()); in drawPolyline() local
526 setBrush(oldBrush); in drawPolyline()
707 WBrush oldBrush = WBrush(brush()); in fillPath() local
715 setBrush(oldBrush); in fillPath()
721 WBrush oldBrush = WBrush(brush()); in fillRect() local
729 setBrush(oldBrush); in fillRect()
741 WBrush oldBrush = WBrush(brush()); in strokePath() local
749 setBrush(oldBrush); in strokePath()
/dports/games/dhewm3/dhewm3-1.5.1/neo/tools/common/
H A DColorButton.cpp121 HGDIOBJ oldBrush = SelectObject ( hDC, arrowBrush ); in ColorButton_DrawArrow() local
127 SelectObject ( hDC, oldBrush ); in ColorButton_DrawArrow()
/dports/x11-toolkits/gnustep-back/libs-back-back-0_28_0/Headers/winlib/
H A DWIN32GState.h46 HGDIOBJ oldBrush; variable
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/contrib/samples/ogl/ogledit/
H A Ddoc.cpp305 const wxBrush *oldBrush = shape->GetBrush(); in Do() local
307 shapeBrush = oldBrush; in Do()
391 const wxBrush *oldBrush = shape->GetBrush(); in Undo() local
393 shapeBrush = oldBrush; in Undo()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/contrib/samples/ogl/ogledit/
H A Ddoc.cpp305 const wxBrush *oldBrush = shape->GetBrush(); in Do() local
307 shapeBrush = oldBrush; in Do()
391 const wxBrush *oldBrush = shape->GetBrush(); in Undo() local
393 shapeBrush = oldBrush; in Undo()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/contrib/samples/ogl/ogledit/
H A Ddoc.cpp305 const wxBrush *oldBrush = shape->GetBrush(); in Do() local
307 shapeBrush = oldBrush; in Do()
391 const wxBrush *oldBrush = shape->GetBrush(); in Undo() local
393 shapeBrush = oldBrush; in Undo()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/contrib/samples/ogl/ogledit/
H A Ddoc.cpp305 const wxBrush *oldBrush = shape->GetBrush(); in Do() local
307 shapeBrush = oldBrush; in Do()
391 const wxBrush *oldBrush = shape->GetBrush(); in Undo() local
393 shapeBrush = oldBrush; in Undo()
/dports/graphics/kdiagram/kdiagram-2.8.0/src/KChart/
H A DKChartAbstractAreaBase.cpp177 const QBrush oldBrush( painter.brush() ); in paintFrameAttributes() local
183 painter.setBrush( oldBrush ); in paintFrameAttributes()
/dports/games/xinvaders3d/xinvaders3d/
H A Dmain-w.c114 HBRUSH oldBrush; in Graphics_init() local
238 oldBrush = SelectObject(double_buffer_dc, blackBrush); in Graphics_init()
245 SelectObject(double_buffer_dc, oldBrush); in Graphics_init()

12345678910>>...15