Home
last modified time | relevance | path

Searched refs:img_t (Results 1 – 25 of 52) sorted by relevance

123

/dports/games/instead/instead-3.4.1/src/
H A Dgraphics.h43 typedef struct _img_t* img_t; typedef
80 extern img_t gfx_screen(img_t nscreen);
113 extern void gfx_copy_from(img_t p, int x, int y, int width, int height, img_t to, int xx, int yy);
121 extern img_t gfx_dup(img_t src);
124 extern int gfx_img_w(img_t pixmap);
126 extern img_t gfx_combine(img_t src, img_t dst);
132 extern img_t gfx_alpha_img(img_t src, int alpha);
133 extern img_t gfx_display_alpha(img_t src);
134 extern img_t gfx_scale(img_t src, float xscale, float yscale, int smooth);
135 extern img_t gfx_rotate(img_t src, float angle, int smooth);
[all …]
H A Dthemes.h55 img_t bg;
60 img_t use;
61 img_t cursor;
83 img_t a_up;
84 img_t a_down;
107 img_t inv_a_up;
108 img_t inv_a_down;
129 img_t menu_button;
138 img_t icon;
200 extern int theme_img_scale(img_t *p);
[all …]
H A Dgraphics.c298 img_t bg;
561 img_t i; in gfx_new_img()
606 img_t gfx_dup(img_t src) in gfx_dup()
681 img_t gfx_screen(img_t nscreen) in gfx_screen()
683 img_t img; in gfx_screen()
697 img_t img; in gfx_grab_screen()
751 img_t gfx_display_alpha(img_t src) in gfx_display_alpha()
864 img_t gfx_alpha_img(img_t src, int alpha) in gfx_alpha_img()
975 img_t gfx_combine(img_t src, img_t dst) in gfx_combine()
977 img_t new; in gfx_combine()
[all …]
H A Dinstead_sprites.c45 img_t img;
184 img_t img;
400 img_t d; in grab_sprite()
547 img_t s; in luaB_alpha_sprite()
584 img_t s; in luaB_colorkey_sprite()
607 img_t s; in luaB_dup_sprite()
644 img_t s; in luaB_scale_sprite()
692 img_t s; in luaB_rotate_sprite()
730 img_t d; in luaB_fill_sprite()
774 img_t d; in luaB_pixel_sprite()
[all …]
H A Dgame.h140 extern int game_pict_modify(img_t p);
141 extern int game_bg_modify(img_t p);
H A Dgame.c534 static img_t menu = NULL;
581 img_t img;
914 img_t img; in anim_do()
1218 img_t img; in _el_clear()
1394 img_t game_pict_scale(img_t img, int ww, int hh) in game_pict_scale()
1396 img_t img2 = img; in game_pict_scale()
1846 img_t offscreen;
2024 img_t offscreen; in game_cmd()
2080 img_t img; in game_cmd()
2248 img_t offscreen; in game_cmd()
[all …]
/dports/graphics/sxiv/sxiv-26/
H A Dsxiv.h135 typedef struct img img_t; typedef
237 void img_init(img_t*, win_t*);
240 void img_render(img_t*);
242 bool img_zoom(img_t*, float);
243 bool img_zoom_in(img_t*);
244 bool img_zoom_out(img_t*);
245 bool img_pos(img_t*, float, float);
249 void img_rotate(img_t*, degree_t);
250 void img_flip(img_t*, flipdir_t);
251 void img_toggle_antialias(img_t*);
[all …]
H A Dimage.c42 static int zoomdiff(img_t *img, float z) in zoomdiff()
47 void img_init(img_t *img, win_t *win) in img_init()
394 bool img_fit(img_t *img) in img_fit()
426 void img_render(img_t *img) in img_render()
532 bool img_zoom(img_t *img, float z) in img_zoom()
558 bool img_zoom_in(img_t *img) in img_zoom_in()
571 bool img_zoom_out(img_t *img) in img_zoom_out()
692 void img_flip(img_t *img, flipdir_t d) in img_flip()
718 void img_toggle_antialias(img_t *img) in img_toggle_antialias()
754 bool img_frame_goto(img_t *img, int n) in img_frame_goto()
[all …]
/dports/graphics/nsxiv/nsxiv-27.1-20-g065562d/
H A Dnsxiv.h145 typedef struct img img_t; typedef
247 void img_init(img_t*, win_t*);
250 void img_render(img_t*);
252 bool img_zoom(img_t*, int);
253 bool img_zoom_to(img_t*, float);
254 bool img_pos(img_t*, float, float);
258 void img_rotate(img_t*, degree_t);
259 void img_flip(img_t*, flipdir_t);
260 void img_toggle_antialias(img_t*);
261 bool img_change_gamma(img_t*, int);
[all …]
H A Dimage.c45 void img_init(img_t *img, win_t *win) in img_init()
537 bool img_fit(img_t *img)
572 void img_render(img_t *img)
679 bool img_zoom_to(img_t *img, float z)
700 bool img_zoom(img_t *img, int d)
785 void img_rotate(img_t *img, degree_t d)
814 void img_flip(img_t *img, flipdir_t d)
840 void img_toggle_antialias(img_t *img)
848 bool img_change_gamma(img_t *img, int d)
876 bool img_frame_goto(img_t *img, int n)
[all …]
/dports/games/simutrans/simutrans-121.0/descriptor/
H A Dbridge_desc.h50 enum img_t { enum
63 image_id get_background(img_t img, uint8 season) const { in get_background()
74 image_id get_foreground(img_t img, uint8 season) const { in get_foreground()
85 img_t get_straight(ribi_t::ribi ribi, uint8 height) const;
86 img_t get_start(slope_t::type slope) const;
87 img_t get_ramp(slope_t::type slope) const;
88 static img_t get_pillar(ribi_t::ribi ribi);
100 img_t get_end(slope_t::type test_slope, slope_t::type ground_slope, slope_t::type way_slope) const;
H A Dbridge_desc.cc15 bridge_desc_t::img_t bridge_desc_t::get_straight(ribi_t::ribi ribi, uint8 height) const in get_straight()
27 bridge_desc_t::img_t bridge_desc_t::get_pillar(ribi_t::ribi ribi) in get_pillar()
40 bridge_desc_t::img_t bridge_desc_t::get_start(slope_t::type slope) const in get_start()
63 return (img_t) - 1; in get_start()
74 bridge_desc_t::img_t bridge_desc_t::get_ramp(slope_t::type slope) const in get_ramp()
96 return (img_t) - 1; in get_ramp()
107 bridge_desc_t::img_t bridge_desc_t::get_end(slope_t::type test_slope, slope_t::type ground_slope, s… in get_end()
109 img_t end_image; in get_end()
/dports/sysutils/py-pytsk/pytsk3-20210419/sleuthkit/tsk/pool/
H A Dtsk_pool.hpp22 using img_t = std::pair<TSK_IMG_INFO *const, const TSK_OFF_T>;
67 TSKPool(std::vector<img_t> &&imgs) noexcept : _members{std::move(imgs)} {}
69 std::vector<img_t> _members{};
H A Dapfs_pool.cpp19 APFSPool::APFSPool(std::vector<img_t>&& imgs, apfs_block_num nx_block_num) in APFSPool()
20 : TSKPool(std::forward<std::vector<img_t>>(imgs)), in APFSPool()
/dports/games/libretro-xrick/xrick-libretro-0aad6c6/src/
H A Dimg_splash.e4007 static img_t IMG_SPLASH_OBJECT = {
4014 img_t *IMG_SPLASH = &IMG_SPLASH_OBJECT;
H A Dimg_icon.e71 static img_t IMG_ICON_OBJECT = {
78 img_t *IMG_ICON = &IMG_ICON_OBJECT;
/dports/games/xrick/xrick-021212/src/
H A Dimg_icon.e71 static img_t IMG_ICON_OBJECT = {
78 img_t *IMG_ICON = &IMG_ICON_OBJECT;
H A Dimg_splash.e4007 static img_t IMG_SPLASH_OBJECT = {
4014 img_t *IMG_SPLASH = &IMG_SPLASH_OBJECT;
/dports/games/libretro-xrick/xrick-libretro-0aad6c6/include/
H A Dimg.h28 } img_t; typedef
30 extern img_t *IMG_SPLASH;
H A Ddraw.h50 extern void draw_img(img_t *);
/dports/games/xrick/xrick-021212/include/
H A Dimg.h28 } img_t; typedef
30 extern img_t *IMG_SPLASH;
/dports/games/simutrans/simutrans-121.0/obj/
H A Dbruecke.h19 bridge_desc_t::img_t img;
26 bruecke_t(koord3d pos, player_t *player, const bridge_desc_t *desc, bridge_desc_t::img_t img);
H A Dpillar.cc35 pillar_t::pillar_t(koord3d pos, player_t *player, const bridge_desc_t *desc, bridge_desc_t::img_t i… in pillar_t()
68 …image = hide ? IMG_EMPTY : desc->get_background( (bridge_desc_t::img_t)dir, get_pos().z-height/TIL… in calc_image()
H A Dbruecke.cc29 bruecke_t::bruecke_t(koord3d pos, player_t *player, const bridge_desc_t *desc, bridge_desc_t::img_t in bruecke_t()
40 static bridge_desc_t::img_t single_img[24]= {
239 static bridge_desc_t::img_t rotate90_img[24]= {
/dports/astro/qmapshack/qmapshack-V_1.16.1/src/qmapshack/gis/tnv/
H A DCTwoNavProject.h37 struct img_t struct
65 QList<img_t> images;

123