Home | History | Annotate | Download | only in include

Lines Matching refs:CONST

151     STDMETHOD_(INT, DrawTextA)(THIS_ struct ID3DXSprite *sprite, const char *string,
153 STDMETHOD_(INT, DrawTextW)(THIS_ struct ID3DXSprite *sprite, const WCHAR *string,
222 STDMETHOD(Draw)(THIS_ CONST D3DXVECTOR2 *vertexlist, DWORD vertexlistcount, D3DCOLOR color) PURE;
223 STDMETHOD(DrawTransform)(THIS_ CONST D3DXVECTOR3 *vertexlist, DWORD vertexlistcount,
224 CONST D3DXMATRIX *transform, D3DCOLOR color) PURE;
378 STDMETHOD(BeginScene)(THIS_ struct IDirect3DSurface9 *surface, const D3DVIEWPORT9 *viewport) PURE;
423 STDMETHOD(SetTransform)(THIS_ CONST D3DXMATRIX *transform) PURE;
424 STDMETHOD(SetWorldViewRH)(THIS_ CONST D3DXMATRIX *world, CONST D3DXMATRIX *view) PURE;
425 STDMETHOD(SetWorldViewLH)(THIS_ CONST D3DXMATRIX *world, CONST D3DXMATRIX *view) PURE;
428 STDMETHOD(Draw)(THIS_ struct IDirect3DTexture9 *texture, const RECT *rect,
429 const D3DXVECTOR3 *center, const D3DXVECTOR3 *position, D3DCOLOR color) PURE;
484 const char *facename, struct ID3DXFont **font);
487 const WCHAR *facename, struct ID3DXFont **font);
490 const D3DXFONT_DESCA *desc, struct ID3DXFont **font);
492 const D3DXFONT_DESCW *desc, struct ID3DXFont **font);