Home
last modified time | relevance | path

Searched refs:pview (Results 1 – 2 of 2) sorted by relevance

/reactos/sdk/include/dxsdk/
H A Dd3dx9math.h365 const D3DXMATRIX *pview, const D3DXMATRIX *pworld);
367 const D3DXMATRIX *pprojection, const D3DXMATRIX *pview, const D3DXMATRIX *pworld, UINT n);
375 const D3DXMATRIX *pview, const D3DXMATRIX *pworld);
377 const D3DXMATRIX *pprojection, const D3DXMATRIX *pview, const D3DXMATRIX *pworld, UINT n);
/reactos/dll/directx/wine/d3dx9_36/
H A Dmath.c1828 …D3DVIEWPORT9 *pviewport, const D3DXMATRIX *pprojection, const D3DXMATRIX *pview, const D3DXMATRIX … in D3DXVec3Project() argument
1832 …wport %p, pprojection %p, pview %p, pworld %p\n", pout, pv, pviewport, pprojection, pview, pworld); in D3DXVec3Project()
1836 if (pview) D3DXMatrixMultiply(&m, &m, pview); in D3DXVec3Project()