Lines Matching refs:src_x
246 unsigned int src_x, src_y, dst_x, dst_y, img_w, img_h;
256 src_x = 0;
295 ret = g2d_solid_fill(ctx, &src_img, src_x, src_y, img_w, img_h);
305 ret = g2d_copy(ctx, &src_img, &dst_img, src_x, src_y, dst_x, dst_y,
454 unsigned int src_x, src_y, img_w, img_h;
464 src_x = 0;
501 ret = g2d_solid_fill(ctx, &src_img, src_x, src_y, img_w , img_h);
542 unsigned int src_x, src_y, dst_x, dst_y, img_w, img_h;
552 src_x = 0;
592 ret = g2d_solid_fill(ctx, &src_img, src_x, src_y, img_w, img_h);
643 unsigned int src_x, src_y, dst_x, dst_y, img_w, img_h;
653 src_x = 0;
697 ret = g2d_solid_fill(ctx, &dst_img, src_x, src_y, screen_width, screen_height);
701 ret = g2d_copy(ctx, &src_img, &dst_img, src_x, src_y, dst_x, dst_y,