BeginPlatformPaint   83 content/browser/compositor/software_output_device_win.cc     HDC dib_dc = skia::BeginPlatformPaint(canvas);
BeginPlatformPaint 1911 content/renderer/pepper/pepper_plugin_instance_impl.cc     HDC dc = skia::BeginPlatformPaint(canvas);
BeginPlatformPaint   91 skia/ext/bitmap_platform_device_cairo.h   virtual cairo_t* BeginPlatformPaint() OVERRIDE;
BeginPlatformPaint   45 skia/ext/bitmap_platform_device_skia.h   virtual PlatformSurface BeginPlatformPaint() OVERRIDE;
BeginPlatformPaint  212 skia/ext/bitmap_platform_device_win.cc   HDC source_dc = BeginPlatformPaint();
BeginPlatformPaint   54 skia/ext/bitmap_platform_device_win.h   virtual PlatformSurface BeginPlatformPaint() OVERRIDE;
BeginPlatformPaint   24 skia/ext/platform_canvas.cc     return platform_device->BeginPlatformPaint();
BeginPlatformPaint  134 skia/ext/platform_canvas.h SK_API PlatformSurface BeginPlatformPaint(SkCanvas* canvas);
BeginPlatformPaint  143 skia/ext/platform_canvas.h     platform_surface_ = BeginPlatformPaint(canvas);
BeginPlatformPaint  111 skia/ext/platform_device.h   virtual PlatformSurface BeginPlatformPaint();
BeginPlatformPaint  199 skia/ext/vector_platform_device_emf_win.cc   HDC dc = BeginPlatformPaint();
BeginPlatformPaint  240 skia/ext/vector_platform_device_emf_win.cc   HDC dc = BeginPlatformPaint();
BeginPlatformPaint  932 skia/ext/vector_platform_device_emf_win.cc   HDC dc = BeginPlatformPaint();
BeginPlatformPaint   34 skia/ext/vector_platform_device_emf_win.h   virtual PlatformSurface BeginPlatformPaint() OVERRIDE;
BeginPlatformPaint   46 skia/ext/vector_platform_device_skia.cc   return raster_surface_->BeginPlatformPaint();
BeginPlatformPaint   31 skia/ext/vector_platform_device_skia.h   virtual PlatformSurface BeginPlatformPaint() OVERRIDE;
BeginPlatformPaint  105 ui/gfx/blit.cc   BlitContextToContext(skia::BeginPlatformPaint(dst_canvas), dst_rect,
BeginPlatformPaint  116 ui/gfx/blit.cc                        skia::BeginPlatformPaint(src_canvas), src_origin);
BeginPlatformPaint  126 ui/gfx/blit.cc   BlitContextToContext(skia::BeginPlatformPaint(dst_canvas), dst_rect,
BeginPlatformPaint  127 ui/gfx/blit.cc                        skia::BeginPlatformPaint(src_canvas), src_origin);
BeginPlatformPaint  535 ui/gfx/canvas.cc   return skia::BeginPlatformPaint(canvas_);
BeginPlatformPaint  395 ui/gfx/canvas.h   NativeDrawingContext BeginPlatformPaint();
BeginPlatformPaint   65 ui/gfx/canvas_paint_gtk.cc   context_ = skia::BeginPlatformPaint(canvas);
BeginPlatformPaint  102 ui/gfx/canvas_paint_gtk.cc   context_ = skia::BeginPlatformPaint(platform_canvas());
BeginPlatformPaint 1220 ui/views/win/hwnd_message_handler.cc   HDC dib_dc = skia::BeginPlatformPaint(layered_window_contents_->sk_canvas());