Searched refs:ID2D1BitmapRenderTarget (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | d2d1.h | 391 typedef _COM_interface ID2D1BitmapRenderTarget ID2D1BitmapRenderTarget; typedef 804 …T *desiredFormat, D2D1_COMPATIBLE_RENDER_TARGET_OPTIONS options, ID2D1BitmapRenderTarget **bitmapR… 938 HRESULT CreateCompatibleRenderTarget(ID2D1BitmapRenderTarget **bitmapRenderTarget) { in CreateCompatibleRenderTarget() 942 …HRESULT CreateCompatibleRenderTarget(D2D1_SIZE_F desiredSize, ID2D1BitmapRenderTarget **bitmapRend… in CreateCompatibleRenderTarget() 946 …derTarget(D2D1_SIZE_F desiredSize, D2D1_SIZE_U desiredPixelSize, ID2D1BitmapRenderTarget **bitmapR… in CreateCompatibleRenderTarget() 950 …, D2D1_SIZE_U desiredPixelSize, D2D1_PIXEL_FORMAT desiredFormat, ID2D1BitmapRenderTarget **bitmapR… in CreateCompatibleRenderTarget() 954 …AT desiredFormat, D2D1_COMPATIBLE_RENDER_TARGET_OPTIONS options, ID2D1BitmapRenderTarget **bitmapR… in CreateCompatibleRenderTarget() 1040 …T *desiredFormat, D2D1_COMPATIBLE_RENDER_TARGET_OPTIONS options, ID2D1BitmapRenderTarget **bitmapR… 1367 interface ID2D1BitmapRenderTarget : public ID2D1RenderTarget { 1376 STDMETHOD(GetBitmap)(ID2D1BitmapRenderTarget *This, ID2D1Bitmap **bitmap) PURE; [all …]
|