Lines Matching refs:tmp_dst
897 copybit_image_t tmp_dst;
899 tmp_dst.w = tmp_w;
900 tmp_dst.h = tmp_h;
901 tmp_dst.format = tmpHnd->format;
902 tmp_dst.handle = tmpHnd;
903 tmp_dst.horiz_padding = src.horiz_padding;
904 tmp_dst.vert_padding = src.vert_padding;
907 tmp_rect.r = tmp_dst.w;
908 tmp_rect.b = tmp_dst.h;
917 err = copybit->stretch(copybit,&tmp_dst, &src, &tmp_rect,
933 src = tmp_dst;