Home
last modified time | relevance | path

Searched refs:TLazIntfImage (Results 1 – 25 of 248) sorted by relevance

12345678910

/dports/editors/lazarus/lazarus/lcl/
H A Dintfgraphics.pas115 TLazIntfImage = class(TFPCustomImage) class
281 FImage: TLazIntfImage;
476 FImage: TLazIntfImage;
652 FImage: TLazIntfImage;
3355 procedure TLazIntfImage.FreeData;
3384 procedure TLazIntfImage.CreateData;
3455 constructor TLazIntfImage.CreateCompatible(IntfImg: TLazIntfImage; AWidth,
3467 destructor TLazIntfImage.Destroy;
3475 if Source is TLazIntfImage then
3534 procedure TLazIntfImage.EndUpdate;
[all …]
/dports/editors/lazarus-qt5/lazarus/lcl/
H A Dintfgraphics.pas115 TLazIntfImage = class(TFPCustomImage) class
281 FImage: TLazIntfImage;
476 FImage: TLazIntfImage;
652 FImage: TLazIntfImage;
3355 procedure TLazIntfImage.FreeData;
3384 procedure TLazIntfImage.CreateData;
3455 constructor TLazIntfImage.CreateCompatible(IntfImg: TLazIntfImage; AWidth,
3467 destructor TLazIntfImage.Destroy;
3475 if Source is TLazIntfImage then
3534 procedure TLazIntfImage.EndUpdate;
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/
H A Dintfgraphics.pas115 TLazIntfImage = class(TFPCustomImage) class
283 FImage: TLazIntfImage;
478 FImage: TLazIntfImage;
654 FImage: TLazIntfImage;
3357 procedure TLazIntfImage.FreeData;
3458 constructor TLazIntfImage.CreateCompatible(IntfImg: TLazIntfImage; AWidth,
3470 destructor TLazIntfImage.Destroy;
3478 if Source is TLazIntfImage then
3537 procedure TLazIntfImage.EndUpdate;
3734 procedure TLazIntfImage.AlphaBlend(ASource, ASourceAlpha: TLazIntfImage;
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/
H A Dintfgraphics.pas115 TLazIntfImage = class(TFPCustomImage) class
283 FImage: TLazIntfImage;
478 FImage: TLazIntfImage;
654 FImage: TLazIntfImage;
3357 procedure TLazIntfImage.FreeData;
3458 constructor TLazIntfImage.CreateCompatible(IntfImg: TLazIntfImage; AWidth,
3470 destructor TLazIntfImage.Destroy;
3478 if Source is TLazIntfImage then
3537 procedure TLazIntfImage.EndUpdate;
3734 procedure TLazIntfImage.AlphaBlend(ASource, ASourceAlpha: TLazIntfImage;
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/tachart/tutorials/background/
H A Dmain.pas62 img: TLazIntfImage;
64 img := TLazIntfImage.Create(0, 0);
94 img: TLazIntfImage;
96 img := TLazIntfImage.Create(0, 0);
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/tachart/tutorials/background/
H A Dmain.pas62 img: TLazIntfImage;
64 img := TLazIntfImage.Create(0, 0);
94 img: TLazIntfImage;
96 img := TLazIntfImage.Create(0, 0);
/dports/editors/lazarus/lazarus/lcl/include/
H A Dfpimagebitmap.inc64 procedure TFPImageBitmap.InitializeReader(AImage: TLazIntfImage; AReader: TFPCustomImageReader);
69 procedure TFPImageBitmap.InitializeWriter(AImage: TLazIntfImage; AWriter: TFPCustomImageWriter);
126 IntfImg: TLazIntfImage;
136 IntfImg := TLazIntfImage.Create(0,0,[]);
161 IntfImg: TLazIntfImage;
169 IntfImg := TLazIntfImage.Create(0,0,[]);
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/include/
H A Dfpimagebitmap.inc64 procedure TFPImageBitmap.InitializeReader(AImage: TLazIntfImage; AReader: TFPCustomImageReader);
69 procedure TFPImageBitmap.InitializeWriter(AImage: TLazIntfImage; AWriter: TFPCustomImageWriter);
126 IntfImg: TLazIntfImage;
136 IntfImg := TLazIntfImage.Create(0,0,[]);
161 IntfImg: TLazIntfImage;
169 IntfImg := TLazIntfImage.Create(0,0,[]);
/dports/editors/lazarus-qt5/lazarus/lcl/include/
H A Dfpimagebitmap.inc64 procedure TFPImageBitmap.InitializeReader(AImage: TLazIntfImage; AReader: TFPCustomImageReader);
69 procedure TFPImageBitmap.InitializeWriter(AImage: TLazIntfImage; AWriter: TFPCustomImageWriter);
126 IntfImg: TLazIntfImage;
136 IntfImg := TLazIntfImage.Create(0,0,[]);
161 IntfImg: TLazIntfImage;
169 IntfImg := TLazIntfImage.Create(0,0,[]);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/include/
H A Dfpimagebitmap.inc64 procedure TFPImageBitmap.InitializeReader(AImage: TLazIntfImage; AReader: TFPCustomImageReader);
69 procedure TFPImageBitmap.InitializeWriter(AImage: TLazIntfImage; AWriter: TFPCustomImageWriter);
126 IntfImg: TLazIntfImage;
136 IntfImg := TLazIntfImage.Create(0,0,[]);
161 IntfImg: TLazIntfImage;
169 IntfImg := TLazIntfImage.Create(0,0,[]);
/dports/editors/lazarus-devel/examples/scanline/
H A Dunit1.pas72 IntfImage: TLazIntfImage;
73 ScanLineImage: TLazIntfImage;
82 ScanLineImage:=TLazIntfImage.Create(0,0);
/dports/editors/lazarus/examples/scanline/
H A Dunit1.pas72 IntfImage: TLazIntfImage;
73 ScanLineImage: TLazIntfImage;
82 ScanLineImage:=TLazIntfImage.Create(0,0);
/dports/editors/lazarus-qt5/examples/scanline/
H A Dunit1.pas72 IntfImage: TLazIntfImage;
73 ScanLineImage: TLazIntfImage;
82 ScanLineImage:=TLazIntfImage.Create(0,0);
/dports/editors/lazarus-qt5-devel/examples/scanline/
H A Dunit1.pas72 IntfImage: TLazIntfImage;
73 ScanLineImage: TLazIntfImage;
82 ScanLineImage:=TLazIntfImage.Create(0,0);
/dports/editors/lazarus/lazarus/lcl/interfaces/customdrawn/
H A Dcustomdrawnproc.pas48 ControlImage: TLazIntfImage;
87 Image: TLazIntfImage;
107 Image: TLazIntfImage;
140 procedure UpdateControlLazImageAndCanvas(var AImage: TLazIntfImage;
145 procedure RenderChildWinControls(var AImage: TLazIntfImage;
147 function RenderWinControl(var AImage: TLazIntfImage;
149 procedure RenderWinControlAndChildren(var AImage: TLazIntfImage;
151 procedure RenderForm(var AImage: TLazIntfImage;
408 AImage := TLazIntfImage.Create(AWidth, AHeight);
440 procedure RenderChildWinControls(var AImage: TLazIntfImage;
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/customdrawn/
H A Dcustomdrawnproc.pas48 ControlImage: TLazIntfImage;
87 Image: TLazIntfImage;
107 Image: TLazIntfImage;
140 procedure UpdateControlLazImageAndCanvas(var AImage: TLazIntfImage;
145 procedure RenderChildWinControls(var AImage: TLazIntfImage;
147 function RenderWinControl(var AImage: TLazIntfImage;
149 procedure RenderWinControlAndChildren(var AImage: TLazIntfImage;
151 procedure RenderForm(var AImage: TLazIntfImage;
408 AImage := TLazIntfImage.Create(AWidth, AHeight);
440 procedure RenderChildWinControls(var AImage: TLazIntfImage;
[all …]
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/customdrawn/
H A Dcustomdrawnproc.pas48 ControlImage: TLazIntfImage;
87 Image: TLazIntfImage;
107 Image: TLazIntfImage;
140 procedure UpdateControlLazImageAndCanvas(var AImage: TLazIntfImage;
145 procedure RenderChildWinControls(var AImage: TLazIntfImage;
147 function RenderWinControl(var AImage: TLazIntfImage;
149 procedure RenderWinControlAndChildren(var AImage: TLazIntfImage;
151 procedure RenderForm(var AImage: TLazIntfImage;
408 AImage := TLazIntfImage.Create(AWidth, AHeight);
440 procedure RenderChildWinControls(var AImage: TLazIntfImage;
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/customdrawn/
H A Dcustomdrawnproc.pas48 ControlImage: TLazIntfImage;
87 Image: TLazIntfImage;
107 Image: TLazIntfImage;
140 procedure UpdateControlLazImageAndCanvas(var AImage: TLazIntfImage;
145 procedure RenderChildWinControls(var AImage: TLazIntfImage;
147 function RenderWinControl(var AImage: TLazIntfImage;
149 procedure RenderWinControlAndChildren(var AImage: TLazIntfImage;
151 procedure RenderForm(var AImage: TLazIntfImage;
408 AImage := TLazIntfImage.Create(AWidth, AHeight);
440 procedure RenderChildWinControls(var AImage: TLazIntfImage;
[all …]
/dports/editors/lazarus-devel/examples/lazintfimage/
H A Dmainunit1.pas79 SrcIntfImg, TempIntfImg: TLazIntfImage;
86 SrcIntfImg:=TLazIntfImage.Create(0,0);
88 TempIntfImg:=TLazIntfImage.Create(0,0);
116 SrcIntfImg, TempIntfImg: TLazIntfImage;
153 SrcIntfImg:=TLazIntfImage.Create(0,0);
155 TempIntfImg:=TLazIntfImage.Create(0,0);
/dports/editors/lazarus/examples/lazintfimage/
H A Dmainunit1.pas79 SrcIntfImg, TempIntfImg: TLazIntfImage;
86 SrcIntfImg:=TLazIntfImage.Create(0,0);
88 TempIntfImg:=TLazIntfImage.Create(0,0);
116 SrcIntfImg, TempIntfImg: TLazIntfImage;
153 SrcIntfImg:=TLazIntfImage.Create(0,0);
155 TempIntfImg:=TLazIntfImage.Create(0,0);
/dports/editors/lazarus/lazarus/tools/xpm_to_png/
H A Dxpm_to_png.lpr43 SrcImg, DstImg: TLazIntfImage;
75 SrcImg := TLazIntfImage.Create(SrcImage, True);
90 DstImg := TLazIntfImage.Create(RawImage, False);
109 Img, DeviceImg: TLazIntfImage;
137 Img := TLazIntfImage.Create(RawImg, False);
138 DeviceImg := TLazIntfImage.Create(0, 0);
/dports/editors/lazarus-qt5/lazarus/tools/xpm_to_png/
H A Dxpm_to_png.lpr43 SrcImg, DstImg: TLazIntfImage;
75 SrcImg := TLazIntfImage.Create(SrcImage, True);
90 DstImg := TLazIntfImage.Create(RawImage, False);
109 Img, DeviceImg: TLazIntfImage;
137 Img := TLazIntfImage.Create(RawImg, False);
138 DeviceImg := TLazIntfImage.Create(0, 0);
/dports/editors/lazarus-qt5/examples/lazintfimage/
H A Dmainunit1.pas79 SrcIntfImg, TempIntfImg: TLazIntfImage;
86 SrcIntfImg:=TLazIntfImage.Create(0,0);
88 TempIntfImg:=TLazIntfImage.Create(0,0);
116 SrcIntfImg, TempIntfImg: TLazIntfImage;
153 SrcIntfImg:=TLazIntfImage.Create(0,0);
155 TempIntfImg:=TLazIntfImage.Create(0,0);
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/tools/xpm_to_png/
H A Dxpm_to_png.lpr43 SrcImg, DstImg: TLazIntfImage;
75 SrcImg := TLazIntfImage.Create(SrcImage, True);
90 DstImg := TLazIntfImage.Create(RawImage, False);
109 Img, DeviceImg: TLazIntfImage;
137 Img := TLazIntfImage.Create(RawImg, False);
138 DeviceImg := TLazIntfImage.Create(0, 0);
/dports/editors/lazarus-qt5-devel/examples/lazintfimage/
H A Dmainunit1.pas79 SrcIntfImg, TempIntfImg: TLazIntfImage;
86 SrcIntfImg:=TLazIntfImage.Create(0,0);
88 TempIntfImg:=TLazIntfImage.Create(0,0);
116 SrcIntfImg, TempIntfImg: TLazIntfImage;
153 SrcIntfImg:=TLazIntfImage.Create(0,0);
155 TempIntfImg:=TLazIntfImage.Create(0,0);

12345678910