Home
last modified time | relevance | path

Searched refs:Metafile (Results 1 – 25 of 987) sorted by relevance

12345678910>>...40

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Drawing.Common/tests/Imaging/
H A DMetafileTests.cs105 using (var metafile = new Metafile(stream)) in Ctor_Stream_Success()
553 using (var metafile = new Metafile( in Ctor_StringIntPtrRectangleFMetafileFrameUnitEmfTypeString_Success()
571 using (var metafile = new Metafile( in Ctor_RectangleFEmpty_Success()
637 using (var metafile = new Metafile( in Ctor_StringIntPtrRectangleMetafileFrameUnitEmfTypeString_Success()
655 using (var metafile = new Metafile( in Ctor_RectangleEmpty_Success()
837 using (var metafile = new Metafile( in Ctor_StreamIntPtrRectangleMetafileFrameUnitEmfTypeString_Success()
852 using (var metafile = new Metafile( in Ctor_RectangleEmptyI_Success()
999 var metafile = new Metafile(GetPath(WmfFile)); in GetMetafileHeader_Disposed_ThrowsArgumentException()
1019 var metafile = new Metafile(GetPath(WmfFile)); in GetHenhmetafile_Disposed_ThrowsArgumentException()
1029 var metafile = new Metafile(GetPath(WmfFile)); in PlayRecord_Disposed_ThrowsArgumentException()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Drawing/System.Drawing.Imaging/
H A DMetafile.cs42 public sealed class Metafile : Image { class
46 internal Metafile (IntPtr ptr) in Metafile() method in System.Drawing.Imaging.Metafile
54 internal Metafile (IntPtr ptr, Stream stream) in Metafile() method in System.Drawing.Imaging.Metafile
62 public Metafile (Stream stream) in Metafile() method in System.Drawing.Imaging.Metafile
80 public Metafile (string filename) in Metafile() method in System.Drawing.Imaging.Metafile
93 public Metafile (IntPtr henhmetafile, bool deleteEmf) in Metafile() method in System.Drawing.Imaging.Metafile
99 public Metafile (IntPtr referenceHdc, EmfType emfType) : in Metafile() method in System.Drawing.Imaging.Metafile
104 public Metafile (IntPtr referenceHdc, Rectangle frameRect) : in Metafile() method in System.Drawing.Imaging.Metafile
109 public Metafile (IntPtr referenceHdc, RectangleF frameRect) : in Metafile() method in System.Drawing.Imaging.Metafile
120 public Metafile (Stream stream, IntPtr referenceHdc) : in Metafile() method in System.Drawing.Imaging.Metafile
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Drawing.Common/src/System/Drawing/Imaging/
H A DMetafile.Unix.cs47 public sealed class Metafile : Image class
52 internal Metafile(IntPtr ptr) => SetNativeImage(ptr);
57 internal Metafile(IntPtr ptr, Stream stream) => SetNativeImage(ptr); in Metafile() method in System.Drawing.Imaging.Metafile
59 public Metafile(Stream stream) in Metafile() method in System.Drawing.Imaging.Metafile
73 public Metafile(string filename) in Metafile() method in System.Drawing.Imaging.Metafile
84 public Metafile(IntPtr henhmetafile, bool deleteEmf) in Metafile() method in System.Drawing.Imaging.Metafile
90 public Metafile(IntPtr referenceHdc, EmfType emfType) : in Metafile() method in System.Drawing.Imaging.Metafile
95 public Metafile(IntPtr referenceHdc, Rectangle frameRect) : in Metafile() method in System.Drawing.Imaging.Metafile
100 public Metafile(IntPtr referenceHdc, RectangleF frameRect) : in Metafile() method in System.Drawing.Imaging.Metafile
111 public Metafile(Stream stream, IntPtr referenceHdc) : in Metafile() method in System.Drawing.Imaging.Metafile
[all …]
H A DMetafile.Windows.cs15 public sealed partial class Metafile : Image class
48 public Metafile(IntPtr henhmetafile, bool deleteEmf) in Metafile() method in System.Drawing.Imaging.Metafile
63 public Metafile(string filename) in Metafile() method in System.Drawing.Imaging.Metafile
81 public Metafile(Stream stream) in Metafile() method in System.Drawing.Imaging.Metafile
101 public Metafile(IntPtr referenceHdc, EmfType emfType) : in Metafile() method in System.Drawing.Imaging.Metafile
174 public Metafile(IntPtr referenceHdc, Rectangle frameRect) : in Metafile() method in System.Drawing.Imaging.Metafile
233 public Metafile(string fileName, IntPtr referenceHdc) : in Metafile() method in System.Drawing.Imaging.Metafile
401 public Metafile(Stream stream, IntPtr referenceHdc) : in Metafile() method in System.Drawing.Imaging.Metafile
759 internal static Metafile FromGDIplus(IntPtr nativeImage) in FromGDIplus()
761 Metafile metafile = new Metafile(); in FromGDIplus()
[all …]
H A DMetafile.Serializable.cs10 partial class Metafile class
12 private Metafile(SerializationInfo info, StreamingContext context) : base(info, context) in Metafile() method in System.Drawing.Imaging.Metafile
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Drawing/Test/System.Drawing.Imaging/
H A DMetafileTest.cs87 Metafile mf = new Metafile (filename); in Metafile_String()
88 Metafile clone = (Metafile) mf.Clone (); in Metafile_String()
169 using (Metafile mf = new Metafile (fs)) { in GetMetafileHeader_FromFileStream_WmfPlaceable()
192 using (Metafile mf = new Metafile (ms)) { in GetMetafileHeader_FromMemoryStream_WmfPlaceable()
246 using (Metafile mf = new Metafile (getInFile (Emf))) { in GetMetafileHeader_FromFile_Emf()
256 using (Metafile mf = new Metafile (fs)) { in GetMetafileHeader_FromFileStream_Emf()
273 using (Metafile mf = new Metafile (ms)) { in GetMetafileHeader_FromMemoryStream_Emf()
336 using (Metafile mf = new Metafile (filename)) { in Static_GetMetafileHeader_IntPtr()
387 Metafile mf = new Metafile (hdc, type); in Metafile_IntPtrEmfType()
434 Metafile mf = new Metafile (hdc, new Rectangle ()); in Metafile_IntPtrRectangle_Empty()
[all …]
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/gdiplus/
H A Dgdiplusmetafile.h38 class Metafile: public Image
74 Metafile(HMETAFILE hWmf,
91 Metafile(const WCHAR *filename): Image(NULL, Ok) in Metafile() function
98 Metafile(const WCHAR *filename, in Metafile() function
108 Metafile(IStream *stream): Image(NULL, Ok) in Metafile() function
181 Metafile(IStream *stream, HDC referenceHdc,
214 virtual ~Metafile() in ~Metafile()
217 virtual Metafile* Clone() const in Clone()
223 Metafile *result = new Metafile(cloneImage, lastStatus); in Clone()
306 Metafile(const Metafile&);
[all …]
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/gdiplus/
H A Dgdiplusmetafile.h33 class Metafile: public Image
69 Metafile(HMETAFILE hWmf,
86 Metafile(const WCHAR *filename): Image(NULL, Ok) in Metafile() function
93 Metafile(const WCHAR *filename, in Metafile() function
103 Metafile(IStream *stream): Image(NULL, Ok) in Metafile() function
176 Metafile(IStream *stream, HDC referenceHdc,
209 virtual ~Metafile() in ~Metafile()
212 virtual Metafile* Clone() const in Clone()
218 Metafile *result = new Metafile(cloneImage, lastStatus); in Clone()
301 Metafile(const Metafile&);
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/gdiplus/
H A Dgdiplusmetafile.h33 class Metafile: public Image
69 Metafile(HMETAFILE hWmf,
86 Metafile(const WCHAR *filename): Image(NULL, Ok) in Metafile() function
93 Metafile(const WCHAR *filename, in Metafile() function
103 Metafile(IStream *stream): Image(NULL, Ok) in Metafile() function
176 Metafile(IStream *stream, HDC referenceHdc,
209 virtual ~Metafile() in ~Metafile()
212 virtual Metafile* Clone() const in Clone()
218 Metafile *result = new Metafile(cloneImage, lastStatus); in Clone()
301 Metafile(const Metafile&);
[all …]
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/gdiplus/
H A Dgdiplusmetafile.h38 class Metafile: public Image
74 Metafile(HMETAFILE hWmf,
91 Metafile(const WCHAR *filename): Image(NULL, Ok) in Metafile() function
98 Metafile(const WCHAR *filename, in Metafile() function
108 Metafile(IStream *stream): Image(NULL, Ok) in Metafile() function
181 Metafile(IStream *stream, HDC referenceHdc,
214 virtual ~Metafile() in ~Metafile()
217 virtual Metafile* Clone() const in Clone()
223 Metafile *result = new Metafile(cloneImage, lastStatus); in Clone()
306 Metafile(const Metafile&);
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Drawing.Common/tests/mono/System.Imaging/
H A DMetafileTest.cs54 using (Metafile mf = new Metafile(filename)) in Metafile_String()
55 using (Metafile clone = (Metafile)mf.Clone()) in Metafile_String()
121 using (Metafile mf = new Metafile(fs)) in GetMetafileHeader_FromFileStream_WmfPlaceable()
139 using (Metafile mf = new Metafile(ms)) in GetMetafileHeader_FromMemoryStream_WmfPlaceable()
177 using (Metafile mf = new Metafile(Helpers.GetTestBitmapPath(Emf))) in GetMetafileHeader_FromFile_Emf()
188 using (Metafile mf = new Metafile(fs)) in GetMetafileHeader_FromFileStream_Emf()
200 using (Metafile mf = new Metafile(ms)) in GetMetafileHeader_FromMemoryStream_Emf()
244 Metafile mf = new Metafile(hdc, type); in Metafile_IntPtrEmfType()
264 Metafile mf = new Metafile(hdc, new Rectangle()); in Metafile_IntPtrRectangle_Empty()
283 Metafile mf = new Metafile(hdc, new RectangleF()); in Metafile_IntPtrRectangleF_Empty()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/printing/
H A Dmetafile.cc20 Metafile::Metafile() = default;
22 Metafile::~Metafile() = default;
24 bool Metafile::GetDataAsVector(std::vector<char>* buffer) const { in GetDataAsVector()
33 bool Metafile::SaveTo(base::File* file) const { in SaveTo()
H A Dmetafile.h108 class PRINTING_EXPORT Metafile : public MetafilePlayer {
110 Metafile();
111 ~Metafile() override;
172 DISALLOW_COPY_AND_ASSIGN(Metafile);
H A Dimage.h23 class Metafile; variable
31 explicit Image(const Metafile& metafile);
73 bool LoadMetafile(const Metafile& metafile);
/dports/www/chromium-legacy/chromium-88.0.4324.182/printing/
H A Dmetafile.cc21 Metafile::Metafile() = default;
23 Metafile::~Metafile() = default;
25 bool Metafile::GetDataAsVector(std::vector<char>* buffer) const { in GetDataAsVector()
34 bool Metafile::SaveTo(base::File* file) const { in SaveTo()
H A Dmetafile.h84 class PRINTING_EXPORT Metafile : public MetafilePlayer {
86 Metafile();
87 Metafile(const Metafile&) = delete;
88 Metafile& operator=(const Metafile&) = delete;
89 ~Metafile() override;
H A Dimage.h23 class Metafile; variable
31 explicit Image(const Metafile& metafile);
73 bool LoadMetafile(const Metafile& metafile);
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/extension/internal/
H A Dmetafile-inout.cpp36 Metafile::~Metafile() in ~Metafile()
63 pixel_t * Metafile::pixel_at (bitmap_t * bitmap, int x, int y) in pixel_at()
73 Metafile::my_png_write_data(png_structp png_ptr, png_bytep data, png_size_t length) in my_png_write_data()
90 void Metafile::toPNG(PMEMPNG accum, int width, int height, const char *px){ in toPNG()
177 void Metafile::setViewBoxIfMissing(SPDocument *doc) { in setViewBoxIfMissing()
236 int Metafile::combine_ops_to_livarot(const int op) in combine_ops_to_livarot()
261 uint32_t Metafile::sethexcolor(U_COLORREF color){ in sethexcolor()
274 gchar *Metafile::bad_image_png(){ in bad_image_png()
H A Dmetafile-inout.h59 class Metafile
63 Metafile() = default;
64 ~Metafile() override;
/dports/sysutils/file/file-5.39/magic/Magdir/
H A Dweak11 # Summary: Computer Graphics Metafile
13 #0 beshort&0xffe0 0x0020 binary Computer Graphics Metafile
14 #0 beshort 0x3020 character Computer Graphics Metafile
/dports/sysutils/sleuthkit/sleuthkit-4.7.0/framework/modules/c_FileTypeSigModule/file-5.08/magic/Magdir/
H A Dweak11 # Summary: Computer Graphics Metafile
13 #0 beshort&0xffe0 0x0020 binary Computer Graphics Metafile
14 #0 beshort 0x3020 character Computer Graphics Metafile
/dports/devel/py-magic/file-5.40/magic/Magdir/
H A Dweak11 # Summary: Computer Graphics Metafile
13 #0 beshort&0xffe0 0x0020 binary Computer Graphics Metafile
14 #0 beshort 0x3020 character Computer Graphics Metafile
/dports/graphics/libemf/libemf-1.0.13/
H A DNEWS7 libEMF (aka ECMA-234 Metafile Library) through 1.0.12 is vulnerable to
26 libEMF (aka ECMA-234 Metafile Library) through 1.0.11 allows denial of
37 libEMF (aka ECMA-234 Metafile Library) through 1.0.11 allows denial of
48 libEMF (aka ECMA-234 Metafile Library) through 1.0.11 allows
59 libEMF (aka ECMA-234 Metafile Library) through 1.0.11 allows a
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/
H A Dmsw.py14 Metafile = wx.deprecated(wx.Metafile, 'Metafile has moved to the core wx module.') variable
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/sip/gen/
H A D_msw.sip56 Metafile = wx.deprecated(wx.Metafile, 'Metafile has moved to the core wx module.')

12345678910>>...40