Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/d3drm/
H A Dd3drm.c7778 hr = IDirect3DRMAnimation_DeleteKey(animation, -100.0f); in test_animation()
7781 hr = IDirect3DRMAnimation_DeleteKey(animation, 100.0f); in test_animation()
7785 hr = IDirect3DRMAnimation_DeleteKey(animation, 0.0f); in test_animation()
7808 hr = IDirect3DRMAnimation_DeleteKey(animation, 0.0f); in test_animation()
/reactos/sdk/include/psdk/
H A Dd3drmobj.h3826 #define IDirect3DRMAnimation_DeleteKey(p,a) (p)->lpVtbl->DeleteKey(p,a) macro
3849 #define IDirect3DRMAnimation_DeleteKey(p,a) (p)->DeleteKey(a) macro