Home
last modified time | relevance | path

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

12

/external/chromium_org/printing/
Dmetafile_skia_wrapper.h15 class Metafile; variable
23 static void SetMetafileOnCanvas(const SkCanvas& canvas, Metafile* metafile);
25 static Metafile* GetMetafileFromCanvas(const SkCanvas& canvas);
32 explicit MetafileSkiaWrapper(Metafile* metafile);
34 Metafile* metafile_;
Dprinted_page.h26 Metafile* metafile,
33 const Metafile* metafile() const;
52 const scoped_ptr<Metafile> metafile_;
Dmetafile_skia_wrapper.cc23 Metafile* metafile) { in SetMetafileOnCanvas()
33 Metafile* MetafileSkiaWrapper::GetMetafileFromCanvas(const SkCanvas& canvas) { in GetMetafileFromCanvas()
61 MetafileSkiaWrapper::MetafileSkiaWrapper(Metafile* metafile) in MetafileSkiaWrapper()
Dimage.h22 class Metafile; variable
35 explicit Image(const Metafile& metafile);
80 bool LoadMetafile(const Metafile& metafile);
Dprint_dialog_gtk_interface.h14 class Metafile; variable
39 virtual void PrintDocument(const Metafile* metafile,
Dprinted_document_mac.cc32 const Metafile* metafile = page.metafile(); in RenderPrintedPage()
35 struct Metafile::MacRenderPageParams params; in RenderPrintedPage()
Dimage_mac.cc15 bool Image::LoadMetafile(const Metafile& metafile) { in LoadMetafile()
40 struct Metafile::MacRenderPageParams params; in LoadMetafile()
Dprinted_page.cc10 Metafile* metafile, in PrintedPage()
24 const Metafile* PrintedPage::metafile() const { in metafile()
Dprinting_context_gtk.h18 class Metafile; variable
32 void PrintDocument(const Metafile* metafile);
Dmetafile.h42 class PRINTING_EXPORT Metafile {
75 virtual ~Metafile() {} in ~Metafile()
Dprinted_document.h23 class Metafile; variable
45 void SetPage(int page_number, Metafile* metafile, double shrink,
Dimage_linux.cc9 bool Image::LoadMetafile(const Metafile& metafile) { in LoadMetafile()
Dimage_android.cc9 bool Image::LoadMetafile(const Metafile& metafile) { in LoadMetafile()
Dimage_win.cc52 bool Image::LoadMetafile(const Metafile& metafile) { in LoadMetafile()
Dpdf_metafile_cg_mac.h29 class PRINTING_EXPORT PdfMetafileCg : public Metafile {
Dpdf_metafile_skia.h23 class PRINTING_EXPORT PdfMetafileSkia : public Metafile {
/external/chromium/chrome/browser/printing/
Dprint_dialog_gtk.h25 class Metafile; variable
46 virtual void PrintDocument(const printing::Metafile* metafile,
62 void SaveDocumentToDisk(const printing::Metafile* metafile,
Dprint_dialog_gtk.cc220 void PrintDialogGtk::PrintDocument(const printing::Metafile* metafile, in PrintDocument()
307 void PrintDialogGtk::SaveDocumentToDisk(const printing::Metafile* metafile, in SaveDocumentToDisk()
/external/chromium_org/android_webview/renderer/
Dprint_web_view_helper.h242 Metafile* metafile);
259 Metafile* metafile,
268 Metafile* metafile,
286 bool CopyMetafileDataToSharedMem(Metafile* metafile,
344 bool PreviewPageRendered(int page_number, Metafile* metafile);
Dprint_web_view_helper_linux.cc37 scoped_ptr<Metafile> draft_metafile; in RenderPreviewPage()
38 Metafile* initial_render_metafile = print_preview_context_.metafile(); in RenderPreviewPage()
157 Metafile* metafile) { in PrintPageInternal()
/external/chromium_org/chrome/renderer/printing/
Dprint_web_view_helper.h240 Metafile* metafile);
257 Metafile* metafile,
266 Metafile* metafile,
284 bool CopyMetafileDataToSharedMem(Metafile* metafile,
342 bool PreviewPageRendered(int page_number, Metafile* metafile);
Dprint_web_view_helper_win.cc97 scoped_ptr<Metafile> draft_metafile; in RenderPreviewPage()
98 Metafile* initial_render_metafile = print_preview_context_.metafile(); in RenderPreviewPage()
124 bool is_preview, Metafile* metafile, double* actual_shrink, in RenderPage()
221 Metafile* metafile, base::SharedMemoryHandle* shared_mem_handle) { in CopyMetafileDataToSharedMem()
Dprint_web_view_helper_linux.cc35 scoped_ptr<Metafile> draft_metafile; in RenderPreviewPage()
36 Metafile* initial_render_metafile = print_preview_context_.metafile(); in RenderPreviewPage()
155 Metafile* metafile) { in PrintPageInternal()
Dprint_web_view_helper_mac.mm61 scoped_ptr<Metafile> draft_metafile;
62 Metafile* initial_render_metafile = print_preview_context_.metafile();
100 bool is_preview, Metafile* metafile, gfx::Size* page_size,
/external/chromium_org/chrome/browser/printing/
Dprint_dialog_gtk.h21 class Metafile; variable
44 virtual void PrintDocument(const printing::Metafile* metafile,

12