Home
last modified time | relevance | path

Searched refs:bitmapBrush (Results 1 – 25 of 370) sorted by relevance

12345678910>>...15

/dports/lang/spidermonkey60/firefox-60.9.0/gfx/cairo/cairo/src/
H A Dcairo-d2d-private.h130 RefPtr<ID2D1BitmapBrush> bitmapBrush; member
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/cairo/cairo/src/
H A Dcairo-d2d-private.h130 RefPtr<ID2D1BitmapBrush> bitmapBrush; member
/dports/audio/carla/Carla-2.4.1/source/modules/juce_graphics/native/
H A Djuce_win32_Direct2DGraphicsContext.cpp393 bitmapBrush = nullptr; in clearFill()
423 …impl->renderingTarget->CreateBitmapBrush (bitmap, bmProps, brushProps, bitmapBrush.resetAndGetPoin… in createBrush()
425 currentBrush = bitmapBrush; in createBrush()
507 ComSmartPtr<ID2D1BitmapBrush> bitmapBrush; member
/dports/devel/juce/JUCE-f37e9a1/modules/juce_graphics/native/
H A Djuce_win32_Direct2DGraphicsContext.cpp393 bitmapBrush = nullptr; in clearFill()
423 …impl->renderingTarget->CreateBitmapBrush (bitmap, bmProps, brushProps, bitmapBrush.resetAndGetPoin… in createBrush()
425 currentBrush = bitmapBrush; in createBrush()
507 ComSmartPtr<ID2D1BitmapBrush> bitmapBrush; member
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/dxsdk/
H A Dd2d1_1.h1588 _COM_Outptr_ ID2D1BitmapBrush1 **bitmapBrush
1893 _COM_Outptr_ ID2D1BitmapBrush1 **bitmapBrush in CreateBitmapBrush() argument
1896 return CreateBitmapBrush(bitmap, NULL, NULL, bitmapBrush); in CreateBitmapBrush()
1904 _COM_Outptr_ ID2D1BitmapBrush1 **bitmapBrush in CreateBitmapBrush() argument
1907 return CreateBitmapBrush(bitmap, &bitmapBrushProperties, NULL, bitmapBrush); in CreateBitmapBrush()
1916 _COM_Outptr_ ID2D1BitmapBrush1 **bitmapBrush in CreateBitmapBrush() argument
1919 return CreateBitmapBrush(bitmap, &bitmapBrushProperties, &brushProperties, bitmapBrush); in CreateBitmapBrush()
H A Dd2d1.h2358 _COM_Outptr_ ID2D1BitmapBrush **bitmapBrush
2806 _COM_Outptr_ ID2D1BitmapBrush **bitmapBrush in CreateBitmapBrush() argument
2809 return CreateBitmapBrush(bitmap, NULL, NULL, bitmapBrush); in CreateBitmapBrush()
2821 _COM_Outptr_ ID2D1BitmapBrush **bitmapBrush in CreateBitmapBrush() argument
2824 return CreateBitmapBrush(bitmap, &bitmapBrushProperties, NULL, bitmapBrush); in CreateBitmapBrush()
2837 _COM_Outptr_ ID2D1BitmapBrush **bitmapBrush in CreateBitmapBrush() argument
2840 return CreateBitmapBrush(bitmap, &bitmapBrushProperties, &brushProperties, bitmapBrush); in CreateBitmapBrush()
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dd2d1_1.h760 CONST D2D1_BRUSH_PROPERTIES *brushProperties, ID2D1BitmapBrush1 **bitmapBrush) PURE;
837 HRESULT CreateBitmapBrush(ID2D1Bitmap *bitmap, ID2D1BitmapBrush1 **bitmapBrush) { in CreateBitmapBrush() argument
838 return CreateBitmapBrush(bitmap, NULL, NULL, bitmapBrush); in CreateBitmapBrush()
842 ID2D1BitmapBrush1 **bitmapBrush) { in CreateBitmapBrush() argument
843 return CreateBitmapBrush(bitmap, &bitmapBrushProperties, NULL, bitmapBrush); in CreateBitmapBrush()
847 CONST D2D1_BRUSH_PROPERTIES &brushProperties, ID2D1BitmapBrush1 **bitmapBrush) { in CreateBitmapBrush() argument
848 return CreateBitmapBrush(bitmap, &bitmapBrushProperties, &brushProperties, bitmapBrush); in CreateBitmapBrush()
986 ID2D1BitmapBrush1 **bitmapBrush) PURE;
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dd2d1_1.h760 CONST D2D1_BRUSH_PROPERTIES *brushProperties, ID2D1BitmapBrush1 **bitmapBrush) PURE;
837 HRESULT CreateBitmapBrush(ID2D1Bitmap *bitmap, ID2D1BitmapBrush1 **bitmapBrush) { in CreateBitmapBrush() argument
838 return CreateBitmapBrush(bitmap, NULL, NULL, bitmapBrush); in CreateBitmapBrush()
842 ID2D1BitmapBrush1 **bitmapBrush) { in CreateBitmapBrush() argument
843 return CreateBitmapBrush(bitmap, &bitmapBrushProperties, NULL, bitmapBrush); in CreateBitmapBrush()
847 CONST D2D1_BRUSH_PROPERTIES &brushProperties, ID2D1BitmapBrush1 **bitmapBrush) { in CreateBitmapBrush() argument
848 return CreateBitmapBrush(bitmap, &bitmapBrushProperties, &brushProperties, bitmapBrush); in CreateBitmapBrush()
986 ID2D1BitmapBrush1 **bitmapBrush) PURE;
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/plugins/platforms/direct2d/
H A Dqwindowsdirect2dpaintengine.cpp655 ComPtr<ID2D1BitmapBrush1> bitmapBrush; in to_d2d_brush() local
675 &bitmapBrush); in to_d2d_brush()
681 hr = bitmapBrush.As(&result); in to_d2d_brush()
769 ComPtr<ID2D1BitmapBrush1> bitmapBrush; in to_d2d_brush() local
780 &bitmapBrush); in to_d2d_brush()
787 hr = bitmapBrush.As(&result); in to_d2d_brush()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/plugins/platforms/direct2d/
H A Dqwindowsdirect2dpaintengine.cpp655 ComPtr<ID2D1BitmapBrush1> bitmapBrush; in to_d2d_brush() local
675 &bitmapBrush); in to_d2d_brush()
681 hr = bitmapBrush.As(&result); in to_d2d_brush()
769 ComPtr<ID2D1BitmapBrush1> bitmapBrush; in to_d2d_brush() local
780 &bitmapBrush); in to_d2d_brush()
787 hr = bitmapBrush.As(&result); in to_d2d_brush()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/plugins/platforms/direct2d/
H A Dqwindowsdirect2dpaintengine.cpp655 ComPtr<ID2D1BitmapBrush1> bitmapBrush; in to_d2d_brush() local
675 &bitmapBrush); in to_d2d_brush()
681 hr = bitmapBrush.As(&result); in to_d2d_brush()
769 ComPtr<ID2D1BitmapBrush1> bitmapBrush; in to_d2d_brush() local
780 &bitmapBrush); in to_d2d_brush()
787 hr = bitmapBrush.As(&result); in to_d2d_brush()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/plugins/platforms/direct2d/
H A Dqwindowsdirect2dpaintengine.cpp655 ComPtr<ID2D1BitmapBrush1> bitmapBrush; in to_d2d_brush() local
675 &bitmapBrush); in to_d2d_brush()
681 hr = bitmapBrush.As(&result); in to_d2d_brush()
769 ComPtr<ID2D1BitmapBrush1> bitmapBrush; in to_d2d_brush() local
780 &bitmapBrush); in to_d2d_brush()
787 hr = bitmapBrush.As(&result); in to_d2d_brush()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/plugins/platforms/direct2d/
H A Dqwindowsdirect2dpaintengine.cpp655 ComPtr<ID2D1BitmapBrush1> bitmapBrush; in to_d2d_brush() local
675 &bitmapBrush); in to_d2d_brush()
681 hr = bitmapBrush.As(&result); in to_d2d_brush()
769 ComPtr<ID2D1BitmapBrush1> bitmapBrush; in to_d2d_brush() local
780 &bitmapBrush); in to_d2d_brush()
787 hr = bitmapBrush.As(&result); in to_d2d_brush()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/plugins/platforms/direct2d/
H A Dqwindowsdirect2dpaintengine.cpp655 ComPtr<ID2D1BitmapBrush1> bitmapBrush; in to_d2d_brush() local
675 &bitmapBrush); in to_d2d_brush()
681 hr = bitmapBrush.As(&result); in to_d2d_brush()
769 ComPtr<ID2D1BitmapBrush1> bitmapBrush; in to_d2d_brush() local
780 &bitmapBrush); in to_d2d_brush()
787 hr = bitmapBrush.As(&result); in to_d2d_brush()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/plugins/platforms/direct2d/
H A Dqwindowsdirect2dpaintengine.cpp655 ComPtr<ID2D1BitmapBrush1> bitmapBrush; in to_d2d_brush() local
675 &bitmapBrush); in to_d2d_brush()
681 hr = bitmapBrush.As(&result); in to_d2d_brush()
769 ComPtr<ID2D1BitmapBrush1> bitmapBrush; in to_d2d_brush() local
780 &bitmapBrush); in to_d2d_brush()
787 hr = bitmapBrush.As(&result); in to_d2d_brush()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/plugins/platforms/direct2d/
H A Dqwindowsdirect2dpaintengine.cpp655 ComPtr<ID2D1BitmapBrush1> bitmapBrush; in to_d2d_brush() local
675 &bitmapBrush); in to_d2d_brush()
681 hr = bitmapBrush.As(&result); in to_d2d_brush()
769 ComPtr<ID2D1BitmapBrush1> bitmapBrush; in to_d2d_brush() local
780 &bitmapBrush); in to_d2d_brush()
787 hr = bitmapBrush.As(&result); in to_d2d_brush()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/plugins/platforms/direct2d/
H A Dqwindowsdirect2dpaintengine.cpp655 ComPtr<ID2D1BitmapBrush1> bitmapBrush; in to_d2d_brush() local
675 &bitmapBrush); in to_d2d_brush()
681 hr = bitmapBrush.As(&result); in to_d2d_brush()
769 ComPtr<ID2D1BitmapBrush1> bitmapBrush; in to_d2d_brush() local
780 &bitmapBrush); in to_d2d_brush()
787 hr = bitmapBrush.As(&result); in to_d2d_brush()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/plugins/platforms/direct2d/
H A Dqwindowsdirect2dpaintengine.cpp655 ComPtr<ID2D1BitmapBrush1> bitmapBrush; in to_d2d_brush() local
675 &bitmapBrush); in to_d2d_brush()
681 hr = bitmapBrush.As(&result); in to_d2d_brush()
769 ComPtr<ID2D1BitmapBrush1> bitmapBrush; in to_d2d_brush() local
780 &bitmapBrush); in to_d2d_brush()
787 hr = bitmapBrush.As(&result); in to_d2d_brush()
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/plugins/platforms/direct2d/
H A Dqwindowsdirect2dpaintengine.cpp655 ComPtr<ID2D1BitmapBrush1> bitmapBrush; in to_d2d_brush() local
675 &bitmapBrush); in to_d2d_brush()
681 hr = bitmapBrush.As(&result); in to_d2d_brush()
769 ComPtr<ID2D1BitmapBrush1> bitmapBrush; in to_d2d_brush() local
780 &bitmapBrush); in to_d2d_brush()
787 hr = bitmapBrush.As(&result); in to_d2d_brush()
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/plugins/platforms/direct2d/
H A Dqwindowsdirect2dpaintengine.cpp655 ComPtr<ID2D1BitmapBrush1> bitmapBrush; in to_d2d_brush() local
675 &bitmapBrush); in to_d2d_brush()
681 hr = bitmapBrush.As(&result); in to_d2d_brush()
769 ComPtr<ID2D1BitmapBrush1> bitmapBrush; in to_d2d_brush() local
780 &bitmapBrush); in to_d2d_brush()
787 hr = bitmapBrush.As(&result); in to_d2d_brush()
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/plugins/platforms/direct2d/
H A Dqwindowsdirect2dpaintengine.cpp655 ComPtr<ID2D1BitmapBrush1> bitmapBrush; in to_d2d_brush() local
675 &bitmapBrush); in to_d2d_brush()
681 hr = bitmapBrush.As(&result); in to_d2d_brush()
769 ComPtr<ID2D1BitmapBrush1> bitmapBrush; in to_d2d_brush() local
780 &bitmapBrush); in to_d2d_brush()
787 hr = bitmapBrush.As(&result); in to_d2d_brush()
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/plugins/platforms/direct2d/
H A Dqwindowsdirect2dpaintengine.cpp655 ComPtr<ID2D1BitmapBrush1> bitmapBrush; in to_d2d_brush() local
675 &bitmapBrush); in to_d2d_brush()
681 hr = bitmapBrush.As(&result); in to_d2d_brush()
769 ComPtr<ID2D1BitmapBrush1> bitmapBrush; in to_d2d_brush() local
780 &bitmapBrush); in to_d2d_brush()
787 hr = bitmapBrush.As(&result); in to_d2d_brush()
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/plugins/platforms/direct2d/
H A Dqwindowsdirect2dpaintengine.cpp655 ComPtr<ID2D1BitmapBrush1> bitmapBrush; in to_d2d_brush() local
675 &bitmapBrush); in to_d2d_brush()
681 hr = bitmapBrush.As(&result); in to_d2d_brush()
769 ComPtr<ID2D1BitmapBrush1> bitmapBrush; in to_d2d_brush() local
780 &bitmapBrush); in to_d2d_brush()
787 hr = bitmapBrush.As(&result); in to_d2d_brush()
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/plugins/platforms/direct2d/
H A Dqwindowsdirect2dpaintengine.cpp655 ComPtr<ID2D1BitmapBrush1> bitmapBrush; in to_d2d_brush() local
675 &bitmapBrush); in to_d2d_brush()
681 hr = bitmapBrush.As(&result); in to_d2d_brush()
769 ComPtr<ID2D1BitmapBrush1> bitmapBrush; in to_d2d_brush() local
780 &bitmapBrush); in to_d2d_brush()
787 hr = bitmapBrush.As(&result); in to_d2d_brush()
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/plugins/platforms/direct2d/
H A Dqwindowsdirect2dpaintengine.cpp655 ComPtr<ID2D1BitmapBrush1> bitmapBrush; in to_d2d_brush() local
675 &bitmapBrush); in to_d2d_brush()
681 hr = bitmapBrush.As(&result); in to_d2d_brush()
769 ComPtr<ID2D1BitmapBrush1> bitmapBrush; in to_d2d_brush() local
780 &bitmapBrush); in to_d2d_brush()
787 hr = bitmapBrush.As(&result); in to_d2d_brush()

12345678910>>...15