Home
last modified time | relevance | path

Searched refs:ReleaseHDC (Results 1 – 24 of 24) sorted by relevance

/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/common/gal/cairo/
H A Dcairo_print.cpp125 g->ReleaseHDC( static_cast<HDC>( m_hdc ) ); in ~CAIRO_PRINT_CTX()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/
H A Ddcgraph.h46 virtual void ReleaseHDC(WXHDC hdc);
H A Ddc.h1319 virtual void ReleaseHDC(WXHDC WXUNUSED(hdc)) { } in ReleaseHDC() function
1342 m_dc.ReleaseHDC(m_hdc); in ~TempHDC()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/
H A Ddcgraph.h46 virtual void ReleaseHDC(WXHDC hdc);
H A Ddc.h1319 virtual void ReleaseHDC(WXHDC WXUNUSED(hdc)) { } in ReleaseHDC() function
1342 m_dc.ReleaseHDC(m_hdc); in ~TempHDC()
/dports/editors/libreoffice/libreoffice-7.2.6.2/canvas/source/directx/
H A Ddx_textlayout_drawhelper.cxx79 [&rGraphics, &hdc]() mutable { rGraphics->ReleaseHDC(hdc); } ); in drawText()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/canvas/source/directx/
H A Ddx_textlayout_drawhelper.cxx78 [&rGraphics, &hdc]() mutable { rGraphics->ReleaseHDC(hdc); } ); in drawText()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/
H A Ddcgraph.h43 virtual void ReleaseHDC(WXHDC hdc) wxOVERRIDE;
H A Ddc.h1335 virtual void ReleaseHDC(WXHDC WXUNUSED(hdc)) { } in ReleaseHDC() function
1358 m_dc.ReleaseHDC(m_hdc); in ~TempHDC()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/msw/
H A Drenderer.cpp140 m_graphics->ReleaseHDC(m_hdc); in ~GraphicsHDC()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/msw/
H A Drenderer.cpp140 m_graphics->ReleaseHDC(m_hdc); in ~GraphicsHDC()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/msw/
H A Drenderer.cpp140 m_graphics->ReleaseHDC(m_hdc); in ~GraphicsHDC()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/msw/
H A Drenderer.cpp140 m_graphics->ReleaseHDC(m_hdc); in ~GraphicsHDC()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/msw/
H A Dgraphics.cpp2354 void wxGCDC::ReleaseHDC(WXHDC hdc) in ReleaseHDC() function in wxGCDC
2373 g->ReleaseHDC((HDC)hdc); in ReleaseHDC()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/msw/
H A Dgraphics.cpp2354 void wxGCDC::ReleaseHDC(WXHDC hdc) in ReleaseHDC() function in wxGCDC
2373 g->ReleaseHDC((HDC)hdc); in ReleaseHDC()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/msw/
H A Dgraphics.cpp3028 void wxGCDC::ReleaseHDC(WXHDC hdc) in ReleaseHDC() function in wxGCDC
3047 g->ReleaseHDC((HDC)hdc); in ReleaseHDC()
/dports/math/gnuplot/gnuplot-5.4.1/src/win/
H A Dwgdiplus.cpp548 graphics.ReleaseHDC(hdc);
/dports/math/gnuplot-lite/gnuplot-5.4.1/src/win/
H A Dwgdiplus.cpp548 graphics.ReleaseHDC(hdc);
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/gdiplus/
H A Dgdiplusgraphics.h1352 VOID ReleaseHDC(HDC hdc) in ReleaseHDC() function
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/gdiplus/
H A Dgdiplusgraphics.h1357 VOID ReleaseHDC(HDC hdc) in ReleaseHDC() function
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/gdiplus/
H A Dgdiplusgraphics.h1357 VOID ReleaseHDC(HDC hdc) in ReleaseHDC() function
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/gdiplus/
H A Dgdiplusgraphics.h1352 VOID ReleaseHDC(HDC hdc) in ReleaseHDC() function
/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/src/win/
H A Dwgdiplus.cpp553 graphics.ReleaseHDC(hdc);
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/
H A Dgdip.cpp1252 ((Graphics *)arg0)->ReleaseHDC((HDC)arg1); in Gdip_NATIVE()