Home
last modified time | relevance | path

Searched refs:BeginPlatformPaint (Results 1 – 22 of 22) sorted by relevance

/external/chromium_org/ui/gfx/
Dblit.cc112 BlitContextToContext(skia::BeginPlatformPaint(dst_canvas), dst_rect, in BlitContextToCanvas()
123 skia::BeginPlatformPaint(src_canvas), src_origin); in BlitCanvasToContext()
133 BlitContextToContext(skia::BeginPlatformPaint(dst_canvas), dst_rect, in BlitCanvasToCanvas()
134 skia::BeginPlatformPaint(src_canvas), src_origin); in BlitCanvasToCanvas()
Dcanvas.h408 NativeDrawingContext BeginPlatformPaint();
Dcanvas.cc534 NativeDrawingContext Canvas::BeginPlatformPaint() { in BeginPlatformPaint() function in gfx::Canvas
535 return skia::BeginPlatformPaint(canvas_); in BeginPlatformPaint()
/external/chromium_org/skia/ext/
Dvector_platform_device_skia.cc37 PlatformSurface VectorPlatformDeviceSkia::BeginPlatformPaint() { in BeginPlatformPaint() function in skia::VectorPlatformDeviceSkia
46 return raster_surface_->BeginPlatformPaint(); in BeginPlatformPaint()
Dplatform_canvas.cc21 PlatformSurface BeginPlatformPaint(SkCanvas* canvas) { in BeginPlatformPaint() function
24 return platform_device->BeginPlatformPaint(); in BeginPlatformPaint()
Dplatform_canvas.h134 SK_API PlatformSurface BeginPlatformPaint(SkCanvas* canvas);
143 platform_surface_ = BeginPlatformPaint(canvas); in ScopedPlatformPaint()
Dplatform_device_linux.cc9 PlatformSurface PlatformDevice::BeginPlatformPaint() { in BeginPlatformPaint() function in skia::PlatformDevice
Dbitmap_platform_device_skia.h45 virtual PlatformSurface BeginPlatformPaint() OVERRIDE;
Dvector_platform_device_skia.h31 virtual PlatformSurface BeginPlatformPaint() OVERRIDE;
Dbitmap_platform_device_cairo.h91 virtual cairo_t* BeginPlatformPaint() OVERRIDE;
Dbitmap_platform_device_win.h54 virtual PlatformSurface BeginPlatformPaint() OVERRIDE;
Dbitmap_platform_device_win.cc194 HDC BitmapPlatformDevice::BeginPlatformPaint() { in BeginPlatformPaint() function in skia::BitmapPlatformDevice
213 HDC source_dc = BeginPlatformPaint(); in DrawToNativeContext()
Dbitmap_platform_device_skia.cc61 PlatformSurface BitmapPlatformDevice::BeginPlatformPaint() { in BeginPlatformPaint() function in skia::BitmapPlatformDevice
Dplatform_device.h111 virtual PlatformSurface BeginPlatformPaint();
Dvector_platform_device_emf_win.cc112 HDC VectorPlatformDeviceEmf::BeginPlatformPaint() { in BeginPlatformPaint() function in skia::VectorPlatformDeviceEmf
195 HDC dc = BeginPlatformPaint(); in drawRect()
236 HDC dc = BeginPlatformPaint(); in drawPath()
928 HDC dc = BeginPlatformPaint(); in InternalDrawBitmap()
Dplatform_device_mac.cc25 CGContextRef PlatformDevice::BeginPlatformPaint() { in BeginPlatformPaint() function in skia::PlatformDevice
Dvector_platform_device_emf_win.h34 virtual PlatformSurface BeginPlatformPaint() OVERRIDE;
Dbitmap_platform_device_cairo.cc177 cairo_t* BitmapPlatformDevice::BeginPlatformPaint() { in BeginPlatformPaint() function in skia::BitmapPlatformDevice
Dplatform_device_win.cc54 PlatformSurface PlatformDevice::BeginPlatformPaint() { in BeginPlatformPaint() function in skia::PlatformDevice
/external/chromium_org/content/browser/compositor/
Dsoftware_output_device_win.cc87 HDC dib_dc = skia::BeginPlatformPaint(canvas); in EndPaint()
/external/chromium_org/ui/views/win/
Dhwnd_message_handler.cc1200 HDC dib_dc = skia::BeginPlatformPaint(layered_window_contents_->sk_canvas()); in RedrawLayeredWindowContents()
/external/chromium_org/content/renderer/pepper/
Dpepper_plugin_instance_impl.cc1960 HDC dc = skia::BeginPlatformPaint(canvas); in PrintPDFOutput()