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