OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:D2D1_RECT_U
(Results
1 - 3
of
3
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d2dbasetypes.h
70
typedef struct D2D_RECT_U
D2D1_RECT_U
;
d2d1helper.h
24
typedef
D2D1_RECT_U
Rect;
66
D2D1FORCEINLINE
D2D1_RECT_U
RectU(UINT32 left = 0, UINT32 top = 0, UINT32 right = 0, UINT32 bottom = 0) {
d2d1.h
637
STDMETHOD(CopyFromBitmap)(const D2D1_POINT_2U *destPoint, ID2D1Bitmap *bitmap, const
D2D1_RECT_U
*srcRect) PURE;
638
STDMETHOD(CopyFromRenderTarget)(const D2D1_POINT_2U *destPoint, ID2D1RenderTarget *renderTarget, const
D2D1_RECT_U
*srcRect) PURE;
639
STDMETHOD(CopyFromMemory)(const
D2D1_RECT_U
*dstRect, const void *srcData, UINT32 pitch) PURE;
651
STDMETHOD(CopyFromBitmap)(ID2D1Bitmap *This, const D2D1_POINT_2U *destPoint, ID2D1Bitmap *bitmap, const
D2D1_RECT_U
*srcRect) PURE;
652
STDMETHOD(CopyFromRenderTarget)(ID2D1Bitmap *This, const D2D1_POINT_2U *destPoint, ID2D1RenderTarget *renderTarget, const
D2D1_RECT_U
*srcRect) PURE;
653
STDMETHOD(CopyFromMemory)(ID2D1Bitmap *This, const
D2D1_RECT_U
*dstRect, const void *srcData, UINT32 pitch) PURE;
[
all
...]
Completed in 552 milliseconds