Home
last modified time | relevance | path

Searched refs:Brush (Results 1 – 25 of 36) sorted by relevance

12

/reactos/win32ss/drivers/displays/vga/objects/
H A Dlineto.c17 IN BRUSHOBJ* Brush, in vgaNWtoSE() argument
28 ULONG Pixel = Brush->iSolidColor; in vgaNWtoSE()
87 IN BRUSHOBJ* Brush, in vgaSWtoNE() argument
98 ULONG Pixel = Brush->iSolidColor; in vgaSWtoNE()
156 IN BRUSHOBJ* Brush, in vgaNEtoSW() argument
167 ULONG Pixel = Brush->iSolidColor; in vgaNEtoSW()
225 IN BRUSHOBJ* Brush, in vgaSEtoNW() argument
236 ULONG Pixel = Brush->iSolidColor; in vgaSEtoNW()
299 IN BRUSHOBJ *Brush, in DrvLineTo() argument
309 ULONG Pixel = Brush->iSolidColor; in DrvLineTo()
[all …]
H A Dbitblt.c21 BRUSHOBJ* Brush,
200 IN BRUSHOBJ* Brush, in VGADDI_BltBrush() argument
219 Brush->iSolidColor == 0xFFFFFFFF) in VGADDI_BltBrush()
227 case GET_OPINDEX_FROM_ROP3(PATCOPY): SolidColor = Brush->iSolidColor; break; in VGADDI_BltBrush()
334 IN BRUSHOBJ* Brush, in VGADDI_BltSrc() argument
372 IN BRUSHOBJ* Brush, in VGADDI_BltMask() argument
394 vgaPutPixel(DestRect->left + i, DestRect->top + j, Brush->iSolidColor); in VGADDI_BltMask()
419 IN BRUSHOBJ *Brush, in DrvBitBlt() argument
473 SourcePoint, MaskPoint, Brush, BrushPoint, in DrvBitBlt()
482 &Pt, MaskPoint, Brush, BrushPoint, in DrvBitBlt()
[all …]
H A Dpaint.c187 IN BRUSHOBJ *Brush, in DrvPaint() argument
193 iSolidColor = Brush->iSolidColor; // FIXME: Realizations and the like in DrvPaint()
/reactos/sdk/include/psdk/
H A Dgdiplusbrush.h22 class Brush : public GdiplusBase
28 virtual ~Brush() in ~Brush()
33 Brush *
41 Brush *newBrush = new Brush(brush, lastStatus); in Clone()
67 Brush() in Brush() function
91 Brush(const Brush &);
92 Brush &
93 operator=(const Brush &);
97 getNat(const Brush *brush) in getNat()
458 class SolidBrush : Brush
[all …]
H A Dgdiplusgraphics.h247 const Brush *brush, in DrawDriverString()
573 const Brush *brush) in DrawString()
595 const Brush *brush) in DrawString()
804 FillEllipse(const Brush *brush, const Rect &rect) in FillEllipse()
818 FillEllipse(const Brush *brush, const RectF &rect) in FillEllipse()
832 FillPath(const Brush *brush, const GraphicsPath *path) in FillPath()
868 FillPolygon(const Brush *brush, const Point *points, INT count) in FillPolygon()
874 FillPolygon(const Brush *brush, const PointF *points, INT count) in FillPolygon()
894 FillRectangle(const Brush *brush, const Rect &rect) in FillRectangle()
901 FillRectangle(const Brush *brush, const RectF &rect) in FillRectangle()
[all …]
H A Dgdiplusbase.h50 class Brush; variable
68 getNat(const Brush *brush);
H A Dgdipluspen.h28 Pen(const Brush *brush, REAL width = 1.0f) : nativePen(NULL) in nativePen()
64 Brush *
253 SetBrush(const Brush *brush) in SetBrush()
H A Dgdiplusmatrix.h27 friend class Brush; variable
/reactos/win32ss/user/user32/windows/
H A Dpaint.c73 unsigned Brush; in DeleteFrameBrushes() local
75 for (Brush = 0; Brush < sizeof(FrameBrushes) / sizeof(HBRUSH); Brush++) in DeleteFrameBrushes()
77 if (NULL != FrameBrushes[Brush]) in DeleteFrameBrushes()
79 DeleteObject(FrameBrushes[Brush]); in DeleteFrameBrushes()
80 FrameBrushes[Brush] = NULL; in DeleteFrameBrushes()
/reactos/modules/rostests/tests/multiwin/
H A Dmultiwin.c97 HBRUSH Brush; in MultiWndProc() local
123 Brush = CreateSolidBrush(Colors[CurrentColor]); in MultiWndProc()
124 FillRect(hDC, &Client, Brush); in MultiWndProc()
125 DeleteObject(Brush); in MultiWndProc()
/reactos/win32ss/gdi/eng/
H A Dinteng.h63 BRUSHOBJ *Brush,
80 BRUSHOBJ *Brush,
94 BRUSHOBJ *Brush,
113 BRUSHOBJ *Brush,
/reactos/modules/rostests/dibtests/dibtest/
H A Ddibtest.c88 HBRUSH Brush; in PaintCells() local
125 Brush = CreateSolidBrush(RGB(Colors[4 * row + col].rgbRed, in PaintCells()
132 FillRect(DC1, &Rect, Brush); in PaintCells()
133 DeleteObject(Brush); in PaintCells()
/reactos/modules/rostests/tests/multithrdwin/
H A Dmultithrdwin.c159 HBRUSH Brush; in MultiWndProc() local
187 Brush = CreateSolidBrush(Colors[CurrentColor]); in MultiWndProc()
188 FillRect(hDC, &Client, Brush); in MultiWndProc()
189 DeleteObject(Brush); in MultiWndProc()
/reactos/win32ss/gdi/dib/
H A Dstretchblt.c20 POINTL *MaskOrigin, BRUSHOBJ *Brush, in DIB_XXBPP_StretchBlt() argument
128 if (Brush) in DIB_XXBPP_StretchBlt()
129 Pattern = Brush->iSolidColor; in DIB_XXBPP_StretchBlt()
H A Dfloodfill.c87 BRUSHOBJ *Brush, in DIB_XXBPP_FloodFillSolid() argument
97 BrushColor = Brush->iSolidColor; in DIB_XXBPP_FloodFillSolid()
H A Ddib_new.c123 POINTL* MaskOrigin, BRUSHOBJ* Brush, in Dummy_StretchBlt() argument
H A Ddib.c222 POINTL* MaskOrigin, BRUSHOBJ* Brush, in Dummy_StretchBlt() argument
H A Ddib4bpp.c414 if (BltInfo->Brush) in DIB_4BPP_BitBlt()
415 Pattern = ExpandSolidColor[BltInfo->Brush->iSolidColor]; in DIB_4BPP_BitBlt()
H A Ddib1bpp.c396 if (BltInfo->Brush) in DIB_1BPP_BitBlt()
397 Pattern = BltInfo->Brush->iSolidColor; in DIB_1BPP_BitBlt()
H A Ddib.h28 BRUSHOBJ *Brush; member
H A Ddib24bpp.c513 if (BltInfo->Brush) in DIB_24BPP_BitBlt()
515 Pattern = BltInfo->Brush->iSolidColor; in DIB_24BPP_BitBlt()
/reactos/dll/opengl/opengl32/
H A Dswimpl.c780 HBRUSH Brush; in clear_frontbuffer() local
785 Brush = CreateSolidBrush(ClearColor); in clear_frontbuffer()
786 Brush = SelectObject(fb->Hdc, Brush); in clear_frontbuffer()
794 Brush = SelectObject(fb->Hdc, Brush); in clear_frontbuffer()
795 DeleteObject(Brush); in clear_frontbuffer()
1043 HBRUSH Brush = CreateSolidBrush(Color); in write_monocolor_span_frontbuffer() local
1044 Brush = SelectObject(fb->Hdc, Brush); in write_monocolor_span_frontbuffer()
1048 Brush = SelectObject(fb->Hdc, Brush); in write_monocolor_span_frontbuffer()
1049 DeleteObject(Brush); in write_monocolor_span_frontbuffer()
/reactos/base/applications/mspaint/
H A Ddrawing.h30 void Brush(HDC hdc, LONG x1, LONG y1, LONG x2, LONG y2, COLORREF color, LONG style, INT thickness);
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/uiports/
H A Dqtwin.cpp1127 QBrush* Brush; in ui_patblt() local
1144 Brush = new QBrush(g_Color1, *Bitmap); in ui_patblt()
1148 g_P2->fillRect(x, y, cx, cy, *Brush); in ui_patblt()
1149 delete Brush; in ui_patblt()
/reactos/base/applications/rapps/
H A Dappview.cpp553 … (Brush *)(&dotBrush), (REAL)width / 2.0 - min(width, height) * 2.0 / 16.0 - DotWidth / 2.0, in PaintOnDC()
559 (Brush *)(&dotBrush), (REAL)width / 2.0 - DotWidth / 2.0, in PaintOnDC()
564 … (Brush *)(&dotBrush), (REAL)width / 2.0 + min(width, height) * 2.0 / 16.0 - DotWidth / 2.0, in PaintOnDC()

12