Home
last modified time | relevance | path

Searched refs:DrawToNativeContext (Results 1 – 19 of 19) sorted by relevance

/external/chromium_org/skia/ext/
Dvector_platform_device_skia.h34 virtual void DrawToNativeContext(HDC dc,
39 virtual void DrawToNativeContext(CGContext* context,
45 virtual void DrawToNativeContext(PlatformSurface surface,
Dvector_platform_device_skia.cc64 void VectorPlatformDeviceSkia::DrawToNativeContext(HDC dc, in DrawToNativeContext() function in skia::VectorPlatformDeviceSkia
71 void VectorPlatformDeviceSkia::DrawToNativeContext(CGContext* context, int x, in DrawToNativeContext() function in skia::VectorPlatformDeviceSkia
81 void VectorPlatformDeviceSkia::DrawToNativeContext( in DrawToNativeContext() function in skia::VectorPlatformDeviceSkia
Dplatform_canvas.cc35 void DrawToNativeContext(SkCanvas* canvas, PlatformSurface context, int x, in DrawToNativeContext() function
39 platform_device->DrawToNativeContext(context, x, y, src_rect); in DrawToNativeContext()
Dbitmap_platform_device_skia.h46 virtual void DrawToNativeContext(PlatformSurface surface, int x, int y,
Dbitmap_platform_device_mac.h55 virtual void DrawToNativeContext(CGContextRef context, int x, int y,
Dbitmap_platform_device_cairo.h92 virtual void DrawToNativeContext(PlatformSurface surface, int x, int y,
Dbitmap_platform_device_win.h57 virtual void DrawToNativeContext(HDC dc, int x, int y,
Dbitmap_platform_device_skia.cc67 void BitmapPlatformDevice::DrawToNativeContext( in DrawToNativeContext() function in skia::BitmapPlatformDevice
Dplatform_device.h121 virtual void DrawToNativeContext(PlatformSurface surface, int x, int y,
Dplatform_canvas.h119 SK_API void DrawToNativeContext(SkCanvas* canvas,
Dvector_platform_device_emf_win.h35 virtual void DrawToNativeContext(HDC dc, int x, int y,
Dbitmap_platform_device_cairo.cc188 void BitmapPlatformDevice::DrawToNativeContext( in DrawToNativeContext() function in skia::BitmapPlatformDevice
Dplatform_device_win.cc63 void PlatformDevice::DrawToNativeContext(PlatformSurface surface, int x, int y, in DrawToNativeContext() function in skia::PlatformDevice
Dbitmap_platform_device_mac.cc209 void BitmapPlatformDevice::DrawToNativeContext(CGContextRef context, int x, in DrawToNativeContext() function in skia::BitmapPlatformDevice
Dbitmap_platform_device_win.cc210 void BitmapPlatformDevice::DrawToNativeContext(HDC dc, int x, int y, in DrawToNativeContext() function in skia::BitmapPlatformDevice
Dvector_platform_device_emf_win.cc685 void VectorPlatformDeviceEmf::DrawToNativeContext(HDC dc, int x, int y, in DrawToNativeContext() function in skia::VectorPlatformDeviceEmf
/external/chromium_org/ui/gfx/
Dcanvas_paint_win.cc41 skia::DrawToNativeContext(canvas, paint_dc_, ps_.rcPaint.left, in ~CanvasSkiaPaint()
/external/chromium_org/content/browser/compositor/
Dsoftware_output_device_win.cc94 skia::DrawToNativeContext(canvas, hdc, rect.x(), rect.y(), &src_rect); in EndPaint()
/external/chromium_org/ui/views/controls/menu/
Dnative_menu_win.cc267 skia::DrawToNativeContext( in OnDrawItem()
305 skia::DrawToNativeContext(canvas.sk_canvas(), dc, in OnDrawItem()