/reactos/win32ss/drivers/displays/vga/objects/ |
H A D | lineto.c | 17 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 D | bitblt.c | 21 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 D | paint.c | 187 IN BRUSHOBJ *Brush, in DrvPaint() argument 193 iSolidColor = Brush->iSolidColor; // FIXME: Realizations and the like in DrvPaint()
|
/reactos/sdk/include/psdk/ |
H A D | gdiplusbrush.h | 22 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 D | gdiplusgraphics.h | 247 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 D | gdiplusbase.h | 50 class Brush; variable 68 getNat(const Brush *brush);
|
H A D | gdipluspen.h | 28 Pen(const Brush *brush, REAL width = 1.0f) : nativePen(NULL) in nativePen() 64 Brush * 253 SetBrush(const Brush *brush) in SetBrush()
|
H A D | gdiplusmatrix.h | 27 friend class Brush; variable
|
/reactos/win32ss/user/user32/windows/ |
H A D | paint.c | 73 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 D | multiwin.c | 97 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 D | inteng.h | 63 BRUSHOBJ *Brush, 80 BRUSHOBJ *Brush, 94 BRUSHOBJ *Brush, 113 BRUSHOBJ *Brush,
|
/reactos/modules/rostests/dibtests/dibtest/ |
H A D | dibtest.c | 88 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 D | multithrdwin.c | 159 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 D | stretchblt.c | 20 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 D | floodfill.c | 87 BRUSHOBJ *Brush, in DIB_XXBPP_FloodFillSolid() argument 97 BrushColor = Brush->iSolidColor; in DIB_XXBPP_FloodFillSolid()
|
H A D | dib_new.c | 123 POINTL* MaskOrigin, BRUSHOBJ* Brush, in Dummy_StretchBlt() argument
|
H A D | dib.c | 222 POINTL* MaskOrigin, BRUSHOBJ* Brush, in Dummy_StretchBlt() argument
|
H A D | dib4bpp.c | 414 if (BltInfo->Brush) in DIB_4BPP_BitBlt() 415 Pattern = ExpandSolidColor[BltInfo->Brush->iSolidColor]; in DIB_4BPP_BitBlt()
|
H A D | dib1bpp.c | 396 if (BltInfo->Brush) in DIB_1BPP_BitBlt() 397 Pattern = BltInfo->Brush->iSolidColor; in DIB_1BPP_BitBlt()
|
H A D | dib.h | 28 BRUSHOBJ *Brush; member
|
H A D | dib24bpp.c | 513 if (BltInfo->Brush) in DIB_24BPP_BitBlt() 515 Pattern = BltInfo->Brush->iSolidColor; in DIB_24BPP_BitBlt()
|
/reactos/dll/opengl/opengl32/ |
H A D | swimpl.c | 780 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 D | drawing.h | 30 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 D | qtwin.cpp | 1127 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 D | appview.cpp | 553 … (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()
|