Lines Matching refs:HDC
33 // Simple wrapper class that manage an EMF data stream and its virtual HDC.
40 // Generates a virtual HDC that will record every GDI commands and compile
85 virtual HDC context() const OVERRIDE {
89 virtual bool Playback(HDC hdc, const RECT* rect) const OVERRIDE;
90 virtual bool SafePlayback(HDC hdc) const OVERRIDE;
116 static int CALLBACK SafePlaybackProc(HDC hdc,
125 // Valid when generating EMF data through a virtual HDC.
126 HDC hdc_;
138 HDC hdc;
174 // Enumerates the records at construction time. |hdc| and |rect| are
177 Enumerator(const Emf& emf, HDC hdc, const RECT* rect);
189 static int CALLBACK EnhMetaFileProc(HDC hdc,