Searched refs:SupportsPlatformPaint (Results 1 – 11 of 11) sorted by relevance
104 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()
16 bool SupportsPlatformPaint(const SkCanvas* canvas) { in SupportsPlatformPaint() function18 return platform_device && platform_device->SupportsPlatformPaint(); in SupportsPlatformPaint()
29 virtual bool SupportsPlatformPaint() OVERRIDE;
33 bool VectorPlatformDeviceSkia::SupportsPlatformPaint() { in SupportsPlatformPaint() function in skia::VectorPlatformDeviceSkia
76 bool PlatformDevice::SupportsPlatformPaint() { in SupportsPlatformPaint() function in skia::PlatformDevice
125 virtual bool SupportsPlatformPaint();
114 SK_API bool SupportsPlatformPaint(const SkCanvas* canvas);
100 if (!windowless_ || !skia::SupportsPlatformPaint(canvas)) in Paint()
465 if (windowless_ && skia::SupportsPlatformPaint(canvas)) { in Paint()
383 if (!skia::SupportsPlatformPaint(canvas)) in Paint()
304 if (!skia::SupportsPlatformPaint(canvas)) { in Paint()613 DCHECK(skia::SupportsPlatformPaint(&offscreen_canvas)); in PaintIndirect()