Home | History | Annotate | Download | only in include

Lines Matching refs:pWidth

729         UINT *pWidth,
765 UINT *pWidth,
794 #define IWICBitmapLock_GetSize(This,pWidth,pHeight) (This)->lpVtbl->GetSize(This,pWidth,pHeight)
810 static FORCEINLINE HRESULT IWICBitmapLock_GetSize(IWICBitmapLock* This,UINT *pWidth,UINT *pHeight) {
811 return This->lpVtbl->GetSize(This,pWidth,pHeight);
829 UINT *pWidth,