HomeSort by relevance Sort by last modified time
    Searched refs:SupportsPlatformPaint (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/skia/ext/
platform_canvas.cc 16 bool SupportsPlatformPaint(const SkCanvas* canvas) {
18 return platform_device && platform_device->SupportsPlatformPaint();
vector_platform_device_skia.h 29 virtual bool SupportsPlatformPaint() OVERRIDE;
platform_device.cc 76 bool PlatformDevice::SupportsPlatformPaint() {
vector_platform_device_skia.cc 33 bool VectorPlatformDeviceSkia::SupportsPlatformPaint() {
platform_device.h 125 virtual bool SupportsPlatformPaint();
platform_canvas.h 114 SK_API bool SupportsPlatformPaint(const SkCanvas* canvas);
  /external/chromium_org/ui/gfx/
blit.cc 111 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/
native_theme_win.cc 304 if (!skia::SupportsPlatformPaint(canvas)) {
670 DCHECK(skia::SupportsPlatformPaint(&offscreen_canvas));
    [all...]
  /external/chromium_org/content/renderer/pepper/
pepper_graphics_2d_host.cc 361 if (!skia::SupportsPlatformPaint(canvas))
  /external/chromium_org/content/child/npapi/
webplugin_delegate_impl_win.cc 458 if (windowless_ && skia::SupportsPlatformPaint(canvas)) {
    [all...]

Completed in 159 milliseconds