Home
last modified time | relevance | path

Searched refs:Image_ptr (Results 1 – 5 of 5) sorted by relevance

/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/src/
H A Dagg_2D.pas198 Image_ptr = ^Image;
611 img : Image_ptr;
2637 img : Image_ptr;
2664 img : Image_ptr;
2690 img : Image_ptr;
2755 img : Image_ptr;
2775 img : Image_ptr;
2794 img : Image_ptr;
2811 img : Image_ptr;
2851 img : Image_ptr;
[all …]
/dports/editors/lazarus/lazarus/components/aggpas/src/
H A Dagg_2D.pas198 Image_ptr = ^Image;
611 img : Image_ptr;
2637 img : Image_ptr;
2664 img : Image_ptr;
2690 img : Image_ptr;
2755 img : Image_ptr;
2775 img : Image_ptr;
2794 img : Image_ptr;
2811 img : Image_ptr;
2851 img : Image_ptr;
[all …]
/dports/editors/lazarus-qt5/lazarus/components/aggpas/src/
H A Dagg_2D.pas198 Image_ptr = ^Image;
611 img : Image_ptr;
2637 img : Image_ptr;
2664 img : Image_ptr;
2690 img : Image_ptr;
2755 img : Image_ptr;
2775 img : Image_ptr;
2794 img : Image_ptr;
2811 img : Image_ptr;
2851 img : Image_ptr;
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/src/
H A Dagg_2D.pas198 Image_ptr = ^Image;
611 img : Image_ptr;
2637 img : Image_ptr;
2664 img : Image_ptr;
2690 img : Image_ptr;
2755 img : Image_ptr;
2775 img : Image_ptr;
2794 img : Image_ptr;
2811 img : Image_ptr;
2851 img : Image_ptr;
[all …]
/dports/graphics/c-a-i-r/c-a-i-r-2.19/
H A DCAIR.cpp1181 …it_CML_Image(CML_color * Source, CML_int * S_Weights, CML_image * Image, CML_image_ptr * Image_ptr) in Init_CML_Image() argument
1187 (*Image_ptr).D_Resize(x,y); in Init_CML_Image()
1196 (*Image_ptr)(i,j) = &((*Image)(i,j)); in Init_CML_Image()
1203 void Extract_CML_Image(CML_image_ptr * Image_ptr, CML_color * Dest, CML_int * D_Weights) in Extract_CML_Image() argument
1205 int x = (*Image_ptr).Width(); in Extract_CML_Image()
1206 int y = (*Image_ptr).Height(); in Extract_CML_Image()
1215 (*Dest)(i,j) = (*Image_ptr)(i,j)->image; in Extract_CML_Image()
1216 (*D_Weights)(i,j) = (*Image_ptr)(i,j)->weight; in Extract_CML_Image()