Home
last modified time | relevance | path

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

/dports/editors/lazarus/lazarus/lcl/interfaces/win32/
H A Dwin32wsbuttons.pp133 BitmapRect: Windows.RECT;
179 …PaintBuffer := BeginBufferedPaint(hdcNewBitmap, @BitmapRect, BPBF_COMPOSITED, @PaintParams, TmpDC);
194 Windows.FillRect(TmpDC, BitmapRect, GetSysColorBrush(COLOR_BTNFACE));
219 FillRect(TmpDC, BitmapRect, GetStockObject(WHITE_BRUSH));
406 BitmapRect.left := 0;
407 BitmapRect.top := 0;
408 BitmapRect.right := newWidth;
409 BitmapRect.bottom := newHeight;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/win32/
H A Dwin32wsbuttons.pp133 BitmapRect: Windows.RECT;
179 …PaintBuffer := BeginBufferedPaint(hdcNewBitmap, @BitmapRect, BPBF_COMPOSITED, @PaintParams, TmpDC);
194 Windows.FillRect(TmpDC, BitmapRect, GetSysColorBrush(COLOR_BTNFACE));
219 FillRect(TmpDC, BitmapRect, GetStockObject(WHITE_BRUSH));
406 BitmapRect.left := 0;
407 BitmapRect.top := 0;
408 BitmapRect.right := newWidth;
409 BitmapRect.bottom := newHeight;
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/win32/
H A Dwin32wsbuttons.pp133 BitmapRect: Windows.RECT;
179 …PaintBuffer := BeginBufferedPaint(hdcNewBitmap, @BitmapRect, BPBF_COMPOSITED, @PaintParams, TmpDC);
194 Windows.FillRect(TmpDC, BitmapRect, GetSysColorBrush(COLOR_BTNFACE));
219 FillRect(TmpDC, BitmapRect, GetStockObject(WHITE_BRUSH));
406 BitmapRect.left := 0;
407 BitmapRect.top := 0;
408 BitmapRect.right := newWidth;
409 BitmapRect.bottom := newHeight;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/win32/
H A Dwin32wsbuttons.pp133 BitmapRect: Windows.RECT;
179 …PaintBuffer := BeginBufferedPaint(hdcNewBitmap, @BitmapRect, BPBF_COMPOSITED, @PaintParams, TmpDC);
194 Windows.FillRect(TmpDC, BitmapRect, GetSysColorBrush(COLOR_BTNFACE));
219 FillRect(TmpDC, BitmapRect, GetStockObject(WHITE_BRUSH));
406 BitmapRect.left := 0;
407 BitmapRect.top := 0;
408 BitmapRect.right := newWidth;
409 BitmapRect.bottom := newHeight;
/dports/graphics/lazpaint/lazpaint-7.1.6/bgracontrols/
H A Dbgratheme.pas40 property BitmapRect: TRect read FBitmapRect write SetBitmapRect; property
308 BitmapRect := RectWithSize(ARect.Left, ARect.Top, ARect.Height, ARect.Height);
353 BitmapRect := RectWithSize(ARect.Left, ARect.Top, ARect.Height, ARect.Height);
H A Dbgracolortheme.pas162 BitmapRect := RectWithSize(ARect.Left, ARect.Top, ARect.Height, ARect.Height);
207 BitmapRect := RectWithSize(ARect.Left, ARect.Top, ARect.Height, ARect.Height);
H A Dbgrasvgtheme.pas717 BitmapRect := RectWithSize(ARect.Left, ARect.Top, ARect.Height, ARect.Height);
833 BitmapRect := RectWithSize(ARect.Left, ARect.Top, ARect.Height, ARect.Height);
/dports/emulators/uae/uae-0.8.29/src/od-beos/
H A Dbeos.cpp362 BRect BitmapRect = frame; in UAEWindow() local
363 main_view = new BitmapView(BitmapRect, bitmap); in UAEWindow()