Home
last modified time | relevance | path

Searched refs:PlatformSurface (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/skia/ext/
Dplatform_device.h37 typedef HDC PlatformSurface; typedef
40 typedef cairo_t* PlatformSurface; typedef
43 typedef CGContextRef PlatformSurface; typedef
46 typedef void* PlatformSurface; typedef
111 virtual PlatformSurface BeginPlatformPaint();
121 virtual void DrawToNativeContext(PlatformSurface surface, int x, int y,
Dplatform_canvas.h120 PlatformSurface context,
134 SK_API PlatformSurface BeginPlatformPaint(SkCanvas* canvas);
148 PlatformSurface GetPlatformSurface() { return platform_surface_; } in GetPlatformSurface()
151 PlatformSurface platform_surface_;
168 PlatformSurface GetSurface() { return surface_; } in GetSurface()
180 PlatformSurface surface_; // initialized to 0
Dbitmap_platform_device_skia.h45 virtual PlatformSurface BeginPlatformPaint() OVERRIDE;
46 virtual void DrawToNativeContext(PlatformSurface surface, int x, int y,
Dvector_platform_device_skia.h31 virtual PlatformSurface BeginPlatformPaint() OVERRIDE;
45 virtual void DrawToNativeContext(PlatformSurface surface,
Dvector_platform_device_skia.cc37 PlatformSurface VectorPlatformDeviceSkia::BeginPlatformPaint() { in BeginPlatformPaint()
82 PlatformSurface surface, int x, int y, const PlatformRect* src_rect) { in DrawToNativeContext()
Dplatform_canvas.cc21 PlatformSurface BeginPlatformPaint(SkCanvas* canvas) { in BeginPlatformPaint()
35 void DrawToNativeContext(SkCanvas* canvas, PlatformSurface context, int x, in DrawToNativeContext()
Dbitmap_platform_device_skia.cc63 PlatformSurface BitmapPlatformDevice::BeginPlatformPaint() { in BeginPlatformPaint()
70 PlatformSurface surface, int x, int y, const PlatformRect* src_rect) { in DrawToNativeContext()
Dplatform_device_linux.cc9 PlatformSurface PlatformDevice::BeginPlatformPaint() { in BeginPlatformPaint()
Dplatform_device_win.cc54 PlatformSurface PlatformDevice::BeginPlatformPaint() { in BeginPlatformPaint()
63 void PlatformDevice::DrawToNativeContext(PlatformSurface surface, int x, int y, in DrawToNativeContext()
Dbitmap_platform_device_cairo.h92 virtual void DrawToNativeContext(PlatformSurface surface, int x, int y,
Dbitmap_platform_device_win.h54 virtual PlatformSurface BeginPlatformPaint() OVERRIDE;
Dvector_platform_device_emf_win.h34 virtual PlatformSurface BeginPlatformPaint() OVERRIDE;
Dbitmap_platform_device_cairo.cc201 PlatformSurface surface, int x, int y, const PlatformRect* src_rect) { in DrawToNativeContext()