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() {
platform_device.h 37 typedef HDC PlatformSurface;
40 typedef cairo_t* PlatformSurface;
43 typedef CGContextRef PlatformSurface;
46 typedef void* PlatformSurface;
111 virtual PlatformSurface BeginPlatformPaint();
121 virtual void DrawToNativeContext(PlatformSurface surface, int x, int y,
bitmap_platform_device_skia.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
vector_platform_device_skia.h 31 virtual PlatformSurface BeginPlatformPaint() OVERRIDE;
45 virtual void DrawToNativeContext(PlatformSurface surface,
platform_canvas.cc 21 PlatformSurface BeginPlatformPaint(SkCanvas* canvas) {
35 void DrawToNativeContext(SkCanvas* canvas, PlatformSurface context, int x,
vector_platform_device_skia.cc 37 PlatformSurface VectorPlatformDeviceSkia::BeginPlatformPaint() {
82 PlatformSurface surface, int x, int y, const PlatformRect* src_rect) {
bitmap_platform_device_cairo.h 92 virtual void DrawToNativeContext(PlatformSurface surface, int x, int y,
bitmap_platform_device_skia.cc 61 PlatformSurface BitmapPlatformDevice::BeginPlatformPaint() {
68 PlatformSurface surface, int x, int y, const PlatformRect* src_rect) {
bitmap_platform_device_win.h 54 virtual PlatformSurface BeginPlatformPaint() OVERRIDE;
platform_device_win.cc 54 PlatformSurface PlatformDevice::BeginPlatformPaint() {
63 void PlatformDevice::DrawToNativeContext(PlatformSurface surface, int x, int y,
vector_platform_device_emf_win.h 34 virtual PlatformSurface BeginPlatformPaint() OVERRIDE;
bitmap_platform_device_cairo.cc 189 PlatformSurface surface, int x, int y, const PlatformRect* src_rect) {

Completed in 59 milliseconds