Lines Matching refs:tmp_dst
950 copybit_image_t tmp_dst; in drawLayerUsingCopybit() local
952 tmp_dst.w = tmp_w; in drawLayerUsingCopybit()
953 tmp_dst.h = tmp_h; in drawLayerUsingCopybit()
954 tmp_dst.format = tmpHnd->format; in drawLayerUsingCopybit()
955 tmp_dst.handle = tmpHnd; in drawLayerUsingCopybit()
956 tmp_dst.horiz_padding = src.horiz_padding; in drawLayerUsingCopybit()
957 tmp_dst.vert_padding = src.vert_padding; in drawLayerUsingCopybit()
960 tmp_rect.r = tmp_dst.w; in drawLayerUsingCopybit()
961 tmp_rect.b = tmp_dst.h; in drawLayerUsingCopybit()
970 err = copybit->stretch(copybit,&tmp_dst, &src, &tmp_rect, in drawLayerUsingCopybit()
986 src = tmp_dst; in drawLayerUsingCopybit()