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

  /external/chromium_org/skia/ext/
platform_device_linux.cc 9 PlatformSurface PlatformDevice::BeginPlatformPaint() {
bitmap_platform_device_android.h 45 virtual PlatformSurface BeginPlatformPaint() OVERRIDE;
46 virtual void DrawToNativeContext(PlatformSurface surface, int x, int y,
platform_canvas.h 113 // return NULL PlatformSurface.
120 PlatformSurface context,
134 SK_API PlatformSurface BeginPlatformPaint(SkCanvas* canvas);
147 // Returns the PlatformSurface to use for native platform drawing calls.
148 PlatformSurface GetPlatformSurface() { return platform_surface_; }
151 PlatformSurface platform_surface_;
158 // PlatformBitmap holds a PlatformSurface that can also be used as an SkBitmap.
168 PlatformSurface GetSurface() { return surface_; }
180 PlatformSurface surface_; // initialized to 0
platform_device.h 38 typedef HDC PlatformSurface;
41 typedef void* PlatformSurface;
45 typedef cairo_t* PlatformSurface;
48 typedef CGContextRef PlatformSurface;
111 virtual PlatformSurface BeginPlatformPaint();
121 virtual void DrawToNativeContext(PlatformSurface surface, int x, int y,
vector_platform_device_skia.h 32 virtual PlatformSurface BeginPlatformPaint() OVERRIDE;
46 virtual void DrawToNativeContext(PlatformSurface surface,
vector_platform_device_skia.cc 37 PlatformSurface VectorPlatformDeviceSkia::BeginPlatformPaint() {
82 PlatformSurface surface, int x, int y, const PlatformRect* src_rect) {
bitmap_platform_device_linux.h 95 virtual void DrawToNativeContext(PlatformSurface surface, int x, int y,
bitmap_platform_device_win.h 56 virtual PlatformSurface BeginPlatformPaint() OVERRIDE;
bitmap_platform_device_android.cc 63 PlatformSurface BitmapPlatformDevice::BeginPlatformPaint() {
70 PlatformSurface surface, int x, int y, const PlatformRect* src_rect) {
platform_canvas.cc 21 PlatformSurface BeginPlatformPaint(SkCanvas* canvas) {
35 void DrawToNativeContext(SkCanvas* canvas, PlatformSurface context, int x,
platform_device_win.cc 54 PlatformSurface PlatformDevice::BeginPlatformPaint() {
63 void PlatformDevice::DrawToNativeContext(PlatformSurface surface, int x, int y,
vector_platform_device_emf_win.h 32 virtual PlatformSurface BeginPlatformPaint() OVERRIDE;
bitmap_platform_device_linux.cc 168 PlatformSurface surface, int x, int y, const PlatformRect* src_rect) {

Completed in 1910 milliseconds