Home
last modified time | relevance | path

Searched refs:GetPlatformSurface (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/skia/ext/
Dplatform_canvas.h148 PlatformSurface GetPlatformSurface() { return platform_surface_; } in GetPlatformSurface() function
Dplatform_canvas_unittest.cc109 HDC dc = scoped_platform_paint.GetPlatformSurface(); in DrawNativeRect()
121 CGContextRef context = scoped_platform_paint.GetPlatformSurface(); in DrawNativeRect()
Dvector_canvas_unittest.cc104 HDC context = scoped_platform_paint.GetPlatformSurface(); in Image()
/external/chromium_org/chrome/browser/ui/views/panels/
Dtaskbar_window_thumbnailer_win.cc194 HDC target_dc = scoped_platform_paint.GetPlatformSurface(); in CaptureWindowImage()
/external/chromium_org/ui/gfx/
Dblit.cc141 HDC hdc = scoped_platform_paint.GetPlatformSurface(); in ScrollCanvas()
/external/chromium_org/ui/base/clipboard/
Dclipboard_gtk.cc542 cairo_t* context = scoped_platform_paint.GetPlatformSurface(); in ReadImage()
Dclipboard_win.cc573 HDC dc = scoped_platform_paint.GetPlatformSurface(); in ReadImage()
/external/chromium_org/content/child/npapi/
Dwebplugin_delegate_impl_gtk.cc103 cairo_t* context = scoped_platform_paint.GetPlatformSurface(); in Paint()
Dwebplugin_delegate_impl_win.cc467 HDC hdc = scoped_platform_paint.GetPlatformSurface(); in Paint()
/external/chromium_org/ui/gfx/image/
Dimage.cc49 cairo_t* cr = scoped_platform_paint.GetPlatformSurface(); in ImageSkiaFromGdkPixbuf()
/external/chromium_org/ui/native_theme/
Dnative_theme_win.cc407 HDC hdc = scoped_platform_paint.GetPlatformSurface(); in PaintDirect()