Searched refs:PlatformSurface (Results 1 – 13 of 13) sorted by relevance
/external/chromium_org/skia/ext/ |
D | platform_device.h | 37 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,
|
D | platform_canvas.h | 120 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
|
D | bitmap_platform_device_skia.h | 45 virtual PlatformSurface BeginPlatformPaint() OVERRIDE; 46 virtual void DrawToNativeContext(PlatformSurface surface, int x, int y,
|
D | vector_platform_device_skia.h | 31 virtual PlatformSurface BeginPlatformPaint() OVERRIDE; 45 virtual void DrawToNativeContext(PlatformSurface surface,
|
D | vector_platform_device_skia.cc | 37 PlatformSurface VectorPlatformDeviceSkia::BeginPlatformPaint() { in BeginPlatformPaint() 82 PlatformSurface surface, int x, int y, const PlatformRect* src_rect) { in DrawToNativeContext()
|
D | platform_canvas.cc | 21 PlatformSurface BeginPlatformPaint(SkCanvas* canvas) { in BeginPlatformPaint() 35 void DrawToNativeContext(SkCanvas* canvas, PlatformSurface context, int x, in DrawToNativeContext()
|
D | bitmap_platform_device_skia.cc | 63 PlatformSurface BitmapPlatformDevice::BeginPlatformPaint() { in BeginPlatformPaint() 70 PlatformSurface surface, int x, int y, const PlatformRect* src_rect) { in DrawToNativeContext()
|
D | platform_device_linux.cc | 9 PlatformSurface PlatformDevice::BeginPlatformPaint() { in BeginPlatformPaint()
|
D | platform_device_win.cc | 54 PlatformSurface PlatformDevice::BeginPlatformPaint() { in BeginPlatformPaint() 63 void PlatformDevice::DrawToNativeContext(PlatformSurface surface, int x, int y, in DrawToNativeContext()
|
D | bitmap_platform_device_cairo.h | 92 virtual void DrawToNativeContext(PlatformSurface surface, int x, int y,
|
D | bitmap_platform_device_win.h | 54 virtual PlatformSurface BeginPlatformPaint() OVERRIDE;
|
D | vector_platform_device_emf_win.h | 34 virtual PlatformSurface BeginPlatformPaint() OVERRIDE;
|
D | bitmap_platform_device_cairo.cc | 201 PlatformSurface surface, int x, int y, const PlatformRect* src_rect) { in DrawToNativeContext()
|