Lines Matching refs:src_x
247 unsigned int src_x, src_y, dst_x, dst_y, img_w, img_h; in g2d_copy_test() local
257 src_x = 0; in g2d_copy_test()
296 ret = g2d_solid_fill(ctx, &src_img, src_x, src_y, img_w, img_h); in g2d_copy_test()
306 ret = g2d_copy(ctx, &src_img, &dst_img, src_x, src_y, dst_x, dst_y, in g2d_copy_test()
455 unsigned int src_x, src_y, img_w, img_h; in g2d_copy_with_scale_test() local
465 src_x = 0; in g2d_copy_with_scale_test()
502 ret = g2d_solid_fill(ctx, &src_img, src_x, src_y, img_w , img_h); in g2d_copy_with_scale_test()
543 unsigned int src_x, src_y, dst_x, dst_y, img_w, img_h; in g2d_blend_test() local
553 src_x = 0; in g2d_blend_test()
593 ret = g2d_solid_fill(ctx, &src_img, src_x, src_y, img_w, img_h); in g2d_blend_test()
644 unsigned int src_x, src_y, dst_x, dst_y, img_w, img_h; in g2d_checkerboard_test() local
654 src_x = 0; in g2d_checkerboard_test()
698 ret = g2d_solid_fill(ctx, &dst_img, src_x, src_y, screen_width, screen_height); in g2d_checkerboard_test()
702 ret = g2d_copy(ctx, &src_img, &dst_img, src_x, src_y, dst_x, dst_y, in g2d_checkerboard_test()