/external/chromium_org/skia/ext/ |
D | vector_platform_device_skia.h | 34 virtual void DrawToNativeContext(HDC dc, 39 virtual void DrawToNativeContext(CGContext* context, 45 virtual void DrawToNativeContext(PlatformSurface surface,
|
D | vector_platform_device_skia.cc | 64 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
|
D | platform_canvas.cc | 35 void DrawToNativeContext(SkCanvas* canvas, PlatformSurface context, int x, in DrawToNativeContext() function 39 platform_device->DrawToNativeContext(context, x, y, src_rect); in DrawToNativeContext()
|
D | bitmap_platform_device_skia.h | 46 virtual void DrawToNativeContext(PlatformSurface surface, int x, int y,
|
D | bitmap_platform_device_mac.h | 55 virtual void DrawToNativeContext(CGContextRef context, int x, int y,
|
D | bitmap_platform_device_cairo.h | 92 virtual void DrawToNativeContext(PlatformSurface surface, int x, int y,
|
D | bitmap_platform_device_win.h | 57 virtual void DrawToNativeContext(HDC dc, int x, int y,
|
D | bitmap_platform_device_skia.cc | 67 void BitmapPlatformDevice::DrawToNativeContext( in DrawToNativeContext() function in skia::BitmapPlatformDevice
|
D | platform_device.h | 121 virtual void DrawToNativeContext(PlatformSurface surface, int x, int y,
|
D | platform_canvas.h | 119 SK_API void DrawToNativeContext(SkCanvas* canvas,
|
D | vector_platform_device_emf_win.h | 35 virtual void DrawToNativeContext(HDC dc, int x, int y,
|
D | bitmap_platform_device_cairo.cc | 188 void BitmapPlatformDevice::DrawToNativeContext( in DrawToNativeContext() function in skia::BitmapPlatformDevice
|
D | platform_device_win.cc | 63 void PlatformDevice::DrawToNativeContext(PlatformSurface surface, int x, int y, in DrawToNativeContext() function in skia::PlatformDevice
|
D | bitmap_platform_device_mac.cc | 209 void BitmapPlatformDevice::DrawToNativeContext(CGContextRef context, int x, in DrawToNativeContext() function in skia::BitmapPlatformDevice
|
D | bitmap_platform_device_win.cc | 210 void BitmapPlatformDevice::DrawToNativeContext(HDC dc, int x, int y, in DrawToNativeContext() function in skia::BitmapPlatformDevice
|
D | vector_platform_device_emf_win.cc | 685 void VectorPlatformDeviceEmf::DrawToNativeContext(HDC dc, int x, int y, in DrawToNativeContext() function in skia::VectorPlatformDeviceEmf
|
/external/chromium_org/ui/gfx/ |
D | canvas_paint_win.cc | 41 skia::DrawToNativeContext(canvas, paint_dc_, ps_.rcPaint.left, in ~CanvasSkiaPaint()
|
/external/chromium_org/content/browser/compositor/ |
D | software_output_device_win.cc | 94 skia::DrawToNativeContext(canvas, hdc, rect.x(), rect.y(), &src_rect); in EndPaint()
|
/external/chromium_org/ui/views/controls/menu/ |
D | native_menu_win.cc | 267 skia::DrawToNativeContext( in OnDrawItem() 305 skia::DrawToNativeContext(canvas.sk_canvas(), dc, in OnDrawItem()
|