OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SupportsPlatformPaint
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/skia/ext/
vector_platform_device_skia.h
30
virtual bool
SupportsPlatformPaint
() OVERRIDE;
platform_canvas.cc
16
bool
SupportsPlatformPaint
(const SkCanvas* canvas) {
18
return platform_device && platform_device->
SupportsPlatformPaint
();
platform_device.cc
76
bool PlatformDevice::
SupportsPlatformPaint
() {
vector_platform_device_skia.cc
33
bool VectorPlatformDeviceSkia::
SupportsPlatformPaint
() {
platform_canvas.h
114
SK_API bool
SupportsPlatformPaint
(const SkCanvas* canvas);
platform_device.h
125
virtual bool
SupportsPlatformPaint
();
/external/chromium_org/ui/gfx/
blit.cc
102
DCHECK(skia::
SupportsPlatformPaint
(dst_canvas));
112
DCHECK(skia::
SupportsPlatformPaint
(src_canvas));
122
DCHECK(skia::
SupportsPlatformPaint
(dst_canvas));
123
DCHECK(skia::
SupportsPlatformPaint
(src_canvas));
137
if (skia::
SupportsPlatformPaint
(canvas)) {
/external/chromium_org/content/child/npapi/
webplugin_delegate_impl_gtk.cc
100
if (!windowless_ || !skia::
SupportsPlatformPaint
(canvas))
webplugin_delegate_impl_win.cc
444
if (windowless_ && skia::
SupportsPlatformPaint
(canvas)) {
[
all
...]
/external/chromium_org/content/renderer/pepper/
pepper_graphics_2d_host.cc
363
if (!skia::
SupportsPlatformPaint
(canvas))
/external/chromium_org/ui/native_theme/
native_theme_win.cc
304
if (!skia::
SupportsPlatformPaint
(canvas)) {
613
DCHECK(skia::
SupportsPlatformPaint
(&offscreen_canvas));
[
all
...]
Completed in 883 milliseconds