Lines Matching refs:Metafile
22 class Metafile : public Image
25 Metafile(HDC referenceHdc, EmfType type = EmfTypeEmfPlusDual, const WCHAR *description = NULL)
33 Metafile(const WCHAR *filename) in Metafile() function
40 Metafile(
52 …Metafile(HMETAFILE hWmf, const WmfPlaceableFileHeader *wmfPlaceableFileHeader, BOOL deleteWmf = FA…
59 Metafile(
73 Metafile(
86 …Metafile(IStream *stream, HDC referenceHdc, EmfType type = EmfTypeEmfPlusDual, const WCHAR *descri…
94 Metafile(
107 Metafile(
121 Metafile(
133 Metafile(IStream *stream) in Metafile() function
140 Metafile(HENHMETAFILE hEmf, BOOL deleteEmf = FALSE)
147 Metafile(
243 getNat(const Metafile *metafile) in getNat()
245 return reinterpret_cast<GpMetafile *&>(const_cast<Metafile *>(metafile)->nativeImage); in getNat()