Home | History | Annotate | Download | only in include

Lines Matching refs:pWidth

942         UINT *pWidth,
1067 #define ID3D10Device1_GetTextFilterSize(This,pWidth,pHeight) (This)->lpVtbl->GetTextFilterSize(This,pWidth,pHeight)
1366 static FORCEINLINE void ID3D10Device1_GetTextFilterSize(ID3D10Device1* This,UINT *pWidth,UINT *pHeight) {
1367 This->lpVtbl->GetTextFilterSize(This,pWidth,pHeight);