|
ReactOS 0.4.17-dev-934-g091855f
|


Public Member Functions | |
| UINT32 | GetInputCount () |
| HRESULT | SetSingleTransformNode ([in] ID2D1TransformNode *node) |
| HRESULT | AddNode ([in] ID2D1TransformNode *node) |
| HRESULT | RemoveNode ([in] ID2D1TransformNode *node) |
| HRESULT | SetOutputNode ([in] ID2D1TransformNode *node) |
| HRESULT | ConnectNode ([in] ID2D1TransformNode *from_node, [in] ID2D1TransformNode *to_node, [in] UINT32 index) |
| HRESULT | ConnectToEffectInput ([in] UINT32 input_index, [in] ID2D1TransformNode *node, [in] UINT32 node_index) |
| void | Clear () |
| HRESULT | SetPassthroughGraph ([in] UINT32 index) |
Public Member Functions inherited from IUnknown | |
| HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
| ULONG | AddRef () |
| ULONG | Release () |
Additional Inherited Members | |
Public Types inherited from IUnknown | |
| typedef IUnknown * | LPUNKNOWN |
Definition at line 303 of file d2d1effectauthor.idl.
| HRESULT ID2D1TransformGraph::AddNode | ( | [in] ID2D1TransformNode * | node | ) |
| void ID2D1TransformGraph::Clear | ( | ) |
| HRESULT ID2D1TransformGraph::ConnectNode | ( | [in] ID2D1TransformNode * | from_node, |
| [in] ID2D1TransformNode * | to_node, | ||
| [in] UINT32 | index | ||
| ) |
| HRESULT ID2D1TransformGraph::ConnectToEffectInput | ( | [in] UINT32 | input_index, |
| [in] ID2D1TransformNode * | node, | ||
| [in] UINT32 | node_index | ||
| ) |
| UINT32 ID2D1TransformGraph::GetInputCount | ( | ) |
| HRESULT ID2D1TransformGraph::RemoveNode | ( | [in] ID2D1TransformNode * | node | ) |
| HRESULT ID2D1TransformGraph::SetOutputNode | ( | [in] ID2D1TransformNode * | node | ) |
| HRESULT ID2D1TransformGraph::SetSingleTransformNode | ( | [in] ID2D1TransformNode * | node | ) |