Lines Matching refs:src_surface
1101 C2D_OBJECT_STR src_surface; in stretch_copybit_internal() local
1223 src_surface = ctx->blit_rgb_object[ctx->blit_rgb_count]; in stretch_copybit_internal()
1228 src_surface = ctx->blit_yuv_2_plane_object[ctx->blit_yuv_2_plane_count]; in stretch_copybit_internal()
1231 src_surface = ctx->blit_yuv_3_plane_object[ctx->blit_yuv_2_plane_count]; in stretch_copybit_internal()
1312 status = set_image(ctx, src_surface.surface_id, &src_image, in stretch_copybit_internal()
1323 src_surface.config_mask = C2D_NO_ANTIALIASING_BIT | ctx->config_mask; in stretch_copybit_internal()
1324 src_surface.global_alpha = ctx->src_global_alpha; in stretch_copybit_internal()
1326 if(src_surface.config_mask & C2D_GLOBAL_ALPHA_BIT) { in stretch_copybit_internal()
1327 src_surface.config_mask &= ~C2D_ALPHA_BLEND_NONE; in stretch_copybit_internal()
1328 if(!(src_surface.global_alpha)) { in stretch_copybit_internal()
1338 src_surface.config_mask |= C2D_ALPHA_BLEND_NONE; in stretch_copybit_internal()
1342 ctx->blit_rgb_object[ctx->blit_rgb_count] = src_surface; in stretch_copybit_internal()
1345 ctx->blit_yuv_2_plane_object[ctx->blit_yuv_2_plane_count] = src_surface; in stretch_copybit_internal()
1348 ctx->blit_yuv_3_plane_object[ctx->blit_yuv_3_plane_count] = src_surface; in stretch_copybit_internal()
1354 set_rects(ctx, &(src_surface), dst_rect, src_rect, &clip); in stretch_copybit_internal()
1359 ctx->blit_list[ctx->blit_count] = src_surface; in stretch_copybit_internal()