Home
last modified time | relevance | path

Searched defs:GdipDeleteGraphics (Results 1 – 7 of 7) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fxge/win32/
H A Dcgdi_plus_ext.cpp665 CallFunc(GdipDeleteGraphics)(pGraphics); in StretchDIBits() local
666 CallFunc(GdipDeleteGraphics)(pGraphics); in StretchDIBits() local
793 CallFunc(GdipDeleteGraphics)(pGraphics); in DrawPath() local
827 CallFunc(GdipDeleteGraphics)(pGraphics); in DrawPath() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fxge/win32/
H A Dfx_win32_gdipext.cpp805 CallFunc(GdipDeleteGraphics)(pGraphics); in StretchDIBits() local
806 CallFunc(GdipDeleteGraphics)(pGraphics); in StretchDIBits() local
930 CallFunc(GdipDeleteGraphics)(pGraphics); in DrawPath() local
965 CallFunc(GdipDeleteGraphics)(pGraphics); in DrawPath() local
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fxge/win32/
H A Dfx_win32_gdipext.cpp909 void CGdiplusExt::GdipDeleteGraphics(void* graphics) { in GdipDeleteGraphics() function in CGdiplusExt
938 CallFunc(GdipDeleteGraphics)(pGraphics); in StretchBitMask() local
966 CallFunc(GdipDeleteGraphics)(pGraphics); in StretchDIBits() local
967 CallFunc(GdipDeleteGraphics)(pGraphics); in StretchDIBits() local
1220 CallFunc(GdipDeleteGraphics)(pGraphics); in DrawPath() local
1256 CallFunc(GdipDeleteGraphics)(pGraphics); in DrawPath() local
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fxge/win32/
H A Dfx_win32_gdipext.cpp907 void CGdiplusExt::GdipDeleteGraphics(void* graphics) { in GdipDeleteGraphics() function in CGdiplusExt
936 CallFunc(GdipDeleteGraphics)(pGraphics); in StretchBitMask() local
964 CallFunc(GdipDeleteGraphics)(pGraphics); in StretchDIBits() local
965 CallFunc(GdipDeleteGraphics)(pGraphics); in StretchDIBits() local
1222 CallFunc(GdipDeleteGraphics)(pGraphics); in DrawPath() local
1258 CallFunc(GdipDeleteGraphics)(pGraphics); in DrawPath() local
/dports/editors/abiword/abiword-3.0.5/src/af/xap/win/
H A Dxap_Win32Dlg_PrintPreview.cpp180 static GdipDeleteGraphicsFunc GdipDeleteGraphics = 0; variable
/dports/x11-toolkits/libgdiplus/libgdiplus-6.0.4/src/
H A Dgraphics.c403 GdipDeleteGraphics (GpGraphics *graphics) in GdipDeleteGraphics() function
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Drawing/System.Drawing/
H A DgdipFunctions.cs569 static internal extern Status GdipDeleteGraphics(IntPtr graphics); in GdipDeleteGraphics() method in System.Drawing.GDIPlus