Home
last modified time | relevance | path

Searched refs:gr_copy_stretch_blend_alpha_map (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/xsystem35/xsystem35-1.7.3-pre5/modules/lib/
H A Dgraph.h9 extern void gr_copy_stretch_blend_alpha_map(surface_t *dst, int dx, int dy, int dw, int dh, surface…
H A Dgraph.c245 void gr_copy_stretch_blend_alpha_map(surface_t *dst, int dx, int dy, int dw, int dh, surface_t *src… in gr_copy_stretch_blend_alpha_map() function
/dports/emulators/xsystem35/xsystem35-1.7.3-pre5/modules/Gpx/
H A DGpx.c1010 gr_copy_stretch_blend_alpha_map(dst, dx, dy, dw, dh, src, sx, sy, sw, sh); in CopyStretchBlendAMap()