Home | History | Annotate | Download | only in exynos

Lines Matching defs:src_y

240 	unsigned int src_x, src_y, dst_x, dst_y, img_w, img_h;
251 src_y = 0;
288 ret = g2d_solid_fill(ctx, &src_img, src_x, src_y, img_w, img_h);
298 ret = g2d_copy(ctx, &src_img, &dst_img, src_x, src_y, dst_x, dst_y,
447 unsigned int src_x, src_y, img_w, img_h;
458 src_y = 0;
493 ret = g2d_solid_fill(ctx, &src_img, src_x, src_y, img_w , img_h);
533 unsigned int src_x, src_y, dst_x, dst_y, img_w, img_h;
544 src_y = 0;
582 ret = g2d_solid_fill(ctx, &src_img, src_x, src_y, img_w, img_h);
632 unsigned int src_x, src_y, dst_x, dst_y, img_w, img_h;
643 src_y = 0;
686 ret = g2d_solid_fill(ctx, &dst_img, src_x, src_y, screen_width, screen_height);
690 ret = g2d_copy(ctx, &src_img, &dst_img, src_x, src_y, dst_x, dst_y,