Searched refs:IDirect3DRMAnimation_DeleteKey (Results 1 – 2 of 2) sorted by relevance
7778 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()
3826 #define IDirect3DRMAnimation_DeleteKey(p,a) (p)->lpVtbl->DeleteKey(p,a) macro3849 #define IDirect3DRMAnimation_DeleteKey(p,a) (p)->DeleteKey(a) macro