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