gf_stretch_bits   263 include/gpac/color.h GF_Err gf_stretch_bits(GF_VideoSurface *dst, GF_VideoSurface *src, GF_Window *dst_wnd, GF_Window *src_wnd, u8 alpha, Bool flip, GF_ColorKey *colorKey, GF_ColorMatrix * cmat);
gf_stretch_bits   733 modules/dx_hw/copy_pixels.c 	gf_stretch_bits(dst_s, (GF_VideoSurface*) src_s, NULL, (GF_Window *)src_wnd, 0xFF, GF_FALSE, NULL, NULL);
gf_stretch_bits   394 modules/gdip_raster/gdip_texture.cpp 	gf_stretch_bits(&dst, &src, NULL, NULL, 0xFF, GF_FALSE, NULL, NULL);
gf_stretch_bits  1576 modules/sdl_out/video.c 		gf_stretch_bits(&dst, &src, dest, NULL, 0xFF, GF_FALSE, NULL, NULL);
gf_stretch_bits   936 modules/soft_raster/stencil.c 	gf_stretch_bits(&dst, &src, NULL, NULL, 0xFF, GF_FALSE, NULL, NULL);
gf_stretch_bits  1056 src/compositor/compositor_2d.c 			gf_stretch_bits(&backbuffer, &video_src, &dst_wnd, &src_wnd, alpha, GF_FALSE, tr_state->col_key, ctx->col_mat);
gf_stretch_bits   106 src/compositor/mpeg4_composite.c 	gf_stretch_bits(&offscreen_dst, &video_src, &dst_wnd, &src_wnd, alpha, 0, tr_state->col_key, ctx->col_mat);
gf_stretch_bits   908 src/compositor/texturing_gl.c 		gf_stretch_bits(&dst, &src, NULL, NULL, 0xFF, !txh->is_flipped, NULL, NULL);
gf_stretch_bits   919 src/compositor/texturing_gl.c 			gf_stretch_bits(&dst, &src, NULL, NULL, 0xFF, 1, NULL, NULL);
gf_stretch_bits   926 src/compositor/texturing_gl.c 			gf_stretch_bits(&dst, &src, NULL, NULL, 0xFF, 0, NULL, NULL);
gf_stretch_bits  1310 src/compositor/texturing_gl.c 			gf_stretch_bits(&dst, &src, NULL, NULL, 0xFF, 0, NULL, NULL);