OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DrawToNativeContext
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/skia/ext/
bitmap_platform_device_skia.cc
69
void BitmapPlatformDevice::
DrawToNativeContext
(
platform_canvas.cc
35
void
DrawToNativeContext
(SkCanvas* canvas, PlatformSurface context, int x,
39
platform_device->
DrawToNativeContext
(context, x, y, src_rect);
vector_platform_device_skia.cc
64
void VectorPlatformDeviceSkia::
DrawToNativeContext
(HDC dc,
71
void VectorPlatformDeviceSkia::
DrawToNativeContext
(CGContext* context, int x,
81
void VectorPlatformDeviceSkia::
DrawToNativeContext
(
platform_device_win.cc
63
void PlatformDevice::
DrawToNativeContext
(PlatformSurface surface, int x, int y,
bitmap_platform_device_cairo.cc
200
void BitmapPlatformDevice::
DrawToNativeContext
(
bitmap_platform_device_mac.cc
210
void BitmapPlatformDevice::
DrawToNativeContext
(CGContextRef context, int x,
bitmap_platform_device_win.cc
287
void BitmapPlatformDevice::
DrawToNativeContext
(HDC dc, int x, int y,
vector_platform_device_emf_win.cc
692
void VectorPlatformDeviceEmf::
DrawToNativeContext
(HDC dc, int x, int y,
Completed in 57 milliseconds