Searched refs:Emf (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/printing/
H A Dmetafile_impl.h17 typedef Emf NativeMetafile;
H A Demf_win.cc168 Emf::Emf() : emf_(NULL), hdc_(NULL), page_count_(0) { function in class:printing::Emf
171 Emf::~Emf() {
177 bool Emf::InitToFile(const base::FilePath& metafile_path) {
184 bool Emf::InitFromFile(const base::FilePath& metafile_path) {
191 bool Emf::Init() {
198 bool Emf::InitFromData(const void* src_buffer, uint32 src_buffer_size) {
205 bool Emf::FinishDocument() {
213 bool Emf
[all...]
H A Demf_win.h34 class PRINTING_EXPORT Emf : public Metafile { class in namespace:printing
42 Emf();
43 virtual ~Emf();
49 // Initializes the Emf with the data in |metafile_path|.
101 Emf* RasterizeMetafile(int raster_area_in_pixels) const;
105 Emf* RasterizeAlphaBlend() const;
130 DISALLOW_COPY_AND_ASSIGN(Emf);
133 struct Emf::EnumerationContext {
143 // One EMF record. It keeps pointers to the EMF buffer held by Emf::emf_.
144 // The entries become invalid once Emf
[all...]
H A Demf_win_unittest.cc53 Emf emf;
66 Emf emf;
96 Emf emf;
109 Emf::Enumerator emf_enum(emf, context->context(),
111 for (Emf::Enumerator::const_iterator itr = emf_enum.begin();
135 Emf emf;
157 Emf emf;
180 Emf emf;
198 Emf emf;
206 Emf em
[all...]
/external/chromium_org/chrome/service/
H A Dservice_utility_process_host.h33 class Emf;
57 const printing::Emf& metafile,
H A Dservice_utility_process_host.cc382 printing::Emf metafile;
/external/chromium_org/chrome/browser/printing/
H A Dprint_view_manager_base.cc142 scoped_ptr<printing::Emf> metafile(new printing::Emf);
/external/chromium_org/chrome/utility/
H A Dprinting_handler.cc371 printing::Emf metafile;
387 // The underlying metafile is of type Emf and ignores the arguments passed
/external/chromium_org/chrome/service/cloud_print/
H A Dprint_system_win.cc341 const printing::Emf& metafile,

Completed in 174 milliseconds