Searched defs:Emf (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/printing/
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.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...]

Completed in 112 milliseconds