Lines Matching defs:data

43 			val.data.src_coeff = sc;		\
44 val.data.inv_src_color_coeff = si; \
45 val.data.src_coeff_src_a = scsa; \
46 val.data.src_coeff_dst_a = scda; \
47 val.data.dst_coeff = dc; \
48 val.data.inv_dst_color_coeff = di; \
49 val.data.dst_coeff_src_a = dcsa; \
50 val.data.dst_coeff_dst_a = dcda;
112 } data;
239 * @cmd: command data.
240 * @value: value data.
258 ctx->cmd_buf[ctx->cmd_buf_nr].data = value;
265 ctx->cmd[ctx->cmd_nr].data = value;
401 * @userdata: a pointer to the user data
435 * g2d_solid_fill - fill given buffer with given color data.
440 * @x: x start position to buffer filled with given color data.
441 * @y: y start position to buffer filled with given color data.
442 * @w: width value to buffer filled with given color data.
443 * @h: height value to buffer filled with given color data.
466 pt.data.x = x;
467 pt.data.y = y;
470 pt.data.x = x + w;
471 pt.data.y = y + h;
477 bitblt.data.fast_solid_color_fill_en = 1;
543 pt.data.x = src_x;
544 pt.data.y = src_y;
546 pt.data.x = src_x + w;
547 pt.data.y = src_y + h;
550 pt.data.x = dst_x;
551 pt.data.y = dst_y;
553 pt.data.x = dst_x + w;
554 pt.data.y = dst_y + h;
558 rop4.data.unmasked_rop3 = G2D_ROP3_SRC;
632 dir.data.src_x_direction = dir.data.dst_x_direction = 1;
634 dir.data.src_y_direction = dir.data.dst_y_direction = 1;
638 pt.data.x = src_x;
639 pt.data.y = src_y;
641 pt.data.x = src_x + w;
642 pt.data.y = src_y + h;
645 pt.data.x = dst_x;
646 pt.data.y = dst_y;
648 pt.data.x = dst_x + w;
649 pt.data.y = dst_y + h;
653 rop4.data.unmasked_rop3 = G2D_ROP3_SRC;
740 rop4.data.unmasked_rop3 = G2D_ROP3_SRC;
744 rop4.data.unmasked_rop3 ^= G2D_ROP3_DST;
755 pt.data.x = src_x;
756 pt.data.y = src_y;
758 pt.data.x = src_x + src_w;
759 pt.data.y = src_y + src_h;
762 pt.data.x = dst_x;
763 pt.data.y = dst_y;
765 pt.data.x = dst_x + dst_w;
766 pt.data.y = dst_y + dst_h;
773 * g2d_blend - blend image data in source and destination buffers.
865 bitblt.data.alpha_blend_mode = G2D_ALPHA_BLEND_MODE_ENABLE;
870 pt.data.x = src_x;
871 pt.data.y = src_y;
873 pt.data.x = src_x + w;
874 pt.data.y = src_y + h;
877 pt.data.x = dst_x;
878 pt.data.y = dst_y;
880 pt.data.x = dst_x + w;
881 pt.data.y = dst_y + h;
990 bitblt.data.alpha_blend_mode = G2D_ALPHA_BLEND_MODE_ENABLE;
995 pt.data.x = src_x;
996 pt.data.y = src_y;
998 pt.data.x = src_x + src_w;
999 pt.data.y = src_y + src_h;
1002 pt.data.x = dst_x;
1003 pt.data.y = dst_y;
1005 pt.data.x = dst_x + dst_w;
1006 pt.data.y = dst_y + dst_h;