Searched refs:CreatePlatformCanvas (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/skia/ext/
H A Dplatform_canvas.h41 SK_API SkCanvas* CreatePlatformCanvas(int width,
47 SK_API SkCanvas* CreatePlatformCanvas(CGContextRef context,
53 SK_API SkCanvas* CreatePlatformCanvas(int width,
64 SK_API SkCanvas* CreatePlatformCanvas(int width,
71 static inline SkCanvas* CreatePlatformCanvas(int width, function in namespace:skia
74 return CreatePlatformCanvas(width, height, is_opaque, 0, CRASH_ON_FAILURE);
83 return CreatePlatformCanvas(width, height, is_opaque, 0, CRASH_ON_FAILURE);
89 return CreatePlatformCanvas(width, height, is_opaque, 0,
H A Dbitmap_platform_device_android.cc77 SkCanvas* CreatePlatformCanvas(int width, int height, bool is_opaque, function in namespace:skia
H A Dbitmap_platform_device_mac.cc265 SkCanvas* CreatePlatformCanvas(CGContextRef ctx, int width, int height, function in namespace:skia
272 SkCanvas* CreatePlatformCanvas(int width, int height, bool is_opaque, function in namespace:skia
H A Dplatform_canvas_unittest.cc199 RefPtr<SkCanvas> canvas = AdoptRef(CreatePlatformCanvas(16, 16, true));
216 RefPtr<SkCanvas> canvas = AdoptRef(CreatePlatformCanvas(16, 16, true));
243 RefPtr<SkCanvas> canvas = AdoptRef(CreatePlatformCanvas(16, 16, true));
302 RefPtr<SkCanvas> canvas = AdoptRef(CreatePlatformCanvas(16, 16, true));
H A Dbitmap_platform_device_linux.cc181 SkCanvas* CreatePlatformCanvas(int width, int height, bool is_opaque, function in namespace:skia
H A Dbitmap_platform_device_win.cc312 SkCanvas* CreatePlatformCanvas(int width, function in namespace:skia
H A Dvector_canvas_unittest.cc397 pcanvas_ = CreatePlatformCanvas(size_, size_, false);
/external/chromium_org/ui/surface/
H A Dtransport_dib_posix.cc73 return skia::CreatePlatformCanvas(w, h, true,
H A Dtransport_dib_win.cc75 skia::CreatePlatformCanvas(w, h, true, handle(),
H A Dtransport_dib_gtk.cc99 return skia::CreatePlatformCanvas(w, h, true,
/external/chromium_org/ui/gfx/
H A Dblit_unittest.cc65 skia::CreatePlatformCanvas(kCanvasWidth, kCanvasHeight, true));
148 skia::CreatePlatformCanvas(kCanvasWidth, kCanvasHeight, true, section,
H A Dcanvas.cc33 owned_canvas_ = skia::AdoptRef(skia::CreatePlatformCanvas(pixel_size.width(),
51 skia::CreatePlatformCanvas(image_rep.pixel_width(),
62 owned_canvas_(skia::AdoptRef(skia::CreatePlatformCanvas(0, 0, false))),
81 owned_canvas_ = skia::AdoptRef(skia::CreatePlatformCanvas(pixel_size.width(),
/external/chromium_org/content/plugin/
H A Dwebplugin_proxy.cc465 skia::CreatePlatformCanvas(window_rect.width(),
/external/chromium_org/content/renderer/npapi/
H A Dwebplugin_delegate_proxy.cc634 canvas->reset(skia::CreatePlatformCanvas(
/external/chromium_org/content/renderer/
H A Drender_widget.cc1957 skia::CreatePlatformCanvas(viewport_size.width(),

Completed in 596 milliseconds