Home | History | Annotate | Download | only in utility

Lines Matching defs:metafile

371       printing::Emf metafile;
372 metafile.InitToFile(metafile_path.InsertBeforeExtensionASCII(
376 // Current metafile is based on screen DC and have current screen size.
382 *scale_factor = gfx::CalculatePageScale(metafile.context(),
385 gfx::ScaleDC(metafile.context(), *scale_factor);
387 // The underlying metafile is of type Emf and ignores the arguments passed
389 metafile.StartPage(gfx::Size(), gfx::Rect(), 1);
391 &buffer.front(), buffer.size(), page_number, metafile.context(),
400 metafile.FinishPage();
401 metafile.FinishDocument();