Home
last modified time | relevance | path

Searched refs:maskim (Results 1 – 25 of 32) sorted by relevance

12

/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dimmask.c15 MRI_IMAGE * maskim=NULL , *imin , *imout ; in main() local
56 if( maskim == NULL || iarg >= argc || ! MRI_IS_2D(maskim) ){ in main()
59 if( maskim->kind != MRI_float ){ in main()
60 imin = mri_to_float( maskim ) ; in main()
61 mri_free( maskim ) ; in main()
62 maskim = imin ; in main()
89 if( maskim == NULL ){ in main()
90 maskim = mri_new( nxim , nyim , MRI_float ) ; in main()
91 maskar = MRI_FLOAT_PTR(maskim) ; in main()
93 } else if( maskim->nx != nxim || maskim->ny != nyim ){ in main()
[all …]
H A Dmri_to_byte.c202 byte * mri_to_bytemask( MRI_IMAGE * maskim, float mask_bot, float mask_top ) in mri_to_bytemask() argument
211 if( maskim == NULL ) RETURN( NULL ); /* 09 Feb 1999 */ in mri_to_bytemask()
213 nvox = maskim->nvox ; in mri_to_bytemask()
220 switch( maskim->kind ) { in mri_to_bytemask()
222 fprintf(stderr,"** mri_to_bytemask: invalid kind %d\n", maskim->kind); in mri_to_bytemask()
227 byte *qar = MRI_BYTE_PTR(maskim) ; in mri_to_bytemask()
245 short *qar = MRI_SHORT_PTR(maskim) ; in mri_to_bytemask()
263 int *qar = MRI_INT_PTR(maskim) ; in mri_to_bytemask()
280 float *qar = MRI_FLOAT_PTR(maskim) ; in mri_to_bytemask()
H A D3dDimize.c11 int mri_mask_localcount( MRI_IMAGE *maskim , int iv, int jv, int kv , in mri_mask_localcount() argument
22 nx = maskim->nx; ny = maskim->ny; nz = maskim->nz; nxy = nx*ny; nxyz = nxy*nz; in mri_mask_localcount()
23 mmm = MRI_BYTE_PTR(maskim) ; in mri_mask_localcount()
27 dx = maskim->dx; dy = maskim->dy; dz = maskim->dz; in mri_mask_localcount()
H A Dmri_alphasim.c351 MRI_IMAGE *maskim ; byte *mask, *mmm ; in main() local
379 maskim = mri_new_vol(nx,ny,nz,MRI_byte) ; mask = MRI_BYTE_PTR(maskim) ; in main()
390 maskim = NULL ; mask = NULL ; in main()
399 mri_free(maskim) ; in main()
H A Dimseq.c3322 void ISQ_apply_mask( MRI_IMAGE *maskim , MRI_IMAGE *iim ) in ISQ_apply_mask() argument
3326 if( maskim == NULL || maskim->kind != MRI_byte || iim == NULL ) return ; in ISQ_apply_mask()
3327 npix = iim->nvox ; if( maskim->nvox != npix ) return ; in ISQ_apply_mask()
3328 mmm = MRI_BYTE_PTR(maskim) ; if( mmm == NULL ) return ; in ISQ_apply_mask()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/unix/native/common/awt/
H A Dimg_util_md.h42 XImage *maskim; /* The Ximage structure for the mask */ member
70 ((((IRData *)cvdata)->maskim->bytes_per_line) >> 2)
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/unix/native/common/awt/
H A Dimg_util_md.h42 XImage *maskim; /* The Ximage structure for the mask */ member
70 ((((IRData *)cvdata)->maskim->bytes_per_line) >> 2)
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/unix/native/common/awt/
H A Dimg_util_md.h42 XImage *maskim; /* The Ximage structure for the mask */ member
70 ((((IRData *)cvdata)->maskim->bytes_per_line) >> 2)
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/solaris/native/sun/awt/
H A Dimg_util_md.h41 XImage *maskim; /* The Ximage structure for the mask */ member
69 ((((IRData *)cvdata)->maskim->bytes_per_line) >> 2)
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/unix/native/common/awt/
H A Dimg_util_md.h42 XImage *maskim; /* The Ximage structure for the mask */ member
70 ((((IRData *)cvdata)->maskim->bytes_per_line) >> 2)
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/unix/native/common/awt/
H A Dimg_util_md.h42 XImage *maskim; /* The Ximage structure for the mask */ member
70 ((((IRData *)cvdata)->maskim->bytes_per_line) >> 2)
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/unix/native/common/awt/
H A Dimg_util_md.h42 XImage *maskim; /* The Ximage structure for the mask */ member
70 ((((IRData *)cvdata)->maskim->bytes_per_line) >> 2)
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/unix/native/common/awt/
H A Dimg_util_md.h42 XImage *maskim; /* The Ximage structure for the mask */ member
70 ((((IRData *)cvdata)->maskim->bytes_per_line) >> 2)
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/unix/native/common/awt/
H A Dimg_util_md.h42 XImage *maskim; /* The Ximage structure for the mask */ member
70 ((((IRData *)cvdata)->maskim->bytes_per_line) >> 2)
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/solaris/native/sun/awt/
H A Dimg_util_md.h41 XImage *maskim; /* The Ximage structure for the mask */ member
69 ((((IRData *)cvdata)->maskim->bytes_per_line) >> 2)
/dports/net-p2p/shx/shx-0.2.4/src/gtk/
H A Dabout.c334 GdkImage *maskim; in frac_create_logo()
340 maskim = gdk_image_new_bitmap(visual, maskfb, pixel_length[0]*2, pixel_length[1]); in frac_create_logo()
343 gdk_draw_image(mask, maskgc, maskim, in frac_create_logo()
345 gdk_image_destroy(maskim); in frac_create_logo()
H A Dgtk.c165 GdkImage *maskim; in load_icon() local
195 image = cicn_to_gdkimage(colormap, visual, cicn->data, cicn->datalen, &maskim); in load_icon()
275 if (maskim) { in load_icon()
286 gdk_draw_image(mask, gc, maskim, off, 0, 0, 0, width-off, height); in load_icon()
287 gdk_image_destroy(maskim); in load_icon()
/dports/mail/fetchmailconf/fetchmail-6.4.28/po/
H A Dsq.po1180 msgstr "Fetchmail do të kryejë maskim dhe s’do të prodhojë Të Marrë\n"
/dports/mail/fetchmail/fetchmail-6.4.28/po/
H A Dsq.po1180 msgstr "Fetchmail do të kryejë maskim dhe s’do të prodhojë Të Marrë\n"
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/locale/
H A Dsq.po4158 msgstr "Pa maskim ngjyre t� pap�rdorur n� pamje."
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/locale/
H A Dsq.po4158 msgstr "Pa maskim ngjyre t� pap�rdorur n� pamje."
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/locale/
H A Dsq.po4158 msgstr "Pa maskim ngjyre t� pap�rdorur n� pamje."
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/locale/
H A Dsq.po4158 msgstr "Pa maskim ngjyre t� pap�rdorur n� pamje."
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/locale/
H A Dsq.po5231 msgstr "Pa maskim ngjyre të papërdorur në pamje."
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/locale/
H A Dsq.po5231 msgstr "Pa maskim ngjyre të papërdorur në pamje."

12