OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetPlatformSurface
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/skia/ext/
platform_canvas.h
148
PlatformSurface
GetPlatformSurface
() { return platform_surface_; }
platform_canvas_unittest.cc
109
HDC dc = scoped_platform_paint.
GetPlatformSurface
();
121
CGContextRef context = scoped_platform_paint.
GetPlatformSurface
();
vector_canvas_unittest.cc
104
HDC context = scoped_platform_paint.
GetPlatformSurface
();
/external/chromium_org/chrome/browser/ui/views/panels/
taskbar_window_thumbnailer_win.cc
194
HDC target_dc = scoped_platform_paint.
GetPlatformSurface
();
/external/chromium_org/ui/gfx/
blit.cc
141
HDC hdc = scoped_platform_paint.
GetPlatformSurface
();
/external/chromium_org/content/child/npapi/
webplugin_delegate_impl_gtk.cc
103
cairo_t* context = scoped_platform_paint.
GetPlatformSurface
();
webplugin_delegate_impl_win.cc
467
HDC hdc = scoped_platform_paint.
GetPlatformSurface
();
[
all
...]
/external/chromium_org/ui/base/clipboard/
clipboard_gtk.cc
542
cairo_t* context = scoped_platform_paint.
GetPlatformSurface
();
clipboard_win.cc
573
HDC dc = scoped_platform_paint.
GetPlatformSurface
();
/external/chromium_org/ui/gfx/image/
image.cc
49
cairo_t* cr = scoped_platform_paint.
GetPlatformSurface
();
/external/chromium_org/ui/native_theme/
native_theme_win.cc
407
HDC hdc = scoped_platform_paint.
GetPlatformSurface
();
[
all
...]
Completed in 337 milliseconds