HomeSort by relevance Sort by last modified time
    Searched defs:Emf (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/printing/
emf_win.h 33 // Simple wrapper class that manage an EMF data stream and its virtual HDC.
34 class PRINTING_EXPORT Emf : public Metafile {
41 // it in a EMF data stream.
42 Emf();
43 virtual ~Emf();
49 // Initializes the Emf with the data in |metafile_path|.
73 // Saves the EMF data to a file as-is. It is recommended to use the .emf file
92 virtual HENHMETAFILE emf() const OVERRIDE {
101 Emf* RasterizeMetafile(int raster_area_in_pixels) const
    [all...]
emf_win.cc 168 Emf::Emf() : emf_(NULL), hdc_(NULL), page_count_(0) {
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::Playback(HDC hdc, const RECT* rect) const
578 Enumerator& emf = *reinterpret_cast<Enumerator*>(param); local
    [all...]

Completed in 1812 milliseconds