Searched defs:DrawToNativeContext (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/skia/ext/
H A Dbitmap_platform_device_skia.cc67 void BitmapPlatformDevice::DrawToNativeContext( function in class:skia::BitmapPlatformDevice
H A Dplatform_canvas.cc35 void DrawToNativeContext(SkCanvas* canvas, PlatformSurface context, int x, function in namespace:skia
39 platform_device->DrawToNativeContext(context, x, y, src_rect);
H A Dplatform_device_win.cc63 void PlatformDevice::DrawToNativeContext(PlatformSurface surface, int x, int y, function in class:skia::PlatformDevice
H A Dvector_platform_device_skia.cc64 void VectorPlatformDeviceSkia::DrawToNativeContext(HDC dc, function in class:skia::VectorPlatformDeviceSkia
71 void VectorPlatformDeviceSkia::DrawToNativeContext(CGContext* context, int x, function in class:skia::VectorPlatformDeviceSkia
81 void VectorPlatformDeviceSkia::DrawToNativeContext( function in class:skia::VectorPlatformDeviceSkia
H A Dbitmap_platform_device_cairo.cc188 void BitmapPlatformDevice::DrawToNativeContext( function in class:skia::BitmapPlatformDevice
H A Dbitmap_platform_device_mac.cc209 void BitmapPlatformDevice::DrawToNativeContext(CGContextRef context, int x, function in class:skia::BitmapPlatformDevice
H A Dbitmap_platform_device_win.cc210 void BitmapPlatformDevice::DrawToNativeContext(HDC dc, int x, int y, function in class:skia::BitmapPlatformDevice
H A Dvector_platform_device_emf_win.cc685 void VectorPlatformDeviceEmf::DrawToNativeContext(HDC dc, int x, int y, function in class:skia::VectorPlatformDeviceEmf

Completed in 570 milliseconds