SupportsPlatformPaint  100 content/child/npapi/webplugin_delegate_impl_gtk.cc   if (!windowless_ || !skia::SupportsPlatformPaint(canvas))
SupportsPlatformPaint  458 content/child/npapi/webplugin_delegate_impl_win.cc   if (windowless_ && skia::SupportsPlatformPaint(canvas)) {
SupportsPlatformPaint  372 content/renderer/pepper/pepper_graphics_2d_host.cc   if (!skia::SupportsPlatformPaint(canvas))
SupportsPlatformPaint   18 skia/ext/platform_canvas.cc   return platform_device && platform_device->SupportsPlatformPaint();
SupportsPlatformPaint  114 skia/ext/platform_canvas.h SK_API bool SupportsPlatformPaint(const SkCanvas* canvas);
SupportsPlatformPaint  125 skia/ext/platform_device.h   virtual bool SupportsPlatformPaint();
SupportsPlatformPaint   29 skia/ext/vector_platform_device_skia.h   virtual bool SupportsPlatformPaint() OVERRIDE;
SupportsPlatformPaint  104 ui/gfx/blit.cc   DCHECK(skia::SupportsPlatformPaint(dst_canvas));
SupportsPlatformPaint  114 ui/gfx/blit.cc   DCHECK(skia::SupportsPlatformPaint(src_canvas));
SupportsPlatformPaint  124 ui/gfx/blit.cc   DCHECK(skia::SupportsPlatformPaint(dst_canvas));
SupportsPlatformPaint  125 ui/gfx/blit.cc   DCHECK(skia::SupportsPlatformPaint(src_canvas));
SupportsPlatformPaint  139 ui/gfx/blit.cc   if (skia::SupportsPlatformPaint(canvas)) {
SupportsPlatformPaint  311 ui/native_theme/native_theme_win.cc   if (!skia::SupportsPlatformPaint(canvas)) {
SupportsPlatformPaint  674 ui/native_theme/native_theme_win.cc   DCHECK(skia::SupportsPlatformPaint(&offscreen_canvas));