Home
last modified time | relevance | path

Searched refs:COLORCONV_BLITTER_FUNC (Results 1 – 7 of 7) sorted by relevance

/dports/devel/allegro/allegro-4.4.3.1/src/misc/
H A Dcolconv.c239 COLORCONV_BLITTER_FUNC *_get_colorconv_blitter(int from_depth, int to_depth) in _get_colorconv_blitter()
389 void _release_colorconv_blitter(COLORCONV_BLITTER_FUNC *blitter) in _release_colorconv_blitter()
/dports/devel/allegro/allegro-4.4.3.1/include/
H A Dbealleg.h196 COLORCONV_BLITTER_FUNC *blitter;
/dports/devel/allegro/allegro-4.4.3.1/src/qnx/
H A Dqphwin.c94 static COLORCONV_BLITTER_FUNC *colorconv_blitter = NULL;
/dports/devel/allegro/allegro-4.4.3.1/src/win/
H A Dwddwin.c102 static COLORCONV_BLITTER_FUNC *colorconv_blit = NULL;
/dports/devel/allegro/allegro-4.4.3.1/include/allegro/internal/
H A Daintern.h684 typedef void (COLORCONV_BLITTER_FUNC)(GRAPHICS_RECT *src_rect, GRAPHICS_RECT *dest_rect); typedef
686 AL_FUNC(COLORCONV_BLITTER_FUNC *, _get_colorconv_blitter, (int from_depth, int to_depth));
687 AL_FUNC(void, _release_colorconv_blitter, (COLORCONV_BLITTER_FUNC *blitter));
/dports/devel/allegro/allegro-4.4.3.1/src/macosx/
H A Dqzwindow.m44 static COLORCONV_BLITTER_FUNC *colorconv_blitter = NULL;
/dports/devel/allegro/allegro-4.4.3.1/src/x/
H A Dxwin.c158 static COLORCONV_BLITTER_FUNC *blitter_func = NULL;