Searched refs:blit_h (Results 1 – 1 of 1) sorted by relevance
1165 unsigned blit_x, blit_y, blit_w, blit_h; in Present() local1184 blit_h = dst_w * src->height0 / src->width0; in Present()1189 blit_h = dst_h; in Present()1194 blit_h = dst_h; in Present()1198 blit_y = (dst_h - blit_h) >> 1; in Present()1205 blit_h = dst_h; in Present()1213 if(formats_compatible && blit_w == src->width0 && blit_h == src->height0) in Present()1218 box.height = blit_h; in Present()1224 …er->blit(dst_surface, gallium_buffer0_view, rect.left + blit_x, rect.top + blit_y, blit_w, blit_h); in Present()1231 if(blit_h != dst_h) in Present()[all …]