Lines Matching refs:tmp_dst
425 copybit_image_t tmp_dst; in drawLayerUsingCopybit() local
427 tmp_dst.w = tmp_w; in drawLayerUsingCopybit()
428 tmp_dst.h = tmp_h; in drawLayerUsingCopybit()
429 tmp_dst.format = tmpHnd->format; in drawLayerUsingCopybit()
430 tmp_dst.handle = tmpHnd; in drawLayerUsingCopybit()
431 tmp_dst.horiz_padding = src.horiz_padding; in drawLayerUsingCopybit()
432 tmp_dst.vert_padding = src.vert_padding; in drawLayerUsingCopybit()
435 tmp_rect.r = tmp_dst.w; in drawLayerUsingCopybit()
436 tmp_rect.b = tmp_dst.h; in drawLayerUsingCopybit()
444 err = copybit->stretch(copybit,&tmp_dst, &src, &tmp_rect, in drawLayerUsingCopybit()
454 src = tmp_dst; in drawLayerUsingCopybit()