Home
last modified time | relevance | path

Searched refs:makecol15 (Results 1 – 17 of 17) sorted by relevance

/dports/games/vultures-eye/vulture-2.3.67/slashem/sys/msdos/
H A D2xtest.c23 printf("Color15: %0x\n", makecol15(255, 0, 255)); in main()
/dports/devel/allegro/allegro-4.4.3.1/src/
H A Dcolblend.c660 x = makecol15(getr32(x), getg32(x), getb32(x)); in _blender_alpha15()
735 return makecol15(r, g, b); in _blender_add15()
769 return makecol15(r, g, b); in _blender_color15()
827 return makecol15(r, g, b); in _blender_hue15()
858 return makecol15(r, g, b); in _blender_luminance15()
891 return makecol15(r, g, b); in _blender_saturation15()
H A Dcolor.c50 return makecol15(r, g, b); in makecol_depth()
79 return makecol15(r, g, b); in makeacol_depth()
H A Dgfx.c99 _blender_col_15 = makecol15(r, g, b); in set_blender_mode()
126 _blender_col_15 = makecol15(r, g, b); in set_blender_mode_ex()
H A Ddatafile.c158 p16[x] = makecol15(r, g, b); in read_bitmap()
/dports/games/ags/ags_linux_v.3.4.4.1/Engine/gfx/
H A Dblender.cpp48 return makecol15(r, g, b); in _myblender_color15_light()
102 return makecol15(r, g, b); in _myblender_color15()
/dports/devel/allegro/allegro-4.4.3.1/src/c/
H A Dcdefs15.h31 #define PUT_RGB(p,r,g,b) bmp_write15((uintptr_t) (p), makecol15((r), (g), (b)))
/dports/games/scummvm/scummvm-2.5.1/engines/ags/lib/allegro/
H A Dcolor.h130 extern int makecol15(int r, int g, int b);
H A Dcolor.cpp83 int makecol15(int r, int g, int b) { in makecol15() function
257 return makecol15(r, g, b); in makecol_depth()
285 return makecol15(r, g, b); in makeacol_depth()
/dports/devel/allegro/allegro-4.4.3.1/include/allegro/inline/
H A Dcolor.inl26 AL_INLINE(int, makecol15, (int r, int g, int b),
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dr_data.c1172 FUNCMATH static inline int makecol15(int r, int g, int b) in makecol15() function
1187 color8to16[i] = (INT16)makecol15(palette[0], palette[1], palette[2]); in R_Init8to16()
/dports/devel/allegro/allegro-4.4.3.1/src/win/
H A Dgdi.c430 …*((WORD *) (dst)) = makecol15(_rgb_scale_5[(col >> 10) & 0x1F], _rgb_scale_5[(col >> 5) & 0x1F], _… in get_bitmap_from_dib()
/dports/games/ags/ags_linux_v.3.4.4.1/Common/libsrc/aastr-0.1.1/
H A Daautil.c710 bmp_write15 (_addr + sizeof (short) * _x, makecol15 (_aa.r, _aa.g, _aa.b)); in _aa_put_rgb15()
1785 bmp_write15 (_addr + sizeof (short) * _x, makecol15 (_aa.r, _aa.g, _aa.b)); in _aa_masked_put_rgb15()
/dports/games/scummvm/scummvm-2.5.1/engines/ags/lib/aastr-0.1.1/
H A Daautil.cpp658 bmp_write15(addr + sizeof(short) * _x, makecol15(_aa.r, _aa.g, _aa.b)); in _aa_put_rgb15()
1544 bmp_write15(addr + sizeof(short) * _x, makecol15(_aa.r, _aa.g, _aa.b)); in _aa_masked_put_rgb15()
/dports/devel/allegro/allegro-4.4.3.1/addons/allegrogl/src/
H A Dmacosx.m334 __linear_vtable15.mask_color = makecol15(255, 0, 255);
/dports/games/d2x/d2x-0.2.5/arch/dos/allg_snd/sound/
H A Dallegro.h931 __INLINE__ int makecol15(int r, int g, int b) in makecol15() function
/dports/devel/allegro/allegro-4.4.3.1/docs/src/
H A Dallegro._tx5847 @@int @makecol15(int r, int g, int b);