Lines Matching refs:Height

151     This->state.viewport.Height = refSurf->desc.Height;
158 This->state.scissor.maxy = refSurf->desc.Height;
827 This->cursor.h = MIN2(surf->desc.Height, 32);
831 This->cursor.h = MIN2(surf->desc.Height, This->cursor.image->height0);
1122 UINT Height,
1133 DBG("This=%p Width=%u Height=%u Levels=%u Usage=%s Format=%s Pool=%s "
1134 "ppOut=%p pSharedHandle=%p\n", This, Width, Height, Levels,
1146 hr = NineTexture9_new(This, Width, Height, Levels, Usage, Format, Pool,
1157 UINT Height,
1169 DBG("This=%p Width=%u Height=%u Depth=%u Levels=%u Usage=%s Format=%s Pool=%s "
1170 "ppOut=%p pSharedHandle=%p\n", This, Width, Height, Depth, Levels,
1181 hr = NineVolumeTexture9_new(This, Width, Height, Depth, Levels,
1304 UINT Width, UINT Height,
1316 DBG("This=%p type=%u Pool=%s Width=%u Height=%u Format=%s MS=%u Quality=%u "
1318 This, type, nine_D3DPOOL_to_str(Pool), Width, Height,
1325 user_assert(Width && Height, D3DERR_INVALIDCALL);
1335 desc.Height = Height;
1356 UINT Height,
1367 Width, Height, Format,
1375 UINT Height,
1388 Width, Height, Format,
1438 pSourceRect->bottom <= src->desc.Height,
1442 copy_height = src->desc.Height;
1456 destRect.bottom <= dst->desc.Height,
1474 copy_height == src->desc.Height &&
1475 copy_height == dst->desc.Height)) {
1565 dst->surfaces[l]->desc.Height);
1592 dst->surfaces[l * 6 + z]->desc.Height);
1645 user_assert(src->desc.Height == dst->desc.Height, D3DERR_INVALIDCALL);
1708 pSourceRect->bottom == src->desc.Height), D3DERR_INVALIDCALL);
1713 pDestRect->bottom == dst->desc.Height), D3DERR_INVALIDCALL);
1716 dst->desc.Height == src->desc.Height), D3DERR_INVALIDCALL);
1763 blit.dst.box.height = dst->desc.Height;
1787 blit.src.box.y = flip_y ? src->desc.Height : 0;
1789 blit.src.box.height = flip_y ? -src->desc.Height : src->desc.Height;
1832 dst->desc.Width, dst->desc.Height);
1837 src->desc.Width, src->desc.Height);
1862 blit.dst.box.y + blit.dst.box.height <= dst->desc.Height &&
1863 blit.src.box.y + blit.src.box.height <= src->desc.Height);
1921 h = surf->desc.Height;
1947 UINT Height,
1955 DBG("This=%p Width=%u Height=%u Format=%s(0x%x) Pool=%u "
1957 Width, Height, d3dformat_to_string(Format), Format, Pool,
1968 hr = create_zs_or_rt_surface(This, 2, Pool, Width, Height,
1998 This->state.viewport.Height = rt->desc.Height;
2005 This->state.scissor.maxy = rt->desc.Height;
2209 pViewport->X, pViewport->Y, pViewport->Width, pViewport->Height,
2807 h = state->rt[i]->desc.Height;
2809 if (state->rt[i]->desc.Width != w || state->rt[i]->desc.Height != h) {
2816 (state->ds->desc.Width != w || state->ds->desc.Height != h))