Searched refs:SupportsPlatformPaint (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/skia/ext/
H A Dplatform_canvas.cc16 bool SupportsPlatformPaint(const SkCanvas* canvas) { function in namespace:skia
18 return platform_device && platform_device->SupportsPlatformPaint();
H A Dvector_platform_device_skia.h29 virtual bool SupportsPlatformPaint() OVERRIDE;
H A Dplatform_device.cc76 bool PlatformDevice::SupportsPlatformPaint() { function in class:skia::PlatformDevice
H A Dvector_platform_device_skia.cc33 bool VectorPlatformDeviceSkia::SupportsPlatformPaint() { function in class:skia::VectorPlatformDeviceSkia
H A Dplatform_canvas.h114 SK_API bool SupportsPlatformPaint(const SkCanvas* canvas);
H A Dplatform_device.h125 virtual bool SupportsPlatformPaint();
/external/chromium_org/ui/gfx/
H A Dblit.cc111 DCHECK(skia::SupportsPlatformPaint(dst_canvas));
121 DCHECK(skia::SupportsPlatformPaint(src_canvas));
131 DCHECK(skia::SupportsPlatformPaint(dst_canvas));
132 DCHECK(skia::SupportsPlatformPaint(src_canvas));
146 if (skia::SupportsPlatformPaint(canvas)) {
/external/chromium_org/ui/native_theme/
H A Dnative_theme_win.cc283 if (!skia::SupportsPlatformPaint(canvas)) {
665 DCHECK(skia::SupportsPlatformPaint(&offscreen_canvas));
/external/chromium_org/content/renderer/pepper/
H A Dpepper_graphics_2d_host.cc361 if (!skia::SupportsPlatformPaint(canvas))
/external/chromium_org/content/child/npapi/
H A Dwebplugin_delegate_impl_win.cc458 if (windowless_ && skia::SupportsPlatformPaint(canvas)) {

Completed in 531 milliseconds