HomeSort by relevance Sort by last modified time
    Searched refs:DrawToNativeContext (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/skia/ext/
vector_platform_device_skia.h 34 virtual void DrawToNativeContext(HDC dc,
39 virtual void DrawToNativeContext(CGContext* context,
45 virtual void DrawToNativeContext(PlatformSurface surface,
vector_platform_device_skia.cc 64 void VectorPlatformDeviceSkia::DrawToNativeContext(HDC dc,
71 void VectorPlatformDeviceSkia::DrawToNativeContext(CGContext* context, int x,
81 void VectorPlatformDeviceSkia::DrawToNativeContext(
bitmap_platform_device_skia.h 46 virtual void DrawToNativeContext(PlatformSurface surface, int x, int y,
platform_canvas.cc 35 void DrawToNativeContext(SkCanvas* canvas, PlatformSurface context, int x,
39 platform_device->DrawToNativeContext(context, x, y, src_rect);
bitmap_platform_device_cairo.h 92 virtual void DrawToNativeContext(PlatformSurface surface, int x, int y,
bitmap_platform_device_mac.h 55 virtual void DrawToNativeContext(CGContextRef context, int x, int y,
bitmap_platform_device_win.h 57 virtual void DrawToNativeContext(HDC dc, int x, int y,
bitmap_platform_device_skia.cc 67 void BitmapPlatformDevice::DrawToNativeContext(
platform_device.h 121 virtual void DrawToNativeContext(PlatformSurface surface, int x, int y,
platform_canvas.h 117 // DrawToNativeContext on a PlatformDevice instance bound to the top device.
119 SK_API void DrawToNativeContext(SkCanvas* canvas,
vector_platform_device_emf_win.h 35 virtual void DrawToNativeContext(HDC dc, int x, int y,
bitmap_platform_device_cairo.cc 188 void BitmapPlatformDevice::DrawToNativeContext(
bitmap_platform_device_mac.cc 209 void BitmapPlatformDevice::DrawToNativeContext(CGContextRef context, int x,
bitmap_platform_device_win.cc 210 void BitmapPlatformDevice::DrawToNativeContext(HDC dc, int x, int y,
platform_device_win.cc 63 void PlatformDevice::DrawToNativeContext(PlatformSurface surface, int x, int y,
vector_platform_device_emf_win.cc 685 void VectorPlatformDeviceEmf::DrawToNativeContext(HDC dc, int x, int y,
    [all...]
  /external/chromium_org/ui/gfx/
canvas_paint_win.cc 41 skia::DrawToNativeContext(canvas, paint_dc_, ps_.rcPaint.left,
  /external/chromium_org/content/browser/compositor/
software_output_device_win.cc 94 skia::DrawToNativeContext(canvas, hdc, rect.x(), rect.y(), &src_rect);
  /external/chromium_org/ui/views/controls/menu/
native_menu_win.cc 267 skia::DrawToNativeContext(
305 skia::DrawToNativeContext(canvas.sk_canvas(), dc,

Completed in 234 milliseconds