Lines Matching refs:dst_h
506 unsigned int src_w, src_h, dst_w, dst_h;
516 dst_h = w;
520 dst_h = dst->height - dst_y;
523 h = MIN(src_h, dst_h);
590 unsigned int src_w, src_h, dst_w, dst_h;
600 dst_h = w;
604 dst_h = img->height - dst_y;
607 h = MIN(src_h, dst_h);
675 * @dst_h: height value to destination buffer.
685 unsigned int dst_h, unsigned int negative)
696 if (src_w == dst_w && src_h == dst_h)
701 scale_y = g2d_get_scaling(src_h, dst_h);
713 if (dst_y + dst_h > dst->height)
714 dst_h = dst->height - dst_y;
716 if (src_w <= 0 || src_h <= 0 || dst_w <= 0 || dst_h <= 0) {
766 pt.data.y = dst_y + dst_h;
798 unsigned int src_w, src_h, dst_w, dst_h;
808 dst_h = h;
812 dst_h = dst->height - dst_y;
815 h = MIN(src_h, dst_h);
902 * @dst_h: height 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)
923 scale_y = g2d_get_scaling(src_h, dst_h);
933 if (dst_y + dst_h > dst->height)
934 dst_h = dst->height - dst_y;
936 if (src_w <= 0 || src_h <= 0 || dst_w <= 0 || dst_h <= 0) {
1006 pt.data.y = dst_y + dst_h;