Home
last modified time | relevance | path

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

/external/chromium_org/ui/gfx/
Dblit.cc104 DCHECK(skia::SupportsPlatformPaint(dst_canvas)); in BlitContextToCanvas()
114 DCHECK(skia::SupportsPlatformPaint(src_canvas)); in BlitCanvasToContext()
124 DCHECK(skia::SupportsPlatformPaint(dst_canvas)); in BlitCanvasToCanvas()
125 DCHECK(skia::SupportsPlatformPaint(src_canvas)); in BlitCanvasToCanvas()
139 if (skia::SupportsPlatformPaint(canvas)) { in ScrollCanvas()
/external/chromium_org/skia/ext/
Dplatform_canvas.cc16 bool SupportsPlatformPaint(const SkCanvas* canvas) { in SupportsPlatformPaint() function
18 return platform_device && platform_device->SupportsPlatformPaint(); in SupportsPlatformPaint()
Dvector_platform_device_skia.h29 virtual bool SupportsPlatformPaint() OVERRIDE;
Dvector_platform_device_skia.cc33 bool VectorPlatformDeviceSkia::SupportsPlatformPaint() { in SupportsPlatformPaint() function in skia::VectorPlatformDeviceSkia
Dplatform_device.cc76 bool PlatformDevice::SupportsPlatformPaint() { in SupportsPlatformPaint() function in skia::PlatformDevice
Dplatform_device.h125 virtual bool SupportsPlatformPaint();
Dplatform_canvas.h114 SK_API bool SupportsPlatformPaint(const SkCanvas* canvas);
/external/chromium_org/content/child/npapi/
Dwebplugin_delegate_impl_gtk.cc100 if (!windowless_ || !skia::SupportsPlatformPaint(canvas)) in Paint()
Dwebplugin_delegate_impl_win.cc465 if (windowless_ && skia::SupportsPlatformPaint(canvas)) { in Paint()
/external/chromium_org/content/renderer/pepper/
Dpepper_graphics_2d_host.cc383 if (!skia::SupportsPlatformPaint(canvas)) in Paint()
/external/chromium_org/ui/native_theme/
Dnative_theme_win.cc304 if (!skia::SupportsPlatformPaint(canvas)) { in Paint()
613 DCHECK(skia::SupportsPlatformPaint(&offscreen_canvas)); in PaintIndirect()