Lines Matching refs:src_surface
1106 C2D_OBJECT_STR src_surface; in stretch_copybit_internal() local
1225 src_surface = ctx->blit_rgb_object[ctx->blit_rgb_count]; in stretch_copybit_internal()
1230 src_surface = ctx->blit_yuv_2_plane_object[ctx->blit_yuv_2_plane_count]; in stretch_copybit_internal()
1233 src_surface = ctx->blit_yuv_3_plane_object[ctx->blit_yuv_2_plane_count]; in stretch_copybit_internal()
1313 status = set_image(ctx, src_surface.surface_id, &src_image, in stretch_copybit_internal()
1324 src_surface.config_mask = C2D_NO_ANTIALIASING_BIT | ctx->config_mask; in stretch_copybit_internal()
1325 src_surface.global_alpha = ctx->src_global_alpha; in stretch_copybit_internal()
1327 if(src_surface.config_mask & C2D_GLOBAL_ALPHA_BIT) { in stretch_copybit_internal()
1328 src_surface.config_mask &= ~C2D_ALPHA_BLEND_NONE; in stretch_copybit_internal()
1329 if(!(src_surface.global_alpha)) { in stretch_copybit_internal()
1339 src_surface.config_mask |= C2D_ALPHA_BLEND_NONE; in stretch_copybit_internal()
1343 ctx->blit_rgb_object[ctx->blit_rgb_count] = src_surface; in stretch_copybit_internal()
1346 ctx->blit_yuv_2_plane_object[ctx->blit_yuv_2_plane_count] = src_surface; in stretch_copybit_internal()
1349 ctx->blit_yuv_3_plane_object[ctx->blit_yuv_3_plane_count] = src_surface; in stretch_copybit_internal()
1355 set_rects(ctx, &(src_surface), dst_rect, src_rect, &clip); in stretch_copybit_internal()
1360 ctx->blit_list[ctx->blit_count] = src_surface; in stretch_copybit_internal()