Home
last modified time | relevance | path

Searched refs:TLazIntfImage (Results 126 – 150 of 248) sorted by relevance

12345678910

/dports/editors/lazarus/lazarus/components/aggpas/src/
H A Dagg_lcl.pas26 FIntfImg: TLazIntfImage;
32 property IntfImg: TLazIntfImage read FIntfImg;
841 FIntfImg:=TLazIntfImage.Create(0,0);
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/src/
H A Dagg_lcl.pas26 FIntfImg: TLazIntfImage;
32 property IntfImg: TLazIntfImage read FIntfImg;
841 FIntfImg:=TLazIntfImage.Create(0,0);
/dports/editors/lazarus-qt5/lazarus/components/aggpas/src/
H A Dagg_lcl.pas26 FIntfImg: TLazIntfImage;
32 property IntfImg: TLazIntfImage read FIntfImg;
841 FIntfImg:=TLazIntfImage.Create(0,0);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/src/
H A Dagg_lcl.pas26 FIntfImg: TLazIntfImage;
32 property IntfImg: TLazIntfImage read FIntfImg;
841 FIntfImg:=TLazIntfImage.Create(0,0);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/tachart/
H A Dtadrawercanvas.pas277 if AImage is TLazIntfImage then
278 bmp.LoadFromIntfImage(TLazIntfImage(AImage))
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/tachart/
H A Dtadrawercanvas.pas277 if AImage is TLazIntfImage then
278 bmp.LoadFromIntfImage(TLazIntfImage(AImage))
/dports/editors/lazarus/lazarus/lcl/include/
H A Dbitmap.inc168 procedure TBitmap.InitializeReader(AImage: TLazIntfImage; AReader: TFPCustomImageReader);
H A Dcanvas.inc611 LazImg: TLazIntfImage;
618 if Image is TLazIntfImage
620 LazImg := TLazIntfImage(Image);
623 LazImg := TLazIntfImage.Create(0,0,[]);
727 lIntfImage: TLazIntfImage;
742 lIntfImage := TLazIntfImage.Create(0, 0);
H A Dintfbasewinapi.inc1281 function CreateIntfImage(W, H: Integer; Clear: Boolean): TLazIntfImage;
1283 Result := TLazIntfImage.Create(W, H, [riqfRGB, riqfAlpha, riqfUpdate]);
1289 procedure DrawIntfImage(Image: TLazIntfImage; R: TRect);
1359 procedure GradientFillTriangle(Image: TLazIntfImage; v1, v2, v3: TTriVertex);
1431 Image: TLazIntfImage;
1473 Image: TLazIntfImage;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/include/
H A Dbitmap.inc168 procedure TBitmap.InitializeReader(AImage: TLazIntfImage; AReader: TFPCustomImageReader);
H A Dcanvas.inc611 LazImg: TLazIntfImage;
618 if Image is TLazIntfImage
620 LazImg := TLazIntfImage(Image);
623 LazImg := TLazIntfImage.Create(0,0,[]);
727 lIntfImage: TLazIntfImage;
742 lIntfImage := TLazIntfImage.Create(0, 0);
H A Dintfbasewinapi.inc1285 function CreateIntfImage(W, H: Integer; Clear: Boolean): TLazIntfImage;
1287 Result := TLazIntfImage.Create(W, H, [riqfRGB, riqfAlpha, riqfUpdate]);
1292 procedure DrawIntfImage(Image: TLazIntfImage; R: TRect);
1362 procedure GradientFillTriangle(Image: TLazIntfImage; v1, v2, v3: TTriVertex);
1434 Image: TLazIntfImage;
1476 Image: TLazIntfImage;
/dports/editors/lazarus-qt5/lazarus/lcl/include/
H A Dbitmap.inc168 procedure TBitmap.InitializeReader(AImage: TLazIntfImage; AReader: TFPCustomImageReader);
H A Dcanvas.inc611 LazImg: TLazIntfImage;
618 if Image is TLazIntfImage
620 LazImg := TLazIntfImage(Image);
623 LazImg := TLazIntfImage.Create(0,0,[]);
727 lIntfImage: TLazIntfImage;
742 lIntfImage := TLazIntfImage.Create(0, 0);
H A Dintfbasewinapi.inc1281 function CreateIntfImage(W, H: Integer; Clear: Boolean): TLazIntfImage;
1283 Result := TLazIntfImage.Create(W, H, [riqfRGB, riqfAlpha, riqfUpdate]);
1289 procedure DrawIntfImage(Image: TLazIntfImage; R: TRect);
1359 procedure GradientFillTriangle(Image: TLazIntfImage; v1, v2, v3: TTriVertex);
1431 Image: TLazIntfImage;
1473 Image: TLazIntfImage;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/include/
H A Dbitmap.inc168 procedure TBitmap.InitializeReader(AImage: TLazIntfImage; AReader: TFPCustomImageReader);
H A Dcanvas.inc611 LazImg: TLazIntfImage;
618 if Image is TLazIntfImage
620 LazImg := TLazIntfImage(Image);
623 LazImg := TLazIntfImage.Create(0,0,[]);
727 lIntfImage: TLazIntfImage;
742 lIntfImage := TLazIntfImage.Create(0, 0);
H A Dintfbasewinapi.inc1285 function CreateIntfImage(W, H: Integer; Clear: Boolean): TLazIntfImage;
1287 Result := TLazIntfImage.Create(W, H, [riqfRGB, riqfAlpha, riqfUpdate]);
1292 procedure DrawIntfImage(Image: TLazIntfImage; R: TRect);
1362 procedure GradientFillTriangle(Image: TLazIntfImage; v1, v2, v3: TTriVertex);
1434 Image: TLazIntfImage;
1476 Image: TLazIntfImage;
/dports/editors/lazarus/lazarus/lcl/interfaces/customdrawn/
H A Dcustomdrawnint.pas267 ScreenImage: TLazIntfImage;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/customdrawn/
H A Dcustomdrawnint.pas267 ScreenImage: TLazIntfImage;
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/customdrawn/
H A Dcustomdrawnint.pas267 ScreenImage: TLazIntfImage;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/customdrawn/
H A Dcustomdrawnint.pas267 ScreenImage: TLazIntfImage;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/
H A Dgraphutil.pp365 srcImg: TLazIntfImage = nil;
490 DestIntfImage, SourceIntfImage: TLazIntfImage;
493 DestIntfImage := TLazIntfImage.Create(0, 0);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/
H A Dgraphutil.pp365 srcImg: TLazIntfImage = nil;
490 DestIntfImage, SourceIntfImage: TLazIntfImage;
493 DestIntfImage := TLazIntfImage.Create(0, 0);
/dports/russian/emkatic/emkatic-0.38-src/
H A Dsrcedit.pas270 Img:TLazIntfImage; c:TFPColor;
282 Img:=TLazIntfImage.Create(0,0,[riqfRGB]);

12345678910