Home
last modified time | relevance | path

Searched refs:BGRA (Results 126 – 150 of 1881) sorted by relevance

12345678910>>...76

/dports/graphics/lazpaint/lazpaint-7.1.6/lazpaint/
H A Duselectionhighlight.pas245 ptTo.x,ptTo.y-1, BGRA(value2,value2,value2), true) else
247 ptTo.x-1,ptTo.y, BGRA(value2,value2,value2), true);
252 ptTo.x,ptTo.y-1, BGRA(value2,value2,value2), true) else
254 ptTo.x-1,ptTo.y, BGRA(value2,value2,value2), true);
257 ptTo.x,ptTo.y, BGRA(value,value,value), false);
311 ADestination.FillMask(x,y,band,BGRA(64,128,192,AOpacity div 2),AMode);
/dports/graphics/lazpaint/lazpaint-7.1.6/bgracontrols/test/test_extra/rain/
H A Dunit1.pas50 …Bitmap.DrawVertLine(i,{Random(Bitmap.Height)}0,Random(Bitmap.Height),BGRA(255,255,255,Random(25)));
51 Bitmap.DrawVertLine(i,Random(Bitmap.Height),Random(Bitmap.Height),BGRA(255,255,255,Random(50)));
/dports/games/openra/OpenRA-release-20200503/OpenRA.Game/Graphics/
H A DSheetBuilder.cs31 BGRA = 4, enumerator
56 case SpriteFrameType.BGRA: return SheetType.BGRA; in FrameTypeToSheetType()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/inc/
H A Dsalbmp.hxx125 BGRA, enumerator
126 LAST = BGRA
/dports/misc/mnn/MNN-1.2.0/source/cv/
H A DImageBlitter.cpp582 CHECKFORMAT(RGBA, BGRA, _rgba2bgra); in choose()
586 CHECKFORMAT(BGRA, RGBA, _rgba2bgra); in choose()
587 CHECKFORMAT(BGRA, BGRA, _copyC4); in choose()
588 CHECKFORMAT(BGRA, BGR, _bgra2bgr); in choose()
589 CHECKFORMAT(BGRA, RGB, _rgba2bgr); in choose()
590 CHECKFORMAT(BGRA, GRAY, _bgra2gray); in choose()
600 CHECKFORMAT(GRAY, BGRA, _gray2C4); in choose()
609 CHECKFORMAT(YUV_NV21, BGRA, MNNNV21ToBGRA); in choose()
/dports/graphics/lazpaint/lazpaint-7.1.6/bgrabitmapnew/test/testbgrafunc/
H A Dutest14.pas58 virtualScreen.FillEllipseAntialias(x,y,radius,radius,BGRA(255,0,0,255));
62 layer.FillEllipseAntialias(x,y,radius,radius,BGRA(0,255,0,255));
H A Dutest25.pas93 …grad := TBGRAGradientScanner.Create(BGRA(0,150,255),BGRA(0,0,0),gtLinear,PointF(0,0),PointF(0,Canv…
120 Brush.BGRAColor := BGRA(255,128,0);
/dports/editors/cudatext/CudaText-1.151.0/bgrabitmap/test/testbgrafunc/
H A Dutest14.pas58 virtualScreen.FillEllipseAntialias(x,y,radius,radius,BGRA(255,0,0,255));
62 layer.FillEllipseAntialias(x,y,radius,radius,BGRA(0,255,0,255));
H A Dutest25.pas93 …grad := TBGRAGradientScanner.Create(BGRA(0,150,255),BGRA(0,0,0),gtLinear,PointF(0,0),PointF(0,Canv…
120 Brush.BGRAColor := BGRA(255,128,0);
/dports/net/opal/opal-3.10.10/plugins/video/common/ffmpeg/libavutil/
H A Dpixfmt.h145 #define PIX_FMT_RGB32 PIX_FMT_NE(ARGB, BGRA)
148 #define PIX_FMT_BGR32_1 PIX_FMT_NE(BGRA, ARGB)
/dports/graphics/lazpaint/lazpaint-7.1.6/bgracontrols/test/test_extra/Plugins/TestPlugins/
H A Dunit1.pas24 TApplyFilter = procedure(BGRA: TBGRABitmap); cdecl;
57 Bitmap.Fill(BGRA(255, 0, 0));
/dports/graphics/opendx/dx-4.4.4/src/exec/dxmods/
H A D_rgb_image.c423 typedef struct { unsigned char b, g, r, a } BGRA; in OutputADASD()
431 BGRA *opixels; in OutputADASD()
432 BGRA *op; in OutputADASD()
442 !( buffer = (char *)DXAllocate ( ( width * height * sizeof ( BGRA ) ) in OutputADASD()
477 opixels = (BGRA *) buffer_aligned; in OutputADASD()
/dports/graphics/lazpaint/lazpaint-7.1.6/bgracontrols/test/test_mddrawings/
H A Dumain.pas43 …idth div 2, (g1.Height) div 2, (g1.Width - 10) div 2, (g1.Height - 10) div 2, BGRA(150, 150, 150));
59 Bitmap.FillRoundRectAntialias(10, 10, g2.Width - 10, g2.Height - 10, 8, 8, BGRA(100,100,100));
/dports/www/grafana8/grafana-8.3.6/vendor/golang.org/x/exp/shiny/driver/windriver/
H A Dbuffer.go52 swizzle.BGRA(b.buf)
69 swizzle.BGRA(b.buf)
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/golang.org/x/exp/shiny/driver/windriver/
H A Dbuffer.go51 swizzle.BGRA(b.buf)
68 swizzle.BGRA(b.buf)
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/include/
H A DOgreColourValue.h44 typedef uint32 BGRA; typedef
88 BGRA getAsBGRA(void) const;
103 void setAsBGRA(BGRA val);
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/include/
H A DOgreColourValue.h44 typedef uint32 BGRA; typedef
88 BGRA getAsBGRA(void) const;
103 void setAsBGRA(const BGRA val);
/dports/graphics/lazpaint/lazpaint-7.1.6/bgracontrols/
H A Dbcpanel.pas258 BGRA(255, 255, 255, 180), BGRA(0, 0, 0, 160)); // Note: Frame3D inflates ARect
265 BGRA(255, 255, 255, 160), BGRA(0, 0, 0, 160)); // Note: Frame3D inflates ARect
H A Ddtanalogcommon.pp3 Part of BGRA Controls. Made by third party.
249 BitMap.Fill(BGRA(0, 0, 0, 0));
374 FColor := BGRA(199, 199, 173);
444 FGaugeBitmap.Fill(BGRA(0, 0, 0, 0));
578 FCapColor := BGRA(63, 63, 63);
579 FCapEdgeColor := BGRA(220, 220, 204);
583 FNeedleColor := BGRA(255, 81, 81);
810 FColorFrame := BGRA(35, 35, 35);
811 FColorStart := BGRA(63, 63, 63);
812 FColorEnd := BGRA(93, 93, 93);
/dports/games/openra/OpenRA-release-20200503/OpenRA.Game/
H A DPlayerDatabase.cs70 var sheet = new Sheet(SheetType.BGRA, new Size(512, 512)); in CreateSheet()
85 sheetBuilder = new SheetBuilder(SheetType.BGRA, CreateSheet); in LoadBadge()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/gpu/
H A DGrSwizzle.h82 static const GrSwizzle& BGRA() {
92 return BGRA();
/dports/games/openspades/openspades-0.1.3/Sources/Draw/
H A DGLRadiosityRenderer.cpp121 d, 0, IGLDevice::BGRA, IGLDevice::UnsignedInt2101010Rev, NULL); in GLRadiosityRenderer()
135 IGLDevice::BGRA, IGLDevice::UnsignedInt2101010Rev, in GLRadiosityRenderer()
365 ChunkSize, IGLDevice::BGRA, in Update()
371 ChunkSize, IGLDevice::BGRA, in Update()
377 ChunkSize, IGLDevice::BGRA, in Update()
383 ChunkSize, IGLDevice::BGRA, in Update()
/dports/graphics/lazpaint/lazpaint-7.1.6/bgrabitmapnew/test/bgraaggtest/
H A Dimage_perspective_main.pas60 bmp.EllipseAntialias(x,y,4,4,BGRA(0,0,0,192),1);
61 bmp.EllipseAntialias(x,y,3,3,BGRA(255,255,255,192),1);
62 bmp.EllipseAntialias(x,y,2,2,BGRA(0,0,0,192),1);
/dports/editors/cudatext/CudaText-1.151.0/bgrabitmap/test/bgraaggtest/
H A Dimage_perspective_main.pas60 bmp.EllipseAntialias(x,y,4,4,BGRA(0,0,0,192),1);
61 bmp.EllipseAntialias(x,y,3,3,BGRA(255,255,255,192),1);
62 bmp.EllipseAntialias(x,y,2,2,BGRA(0,0,0,192),1);
/dports/graphics/lazpaint/lazpaint-7.1.6/bgrabitmapnew/test/test4lcl_opengl/tux_game/
H A Dugame.pas121 BGLCanvas.RoundRect(x,y,x+tx,y+ty,12,12,BGRABlack, BGRA(255,255,250));
205 …sunBmp.FillEllipseLinearColorAntialias(50,50,49,49,BGRA(255,255,random(100)),BGRA(255,random(200),…
259 ctx.Canvas.FillRect(r, BGRA(0,0,0,alpha div 2));
261 bubbleFont.TextRect(r, infoText, BGRA(255,255,255,alpha));

12345678910>>...76