Lines Matching refs:Height
44 UINT Width, UINT Height, UINT Levels,
61 DBG("(%p) Width=%u Height=%u Levels=%u Usage=%s Format=%s Pool=%s "
62 "pSharedHandle=%p\n", This, Width, Height, Levels,
66 user_assert(Width && Height, D3DERR_INVALIDCALL);
122 user_assert(!(Width % w) && !(Height % h), D3DERR_INVALIDCALL);
129 info->height0 = Height;
134 info->last_level = util_logbase2(MAX2(Width, Height));
158 This->base.pstype = (Height == 1) ? 1 : 0;
164 Width, Height,
170 Width, Height,
194 sfdesc.Height = u_minify(Height, l);
210 This->dirty_rect.height = Height;
382 UINT Width, UINT Height, UINT Levels,
390 Width, Height, Levels,