Lines Matching defs:dst_w
506 unsigned int src_w, src_h, dst_w, dst_h;
515 dst_w = w;
518 dst_w = dst->width - dst_x;
522 w = MIN(src_w, dst_w);
590 unsigned int src_w, src_h, dst_w, dst_h;
599 dst_w = w;
602 dst_w = img->width - dst_x;
606 w = MIN(src_w, dst_w);
674 * @dst_w: width value to destination buffer.
684 unsigned int dst_y, unsigned int dst_w,
696 if (src_w == dst_w && src_h == dst_h)
700 scale_x = g2d_get_scaling(src_w, dst_w);
711 if (dst_x + dst_w > dst->width)
712 dst_w = dst->width - dst_x;
716 if (src_w <= 0 || src_h <= 0 || dst_w <= 0 || dst_h <= 0) {
765 pt.data.x = dst_x + dst_w;
798 unsigned int src_w, src_h, dst_w, dst_h;
807 dst_w = w;
810 dst_w = dst->width - dst_x;
814 w = MIN(src_w, dst_w);
901 * @dst_w: width value to destination buffer.
909 unsigned int dst_y, unsigned int dst_w, unsigned int dst_h,
918 if (src_w == dst_w && src_h == dst_h)
922 scale_x = g2d_get_scaling(src_w, dst_w);
931 if (dst_x + dst_w > dst->width)
932 dst_w = dst->width - dst_x;
936 if (src_w <= 0 || src_h <= 0 || dst_w <= 0 || dst_h <= 0) {
1005 pt.data.x = dst_x + dst_w;