Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2157)

Unified Diff: ui/gfx/gdi_util.h

Issue 12340015: [CLOSED] Big patch. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/compositor/compositor_switches.cc ('k') | ui/gfx/gdi_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/gdi_util.h
diff --git a/ui/gfx/gdi_util.h b/ui/gfx/gdi_util.h
index 6d6d11a35f6d0f29fb511748ed8075be705cebac..fdf6a67bf20d9755dbfeb55d2eceff808dac933a 100644
--- a/ui/gfx/gdi_util.h
+++ b/ui/gfx/gdi_util.h
@@ -43,6 +43,11 @@ UI_EXPORT double CalculatePageScale(HDC dc, int page_width, int page_height);
// Apply scaling to the DC.
UI_EXPORT bool ScaleDC(HDC dc, double scale_factor);
+UI_EXPORT void StretchDIBits(HDC hdc,
+ int dest_x, int dest_y, int dest_w, int dest_h,
+ int src_x, int src_y, int src_w, int src_h,
+ void* pixels, const BITMAPINFO* bitmap_info);
+
} // namespace gfx
#endif // UI_GFX_GDI_UTIL_H_
« no previous file with comments | « ui/compositor/compositor_switches.cc ('k') | ui/gfx/gdi_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698