Home
last modified time | relevance | path

Searched refs:s_bitmap (Results 1 – 25 of 88) sorted by relevance

1234

/dports/games/openbor/openbor-3caaddd5/engine/source/gamelib/
H A Dbitmap.h13 s_bitmap *allocbitmap(int width, int height, int format);
14 void freebitmap(s_bitmap *);
15 void getbitmap(int x, int y, int width, int height, s_bitmap *bitmap, s_screen *screen);
16 void putbitmap(int, int, s_bitmap *, s_screen *);
17 void clipbitmap(s_bitmap *, int *, int *, int *, int *);
18 void flipbitmap(s_bitmap *);
H A Dbitmap.c20 s_bitmap *allocbitmap(int width, int height, int format) in allocbitmap()
22 s_bitmap *b; in allocbitmap()
32 b = (s_bitmap *)malloc(sizeof(s_bitmap) + psize + extrab + PAL_BYTES); in allocbitmap()
36 b = (s_bitmap *)malloc(sizeof(s_bitmap) + psize); in allocbitmap()
60 void freebitmap(s_bitmap *bitmap) in freebitmap()
70 void getbitmap(int x, int y, int width, int height, s_bitmap *bitmap, s_screen *screen) in getbitmap()
127 void putbitmap(int x, int y, s_bitmap *bitmap, s_screen *screen) in putbitmap()
184 void flipbitmap(s_bitmap *bitmap) in flipbitmap()
207 void clipbitmap(s_bitmap *bitmap, int *clip_left, int *clip_right, int *clip_top, int *clip_bottom) in clipbitmap()
H A Dsprite.h16 unsigned fakey_encodesprite(s_bitmap *bitmap);
17 unsigned encodesprite(int offsx, int offsy, s_bitmap *bitmap, s_sprite *dest);
/dports/games/openbor3482/openbor-2c1ecd7/engine/source/gamelib/
H A Dbitmap.h13 s_bitmap * allocbitmap(int width, int height, int format);
14 void freebitmap(s_bitmap*);
15 void getbitmap(int x, int y, int width, int height, s_bitmap *bitmap, s_screen *screen);
16 void putbitmap(int, int, s_bitmap*, s_screen*);
17 void clipbitmap(s_bitmap*,int *,int *,int *,int *);
18 void flipbitmap(s_bitmap *);
H A Dbitmap.c20 s_bitmap * allocbitmap(int width, int height, int format){ in allocbitmap()
21 s_bitmap *b; in allocbitmap()
27 b = (s_bitmap *)malloc(sizeof(s_bitmap) + psize + extrab +PAL_BYTES); in allocbitmap()
29 b = (s_bitmap *)malloc(sizeof(s_bitmap) + psize); in allocbitmap()
42 void freebitmap(s_bitmap *bitmap){ in freebitmap()
50 void getbitmap(int x, int y, int width, int height, s_bitmap *bitmap, s_screen *screen){ in getbitmap()
98 void putbitmap(int x, int y, s_bitmap *bitmap, s_screen *screen){ in putbitmap()
144 void flipbitmap(s_bitmap *bitmap){ in flipbitmap()
164 void clipbitmap(s_bitmap *bitmap, int *clipl, int *clipr, int *clipt, int *clipb){ in clipbitmap()
H A Dsprite.h16 unsigned fakey_encodesprite(s_bitmap *bitmap);
17 unsigned encodesprite(int offsx, int offsy, s_bitmap *bitmap, s_sprite *dest);
H A Dtypes.h113 }s_bitmap; typedef
241 s_bitmap * bitmap;
/dports/games/openbor3711/openbor-6ec17fa/engine/source/gamelib/
H A Dbitmap.h13 s_bitmap * allocbitmap(int width, int height, int format);
14 void freebitmap(s_bitmap*);
15 void getbitmap(int x, int y, int width, int height, s_bitmap *bitmap, s_screen *screen);
16 void putbitmap(int, int, s_bitmap*, s_screen*);
17 void clipbitmap(s_bitmap*,int *,int *,int *,int *);
18 void flipbitmap(s_bitmap *);
H A Dbitmap.c20 s_bitmap * allocbitmap(int width, int height, int format){ in allocbitmap()
21 s_bitmap *b; in allocbitmap()
27 b = (s_bitmap *)malloc(sizeof(s_bitmap) + psize + extrab +PAL_BYTES); in allocbitmap()
29 b = (s_bitmap *)malloc(sizeof(s_bitmap) + psize); in allocbitmap()
43 void freebitmap(s_bitmap *bitmap){ in freebitmap()
51 void getbitmap(int x, int y, int width, int height, s_bitmap *bitmap, s_screen *screen){ in getbitmap()
99 void putbitmap(int x, int y, s_bitmap *bitmap, s_screen *screen){ in putbitmap()
145 void flipbitmap(s_bitmap *bitmap){ in flipbitmap()
165 void clipbitmap(s_bitmap *bitmap, int *clipl, int *clipr, int *clipt, int *clipb){ in clipbitmap()
H A Dsprite.h16 unsigned fakey_encodesprite(s_bitmap *bitmap);
17 unsigned encodesprite(int offsx, int offsy, s_bitmap *bitmap, s_sprite *dest);
H A Dtypes.h127 }s_bitmap; typedef
261 s_bitmap * bitmap;
/dports/games/openbor4432/openbor-ba1eb4f/engine/source/gamelib/
H A Dbitmap.h13 s_bitmap *allocbitmap(int width, int height, int format);
14 void freebitmap(s_bitmap *);
15 void getbitmap(int x, int y, int width, int height, s_bitmap *bitmap, s_screen *screen);
16 void putbitmap(int, int, s_bitmap *, s_screen *);
17 void clipbitmap(s_bitmap *, int *, int *, int *, int *);
18 void flipbitmap(s_bitmap *);
H A Dbitmap.c20 s_bitmap *allocbitmap(int width, int height, int format) in allocbitmap()
22 s_bitmap *b; in allocbitmap()
32 b = (s_bitmap *)malloc(sizeof(s_bitmap) + psize + extrab + PAL_BYTES); in allocbitmap()
36 b = (s_bitmap *)malloc(sizeof(s_bitmap) + psize); in allocbitmap()
56 void freebitmap(s_bitmap *bitmap) in freebitmap()
66 void getbitmap(int x, int y, int width, int height, s_bitmap *bitmap, s_screen *screen) in getbitmap()
121 void putbitmap(int x, int y, s_bitmap *bitmap, s_screen *screen) in putbitmap()
178 void flipbitmap(s_bitmap *bitmap) in flipbitmap()
201 void clipbitmap(s_bitmap *bitmap, int *clipl, int *clipr, int *clipt, int *clipb) in clipbitmap()
H A Dsprite.h16 unsigned fakey_encodesprite(s_bitmap *bitmap);
17 unsigned encodesprite(int offsx, int offsy, s_bitmap *bitmap, s_sprite *dest);
H A Dtypes.h130 } s_bitmap; typedef
273 s_bitmap *bitmap;
/dports/games/openbor3979/openbor-2bcf25b/engine/source/gamelib/
H A Dbitmap.h13 s_bitmap *allocbitmap(int width, int height, int format);
14 void freebitmap(s_bitmap *);
15 void getbitmap(int x, int y, int width, int height, s_bitmap *bitmap, s_screen *screen);
16 void putbitmap(int, int, s_bitmap *, s_screen *);
17 void clipbitmap(s_bitmap *, int *, int *, int *, int *);
18 void flipbitmap(s_bitmap *);
H A Dbitmap.c20 s_bitmap *allocbitmap(int width, int height, int format) in allocbitmap()
22 s_bitmap *b; in allocbitmap()
32 b = (s_bitmap *)malloc(sizeof(s_bitmap) + psize + extrab + PAL_BYTES); in allocbitmap()
36 b = (s_bitmap *)malloc(sizeof(s_bitmap) + psize); in allocbitmap()
56 void freebitmap(s_bitmap *bitmap) in freebitmap()
66 void getbitmap(int x, int y, int width, int height, s_bitmap *bitmap, s_screen *screen) in getbitmap()
121 void putbitmap(int x, int y, s_bitmap *bitmap, s_screen *screen) in putbitmap()
178 void flipbitmap(s_bitmap *bitmap) in flipbitmap()
201 void clipbitmap(s_bitmap *bitmap, int *clipl, int *clipr, int *clipt, int *clipb) in clipbitmap()
H A Dsprite.h16 unsigned fakey_encodesprite(s_bitmap *bitmap);
17 unsigned encodesprite(int offsx, int offsy, s_bitmap *bitmap, s_sprite *dest);
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/contrib/src/plot/
H A Dplot.cpp1083 static wxBitmap* s_bitmap = (wxBitmap *) NULL; in GetEnlargeBitmap() local
1097 return s_bitmap; in GetEnlargeBitmap()
1102 static wxBitmap* s_bitmap = (wxBitmap *) NULL; in GetShrinkBitmap() local
1116 return s_bitmap; in GetShrinkBitmap()
1121 static wxBitmap* s_bitmap = (wxBitmap *) NULL; in GetZoomInBitmap() local
1135 return s_bitmap; in GetZoomInBitmap()
1140 static wxBitmap* s_bitmap = (wxBitmap *) NULL; in GetZoomOutBitmap() local
1154 return s_bitmap; in GetZoomOutBitmap()
1159 static wxBitmap* s_bitmap = (wxBitmap *) NULL; in GetUpBitmap() local
1173 return s_bitmap; in GetUpBitmap()
[all …]
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/contrib/src/plot/
H A Dplot.cpp1083 static wxBitmap* s_bitmap = (wxBitmap *) NULL; in GetEnlargeBitmap() local
1097 return s_bitmap; in GetEnlargeBitmap()
1102 static wxBitmap* s_bitmap = (wxBitmap *) NULL; in GetShrinkBitmap() local
1116 return s_bitmap; in GetShrinkBitmap()
1121 static wxBitmap* s_bitmap = (wxBitmap *) NULL; in GetZoomInBitmap() local
1135 return s_bitmap; in GetZoomInBitmap()
1140 static wxBitmap* s_bitmap = (wxBitmap *) NULL; in GetZoomOutBitmap() local
1154 return s_bitmap; in GetZoomOutBitmap()
1159 static wxBitmap* s_bitmap = (wxBitmap *) NULL; in GetUpBitmap() local
1173 return s_bitmap; in GetUpBitmap()
[all …]
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/contrib/src/plot/
H A Dplot.cpp1083 static wxBitmap* s_bitmap = (wxBitmap *) NULL; in GetEnlargeBitmap() local
1097 return s_bitmap; in GetEnlargeBitmap()
1102 static wxBitmap* s_bitmap = (wxBitmap *) NULL; in GetShrinkBitmap() local
1116 return s_bitmap; in GetShrinkBitmap()
1121 static wxBitmap* s_bitmap = (wxBitmap *) NULL; in GetZoomInBitmap() local
1135 return s_bitmap; in GetZoomInBitmap()
1140 static wxBitmap* s_bitmap = (wxBitmap *) NULL; in GetZoomOutBitmap() local
1154 return s_bitmap; in GetZoomOutBitmap()
1159 static wxBitmap* s_bitmap = (wxBitmap *) NULL; in GetUpBitmap() local
1173 return s_bitmap; in GetUpBitmap()
[all …]
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/contrib/src/plot/
H A Dplot.cpp1083 static wxBitmap* s_bitmap = (wxBitmap *) NULL; in GetEnlargeBitmap() local
1097 return s_bitmap; in GetEnlargeBitmap()
1102 static wxBitmap* s_bitmap = (wxBitmap *) NULL; in GetShrinkBitmap() local
1116 return s_bitmap; in GetShrinkBitmap()
1121 static wxBitmap* s_bitmap = (wxBitmap *) NULL; in GetZoomInBitmap() local
1135 return s_bitmap; in GetZoomInBitmap()
1140 static wxBitmap* s_bitmap = (wxBitmap *) NULL; in GetZoomOutBitmap() local
1154 return s_bitmap; in GetZoomOutBitmap()
1159 static wxBitmap* s_bitmap = (wxBitmap *) NULL; in GetUpBitmap() local
1173 return s_bitmap; in GetUpBitmap()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/affs/
H A Dbitmap.c28 bm = AFFS_SB(sb)->s_bitmap; in affs_count_free_blocks()
55 bm = &sbi->s_bitmap[bmap]; in affs_free_block()
146 bm = &sbi->s_bitmap[bmap]; in affs_alloc_block()
165 bm = sbi->s_bitmap; in affs_alloc_block()
268 bm = sbi->s_bitmap = kzalloc(size, GFP_KERNEL); in affs_init_bitmap()
269 if (!sbi->s_bitmap) { in affs_init_bitmap()
357 if (!sbi->s_bitmap) in affs_free_bitmap()
363 kfree(sbi->s_bitmap); in affs_free_bitmap()
364 sbi->s_bitmap = NULL; in affs_free_bitmap()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/affs/
H A Dbitmap.c28 bm = AFFS_SB(sb)->s_bitmap; in affs_count_free_blocks()
55 bm = &sbi->s_bitmap[bmap]; in affs_free_block()
146 bm = &sbi->s_bitmap[bmap]; in affs_alloc_block()
165 bm = sbi->s_bitmap; in affs_alloc_block()
268 bm = sbi->s_bitmap = kzalloc(size, GFP_KERNEL); in affs_init_bitmap()
269 if (!sbi->s_bitmap) { in affs_init_bitmap()
357 if (!sbi->s_bitmap) in affs_free_bitmap()
363 kfree(sbi->s_bitmap); in affs_free_bitmap()
364 sbi->s_bitmap = NULL; in affs_free_bitmap()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/affs/
H A Dbitmap.c28 bm = AFFS_SB(sb)->s_bitmap; in affs_count_free_blocks()
55 bm = &sbi->s_bitmap[bmap]; in affs_free_block()
146 bm = &sbi->s_bitmap[bmap]; in affs_alloc_block()
165 bm = sbi->s_bitmap; in affs_alloc_block()
268 bm = sbi->s_bitmap = kzalloc(size, GFP_KERNEL); in affs_init_bitmap()
269 if (!sbi->s_bitmap) { in affs_init_bitmap()
357 if (!sbi->s_bitmap) in affs_free_bitmap()
363 kfree(sbi->s_bitmap); in affs_free_bitmap()
364 sbi->s_bitmap = NULL; in affs_free_bitmap()

1234