HomeSort by relevance Sort by last modified time
    Searched refs:IDCompositionAnimation (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dcompanimation.h 22 typedef interface IDCompositionAnimation IDCompositionAnimation;
35 * IDCompositionAnimation interface
43 IDCompositionAnimation : public IUnknown
75 __CRT_UUID_DECL(IDCompositionAnimation, 0xcbfd91d9, 0x51b2, 0x45e4, 0xb3,0xde, 0xd1,0x9c,0xcf,0xb8,0x63,0xc5)
83 IDCompositionAnimation* This,
88 IDCompositionAnimation* This);
91 IDCompositionAnimation* This);
93 /*** IDCompositionAnimation methods ***/
95 IDCompositionAnimation* This)
    [all...]
dcomp.h 64 STDMETHOD(SetOffsetX)(THIS_ IDCompositionAnimation*) PURE;
66 STDMETHOD(SetOffsetY)(THIS_ IDCompositionAnimation*) PURE;
74 STDMETHOD(SetScaleX)(THIS_ IDCompositionAnimation*) PURE;
76 STDMETHOD(SetScaleY)(THIS_ IDCompositionAnimation*) PURE;
78 STDMETHOD(SetCenterX)(THIS_ IDCompositionAnimation*) PURE;
80 STDMETHOD(SetCenterY)(THIS_ IDCompositionAnimation*) PURE;
88 STDMETHOD(SetAngle)(THIS_ IDCompositionAnimation*) PURE;
90 STDMETHOD(SetCenterX)(THIS_ IDCompositionAnimation*) PURE;
92 STDMETHOD(SetCenterY)(THIS_ IDCompositionAnimation*) PURE;
100 STDMETHOD(SetAngleX)(THIS_ IDCompositionAnimation*) PURE
    [all...]

Completed in 560 milliseconds