Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:tmp_dst

1076             copybit_image_t tmp_dst;
1078 tmp_dst.w = tmp_w;
1079 tmp_dst.h = tmp_h;
1080 tmp_dst.format = tmpHnd->format;
1081 tmp_dst.handle = tmpHnd;
1082 tmp_dst.horiz_padding = src.horiz_padding;
1083 tmp_dst.vert_padding = src.vert_padding;
1086 tmp_rect.r = tmp_dst.w;
1087 tmp_rect.b = tmp_dst.h;
1096 err = copybit->stretch(copybit,&tmp_dst, &src, &tmp_rect,
1112 src = tmp_dst;