Home
last modified time | relevance | path

Searched refs:_color_conv (Results 1 – 5 of 5) sorted by relevance

/dports/devel/allegro/allegro-4.4.3.1/src/
H A Dblit.c68 if (_color_conv & COLORCONV_KEEP_TRANS) { in blit_from_256()
151 if (_color_conv & COLORCONV_KEEP_TRANS) in blit_from_256()
289 if (_color_conv & COLORCONV_KEEP_TRANS) { in dither_blit()
353 if (_color_conv & COLORCONV_DITHER_PAL) in blit_from_15()
396 if (_color_conv & COLORCONV_DITHER_PAL) in blit_from_16()
439 if (_color_conv & COLORCONV_DITHER_PAL) in blit_from_24()
448 if (_color_conv & COLORCONV_DITHER_HI) in blit_from_24()
455 if (_color_conv & COLORCONV_DITHER_HI) in blit_from_24()
488 if (_color_conv & COLORCONV_DITHER_PAL) in blit_from_32()
497 if (_color_conv & COLORCONV_DITHER_HI) in blit_from_32()
[all …]
H A Dgraphics.c55 int _color_conv = COLORCONV_TOTAL; /* which formats to auto convert? */ variable
334 _color_conv = mode; in set_color_conversion()
347 return _color_conv; in get_color_conversion()
405 if (_color_conv & conversion_flags[i].flag) in _color_load_depth()
H A Ddatafile.c1887 if (_color_conv & COLORCONV_KEEP_TRANS && depth == 15 && in fixup_datafile()
/dports/graphics/aseprite/aseprite-1.2.9/src/she/alleg4/
H A Dshe.cpp197 int old_color_conv = _color_conv; in loadRgbaSurface()
/dports/devel/allegro/allegro-4.4.3.1/include/allegro/internal/
H A Daintern.h392 AL_VAR(int, _color_conv);