Home
last modified time | relevance | path

Searched refs:m_pD2DFactory (Results 1 – 11 of 11) sorted by relevance

/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/examples/common/gui/
H A Dd2dvideo.cpp31 ID2D1Factory *m_pD2DFactory; variable
135 hr = D2D1CreateFactory(D2D1_FACTORY_TYPE_SINGLE_THREADED, &m_pD2DFactory); in init_window()
146 hr = m_pD2DFactory->CreateHwndRenderTarget( in init_window()
172 if (m_pD2DFactory) m_pD2DFactory->Release(); in terminate()
/dports/devel/tbb/oneTBB-2020.3/examples/common/gui/
H A Dd2dvideo.cpp31 ID2D1Factory *m_pD2DFactory; variable
135 hr = D2D1CreateFactory(D2D1_FACTORY_TYPE_SINGLE_THREADED, &m_pD2DFactory); in init_window()
146 hr = m_pD2DFactory->CreateHwndRenderTarget( in init_window()
172 if (m_pD2DFactory) m_pD2DFactory->Release(); in terminate()
/dports/devel/onetbb/oneTBB-2021.4.0/examples/common/gui/
H A Dd2dvideo.cpp31 ID2D1Factory *m_pD2DFactory; variable
131 hr = D2D1CreateFactory(D2D1_FACTORY_TYPE_SINGLE_THREADED, &m_pD2DFactory); in init_window()
139 hr = m_pD2DFactory->CreateHwndRenderTarget( in init_window()
163 if (m_pD2DFactory) in terminate()
164 m_pD2DFactory->Release(); in terminate()
/dports/graphics/cairo/cairo-1.17.4/src/win32/
H A Dcairo-win32-device.c99 hr = m_pD2DFactory->CreateDCRenderTarget(&props, &device->d2d);
/dports/www/firefox-esr/firefox-91.8.0/gfx/cairo/cairo/src/win32/
H A Dcairo-win32-device.c99 hr = m_pD2DFactory->CreateDCRenderTarget(&props, &device->d2d);
/dports/www/firefox/firefox-99.0/gfx/cairo/cairo/src/win32/
H A Dcairo-win32-device.c99 hr = m_pD2DFactory->CreateDCRenderTarget(&props, &device->d2d);
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/cairo/cairo/src/win32/
H A Dcairo-win32-device.c99 hr = m_pD2DFactory->CreateDCRenderTarget(&props, &device->d2d);
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/wxscintilla/src/
H A DPlatWX.h89 wxCOMPtr<ID2D1Factory> m_pD2DFactory;
H A DPlatWX.cpp884 : m_pD2DFactory(::wxD2D1Factory()), in SurfaceDataD2D()
919 return (m_pD2DFactory.get() != NULL && m_pDWriteFactory.get() != NULL); in Initialised()
940 hr = m_pD2DFactory->CreateDCRenderTarget( in CreateGraphicsResources()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/stc/
H A DPlatWX.h192 wxCOMPtr<ID2D1Factory> m_pD2DFactory;
H A DPlatWX.cpp832 : m_pD2DFactory(::wxD2D1Factory()), in SurfaceDataD2D()
867 return (m_pD2DFactory.get() != NULL && m_pDWriteFactory.get() != NULL); in Initialised()
888 hr = m_pD2DFactory->CreateDCRenderTarget( in CreateGraphicsResources()