Searched defs:LPD3DXFONT (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dd3dx8core.h58 typedef struct ID3DXFont *LPD3DXFONT; typedef in typeref:struct:ID3DXFont
121 HRESULT WINAPI D3DXCreateFont(LPDIRECT3DDEVICE8 pDevice, HFONT hFont, LPD3DXFONT* ppFont);
H A Dd3dx9core.h64 typedef struct ID3DXFont *LPD3DXFONT; typedef in typeref:struct:ID3DXFont
486 DWORD precision, DWORD quality, DWORD pitchandfamily, LPCSTR facename, LPD3DXFONT *font);
488 DWORD precision, DWORD quality, DWORD pitchandfamily, LPCWSTR facename, LPD3DXFONT *font);
490 HRESULT WINAPI D3DXCreateFontIndirectA(LPDIRECT3DDEVICE9 device, CONST D3DXFONT_DESCA *desc, LPD3DXFONT *font);
491 HRESULT WINAPI D3DXCreateFontIndirectW(LPDIRECT3DDEVICE9 device, CONST D3DXFONT_DESCW *desc, LPD3DXFONT *font);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dd3dx9core.h64 typedef struct ID3DXFont *LPD3DXFONT; typedef in typeref:struct:ID3DXFont

Completed in 53 milliseconds