Home
last modified time | relevance | path

Searched refs:u16or32 (Results 1 – 4 of 4) sorted by relevance

/dports/astro/xearth/xearth-1.2/
H A Ddither.c49 static void dither_row_ltor _P((u_char *, u16or32 *));
51 static void mono_dither_row_ltor _P((u16or32 *));
52 static void mono_dither_row_rtol _P((u16or32 *));
138 u16or32 *rslt;
160 u16or32 *rslt;
268 u16or32 *rslt;
395 u16or32 *rslt;
428 u16or32 *row; in mono_dither_row_ltor()
432 u16or32 *rowtmp;
504 u16or32 *row; in mono_dither_row_rtol()
[all …]
H A Dgif.c54 static u16or32 *dith;
79 dith = (u16or32 *) malloc((unsigned) sizeof(u16or32) * wdth);
101 u16or32 *tmp;
H A Dxearth.h193 typedef unsigned u16or32; typedef
200 typedef unsigned short u16or32; typedef
245 extern void dither_row _P((u_char *, u16or32 *));
248 extern void mono_dither_row _P((u_char *, u16or32 *));
H A Dx11.c87 static void pack_mono_1 _P((u16or32 *, u_char *));
88 static void pack_8 _P((u16or32 *, Pixel *, u_char *));
89 static void pack_16 _P((u16or32 *, Pixel *, u_char *));
90 static void pack_24 _P((u16or32 *, Pixel *, u_char *));
106 static u16or32 *dith;
948 dith = (u16or32 *) malloc((unsigned) sizeof(u16or32) * dith_size); in x11_setup()
985 u16or32 *src; in pack_mono_1()
1009 u16or32 *src; in pack_8()
1028 u16or32 *src; in pack_16()
1063 u16or32 *src; in pack_24()
[all …]