Lines Matching refs:src_surface
1081 C2D_OBJECT_STR src_surface; in stretch_copybit_internal() local
1200 src_surface = ctx->blit_rgb_object[ctx->blit_rgb_count]; in stretch_copybit_internal()
1205 src_surface = ctx->blit_yuv_2_plane_object[ctx->blit_yuv_2_plane_count]; in stretch_copybit_internal()
1208 src_surface = ctx->blit_yuv_3_plane_object[ctx->blit_yuv_2_plane_count]; in stretch_copybit_internal()
1288 status = set_image(ctx, src_surface.surface_id, &src_image, in stretch_copybit_internal()
1299 src_surface.config_mask = C2D_NO_ANTIALIASING_BIT | ctx->config_mask; in stretch_copybit_internal()
1300 src_surface.global_alpha = ctx->src_global_alpha; in stretch_copybit_internal()
1302 if(src_surface.config_mask & C2D_GLOBAL_ALPHA_BIT) { in stretch_copybit_internal()
1303 src_surface.config_mask &= ~C2D_ALPHA_BLEND_NONE; in stretch_copybit_internal()
1304 if(!(src_surface.global_alpha)) { in stretch_copybit_internal()
1314 src_surface.config_mask |= C2D_ALPHA_BLEND_NONE; in stretch_copybit_internal()
1318 ctx->blit_rgb_object[ctx->blit_rgb_count] = src_surface; in stretch_copybit_internal()
1321 ctx->blit_yuv_2_plane_object[ctx->blit_yuv_2_plane_count] = src_surface; in stretch_copybit_internal()
1324 ctx->blit_yuv_3_plane_object[ctx->blit_yuv_3_plane_count] = src_surface; in stretch_copybit_internal()
1330 set_rects(ctx, &(src_surface), dst_rect, src_rect, &clip); in stretch_copybit_internal()
1335 ctx->blit_list[ctx->blit_count] = src_surface; in stretch_copybit_internal()