Searched refs:metafile (Results 1 - 25 of 49) sorted by last modified time

12

/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusFlat.h1913 GDIPCONST GpMetafile * metafile,
1923 GDIPCONST GpMetafile * metafile,
1933 GDIPCONST GpMetafile * metafile,
1943 GDIPCONST GpMetafile * metafile,
1953 GDIPCONST GpMetafile * metafile,
1964 GDIPCONST GpMetafile * metafile,
1975 GDIPCONST GpMetafile * metafile,
1987 GDIPCONST GpMetafile * metafile,
1999 GDIPCONST GpMetafile * metafile,
2011 GDIPCONST GpMetafile * metafile,
[all...]
H A DGdiPlusGraphics.h1925 IN const Metafile * metafile,
1934 (const GpMetafile *)(metafile ? metafile->nativeImage:NULL),
1943 IN const Metafile * metafile,
1952 (const GpMetafile *)(metafile ? metafile->nativeImage:NULL),
1961 IN const Metafile * metafile,
1970 (const GpMetafile *)(metafile ? metafile->nativeImage:NULL),
1979 IN const Metafile * metafile,
1924 EnumerateMetafile( IN const Metafile * metafile, IN const PointF & destPoint, IN EnumerateMetafileProc callback, IN VOID * callbackData = NULL, IN const ImageAttributes * imageAttributes = NULL ) argument
1942 EnumerateMetafile( IN const Metafile * metafile, IN const Point & destPoint, IN EnumerateMetafileProc callback, IN VOID * callbackData = NULL, IN const ImageAttributes * imageAttributes = NULL ) argument
1960 EnumerateMetafile( IN const Metafile * metafile, IN const RectF & destRect, IN EnumerateMetafileProc callback, IN VOID * callbackData = NULL, IN const ImageAttributes * imageAttributes = NULL ) argument
1978 EnumerateMetafile( IN const Metafile * metafile, IN const Rect & destRect, IN EnumerateMetafileProc callback, IN VOID * callbackData = NULL, IN const ImageAttributes * imageAttributes = NULL ) argument
1996 EnumerateMetafile( IN const Metafile * metafile, IN const PointF * destPoints, IN INT count, IN EnumerateMetafileProc callback, IN VOID * callbackData = NULL, IN const ImageAttributes * imageAttributes = NULL ) argument
2016 EnumerateMetafile( IN const Metafile * metafile, IN const Point * destPoints, IN INT count, IN EnumerateMetafileProc callback, IN VOID * callbackData = NULL, IN const ImageAttributes * imageAttributes = NULL ) argument
2036 EnumerateMetafile( IN const Metafile * metafile, IN const PointF & destPoint, IN const RectF & srcRect, IN Unit srcUnit, IN EnumerateMetafileProc callback, IN VOID * callbackData = NULL, IN const ImageAttributes * imageAttributes = NULL ) argument
2058 EnumerateMetafile( IN const Metafile * metafile, IN const Point & destPoint, IN const Rect & srcRect, IN Unit srcUnit, IN EnumerateMetafileProc callback, IN VOID * callbackData = NULL, IN const ImageAttributes * imageAttributes = NULL ) argument
2080 EnumerateMetafile( IN const Metafile * metafile, IN const RectF & destRect, IN const RectF & srcRect, IN Unit srcUnit, IN EnumerateMetafileProc callback, IN VOID * callbackData = NULL, IN const ImageAttributes * imageAttributes = NULL ) argument
2102 EnumerateMetafile( IN const Metafile * metafile, IN const Rect & destRect, IN const Rect & srcRect, IN Unit srcUnit, IN EnumerateMetafileProc callback, IN VOID * callbackData = NULL, IN const ImageAttributes * imageAttributes = NULL ) argument
2124 EnumerateMetafile( IN const Metafile * metafile, IN const PointF * destPoints, IN INT count, IN const RectF & srcRect, IN Unit srcUnit, IN EnumerateMetafileProc callback, IN VOID * callbackData = NULL, IN const ImageAttributes * imageAttributes = NULL ) argument
2148 EnumerateMetafile( IN const Metafile * metafile, IN const Point * destPoints, IN INT count, IN const Rect & srcRect, IN Unit srcUnit, IN EnumerateMetafileProc callback, IN VOID * callbackData = NULL, IN const ImageAttributes * imageAttributes = NULL ) argument
[all...]
H A DGdiPlusMetaFile.h23 // Read a metafile
30 // Playback a metafile from a HMETAFILE
31 // If deleteWmf is TRUE, then when the metafile is deleted,
37 GpMetafile * metafile = NULL; local
39 lastResult = DllExports::GdipCreateMetafileFromWmf(hWmf, deleteWmf, apmFileHeader, &metafile);
41 SetNativeImage(metafile);
44 // Playback a metafile from a HENHMETAFILE
45 // If deleteEmf is TRUE, then when the metafile is deleted,
50 GpMetafile * metafile = NULL; local
52 lastResult = DllExports::GdipCreateMetafileFromEmf(hEmf, deleteEmf, &metafile);
60 GpMetafile * metafile = NULL; local
72 GpMetafile * metafile = NULL; local
82 GpMetafile * metafile = NULL; local
96 GpMetafile * metafile = NULL; local
114 GpMetafile * metafile = NULL; local
132 GpMetafile * metafile = NULL; local
149 GpMetafile * metafile = NULL; local
168 GpMetafile * metafile = NULL; local
187 GpMetafile * metafile = NULL; local
204 GpMetafile * metafile = NULL; local
223 GpMetafile * metafile = NULL; local
242 GpMetafile * metafile = NULL; local
[all...]
/external/chromium_org/printing/
H A Dimage.cc13 #include "printing/metafile.h"
40 Image::Image(const Metafile& metafile) argument
43 LoadMetafile(metafile);
153 PdfMetafileSkia metafile; local
154 if (!metafile.InitFromData(data.data(),
157 return LoadMetafile(metafile);
H A Dimage.h33 // Creates the image from the metafile. Deduces bounds based on bounds in
34 // metafile. If loading fails size().IsEmpty() will be true.
35 explicit Image(const Metafile& metafile);
72 // Construct from metafile. This is kept internal since it's ambiguous what
73 // kind of data is used (png, bmp, metafile etc).
80 bool LoadMetafile(const Metafile& metafile);
H A Dimage_android.cc9 bool Image::LoadMetafile(const Metafile& metafile) { argument
H A Dimage_linux.cc9 bool Image::LoadMetafile(const Metafile& metafile) { argument
H A Dimage_mac.cc10 #include "printing/metafile.h"
15 bool Image::LoadMetafile(const Metafile& metafile) { argument
18 gfx::Rect rect(metafile.GetPageBounds(page_number));
42 metafile.RenderPage(page_number, bitmap_context,
H A Dimage_win.cc10 #include "printing/metafile.h"
52 bool Image::LoadMetafile(const Metafile& metafile) { argument
53 gfx::Rect rect(metafile.GetPageBounds(1));
78 bool success = metafile.Playback(hdc.Get(), NULL);
H A Dmetafile_skia_wrapper.cc23 PdfMetafileSkia* metafile) {
25 if (metafile)
26 wrapper = skia::AdoptRef(new MetafileSkiaWrapper(metafile));
62 MetafileSkiaWrapper::MetafileSkiaWrapper(PdfMetafileSkia* metafile) argument
63 : metafile_(metafile) {
22 SetMetafileOnCanvas(const SkCanvas& canvas, PdfMetafileSkia* metafile) argument
H A Dmetafile_skia_wrapper.h18 // on an SkCanvas. The ownership of the metafile is not affected and it
19 // is the caller's responsibility to ensure that the metafile remains valid
24 PdfMetafileSkia* metafile);
28 // Methods to set and retrieve custom scale factor for metafile from canvas.
33 explicit MetafileSkiaWrapper(PdfMetafileSkia* metafile);
H A Dpdf_metafile_skia.cc209 scoped_ptr<PdfMetafileSkia> metafile; local
212 return metafile.Pass();
216 return metafile.Pass();
222 metafile.reset(new PdfMetafileSkia);
223 if (!metafile->InitFromData(data_copy->bytes(),
225 metafile.reset();
227 return metafile.Pass();
H A Dprint_dialog_gtk_interface.h36 // Prints the document named |document_name| contained in |metafile|.
39 virtual void PrintDocument(const MetafilePlayer& metafile,
H A Dprinted_document.cc59 page->metafile()->SaveTo(&file);
114 scoped_ptr<MetafilePlayer> metafile,
123 new PrintedPage(page_number + 1, metafile.Pass(), paper_size, page_rect));
171 if (metafile_must_be_valid && !itr->second->metafile())
113 SetPage(int page_number, scoped_ptr<MetafilePlayer> metafile, double shrink, const gfx::Size& paper_size, const gfx::Rect& page_rect) argument
H A Dprinted_document.h46 // Sets a page's data. 0-based. Takes metafile ownership.
49 scoped_ptr<MetafilePlayer> metafile,
H A Dprinted_document_linux.cc31 ->PrintDocument(*page.metafile());
H A Dprinted_document_mac.cc32 const MetafilePlayer* metafile = page.metafile(); local
37 metafile->RenderPage(page_number, context, content_area.ToCGRect(), params);
H A Dprinted_document_win.cc73 if (!page.metafile()->SafePlayback(context)) {
H A Dprinted_page.cc10 scoped_ptr<MetafilePlayer> metafile,
14 metafile_(metafile.Pass()),
25 const MetafilePlayer* PrintedPage::metafile() const { function in class:printing::PrintedPage
9 PrintedPage(int page_number, scoped_ptr<MetafilePlayer> metafile, const gfx::Size& page_size, const gfx::Rect& page_content_rect) argument
H A Dprinted_page.h10 #include "printing/metafile.h"
26 scoped_ptr<MetafilePlayer> metafile,
32 const MetafilePlayer* metafile() const;
H A Dprinting.target.darwin-arm.mk36 printing/metafile.cc \
H A Dprinting.target.darwin-arm64.mk36 printing/metafile.cc \
H A Dprinting.target.darwin-mips.mk36 printing/metafile.cc \
H A Dprinting.target.darwin-mips64.mk36 printing/metafile.cc \
H A Dprinting.target.darwin-x86.mk36 printing/metafile.cc \

Completed in 1208 milliseconds

12