Lines Matching refs:src_surface
1097 C2D_OBJECT_STR src_surface; in stretch_copybit_internal() local
1216 src_surface = ctx->blit_rgb_object[ctx->blit_rgb_count]; in stretch_copybit_internal()
1221 src_surface = ctx->blit_yuv_2_plane_object[ctx->blit_yuv_2_plane_count]; in stretch_copybit_internal()
1224 src_surface = ctx->blit_yuv_3_plane_object[ctx->blit_yuv_2_plane_count]; in stretch_copybit_internal()
1304 status = set_image(ctx, src_surface.surface_id, &src_image, in stretch_copybit_internal()
1315 src_surface.config_mask = C2D_NO_ANTIALIASING_BIT | ctx->config_mask; in stretch_copybit_internal()
1316 src_surface.global_alpha = ctx->src_global_alpha; in stretch_copybit_internal()
1318 if(src_surface.config_mask & C2D_GLOBAL_ALPHA_BIT) { in stretch_copybit_internal()
1319 src_surface.config_mask &= ~C2D_ALPHA_BLEND_NONE; in stretch_copybit_internal()
1320 if(!(src_surface.global_alpha)) { in stretch_copybit_internal()
1330 src_surface.config_mask |= C2D_ALPHA_BLEND_NONE; in stretch_copybit_internal()
1334 ctx->blit_rgb_object[ctx->blit_rgb_count] = src_surface; in stretch_copybit_internal()
1337 ctx->blit_yuv_2_plane_object[ctx->blit_yuv_2_plane_count] = src_surface; in stretch_copybit_internal()
1340 ctx->blit_yuv_3_plane_object[ctx->blit_yuv_3_plane_count] = src_surface; in stretch_copybit_internal()
1346 set_rects(ctx, &(src_surface), dst_rect, src_rect, &clip); in stretch_copybit_internal()
1351 ctx->blit_list[ctx->blit_count] = src_surface; in stretch_copybit_internal()