Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:tmp_dst

521             copybit_image_t tmp_dst;
523 tmp_dst.w = tmp_w;
524 tmp_dst.h = tmp_h;
525 tmp_dst.format = tmpHnd->format;
526 tmp_dst.handle = tmpHnd;
527 tmp_dst.horiz_padding = src.horiz_padding;
528 tmp_dst.vert_padding = src.vert_padding;
531 tmp_rect.r = tmp_dst.w;
532 tmp_rect.b = tmp_dst.h;
541 err = copybit->stretch(copybit,&tmp_dst, &src, &tmp_rect,
557 src = tmp_dst;