Searched refs:metafile (Results 26 - 49 of 49) sorted by path

12

/external/chromium_org/printing/
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 \
H A Dprinting.target.darwin-x86_64.mk36 printing/metafile.cc \
H A Dprinting.target.linux-arm.mk36 printing/metafile.cc \
H A Dprinting.target.linux-arm64.mk36 printing/metafile.cc \
H A Dprinting.target.linux-mips.mk36 printing/metafile.cc \
H A Dprinting.target.linux-mips64.mk36 printing/metafile.cc \
H A Dprinting.target.linux-x86.mk36 printing/metafile.cc \
H A Dprinting.target.linux-x86_64.mk36 printing/metafile.cc \
H A Dprinting_context_linux.cc9 #include "printing/metafile.h"
62 void PrintingContextLinux::PrintDocument(const MetafilePlayer& metafile) { argument
64 print_dialog_->PrintDocument(metafile, document_name_);
H A Dprinting_context_linux.h36 // Prints the document contained in |metafile|.
37 void PrintDocument(const MetafilePlayer& metafile);
/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...]

Completed in 544 milliseconds

12