Home
last modified time | relevance | path

Searched refs:CreatePlatformCanvas (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/skia/ext/
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, in CreatePlatformCanvas() function
74 return CreatePlatformCanvas(width, height, is_opaque, 0, CRASH_ON_FAILURE); in CreatePlatformCanvas()
83 return CreatePlatformCanvas(width, height, is_opaque, 0, CRASH_ON_FAILURE); in CreateBitmapCanvas()
89 return CreatePlatformCanvas(width, height, is_opaque, 0, in TryCreateBitmapCanvas()
Dplatform_canvas_unittest.cc196 RefPtr<SkCanvas> canvas = AdoptRef(CreatePlatformCanvas(16, 16, true)); in TEST()
213 RefPtr<SkCanvas> canvas = AdoptRef(CreatePlatformCanvas(16, 16, true)); in TEST()
240 RefPtr<SkCanvas> canvas = AdoptRef(CreatePlatformCanvas(16, 16, true)); in TEST()
299 RefPtr<SkCanvas> canvas = AdoptRef(CreatePlatformCanvas(16, 16, true)); in TEST()
Dbitmap_platform_device_mac.cc249 SkCanvas* CreatePlatformCanvas(CGContextRef ctx, int width, int height, in CreatePlatformCanvas() function
256 SkCanvas* CreatePlatformCanvas(int width, int height, bool is_opaque, in CreatePlatformCanvas() function
Dbitmap_platform_device_skia.cc75 SkCanvas* CreatePlatformCanvas(int width, int height, bool is_opaque, in CreatePlatformCanvas() function
Dbitmap_platform_device_cairo.cc202 SkCanvas* CreatePlatformCanvas(int width, int height, bool is_opaque, in CreatePlatformCanvas() function
Dbitmap_platform_device_win.cc282 SkCanvas* CreatePlatformCanvas(int width, in CreatePlatformCanvas() function
Dvector_canvas_unittest.cc396 pcanvas_ = CreatePlatformCanvas(size_, size_, false); in Init()
/external/chromium_org/ui/gfx/
Dblit_unittest.cc65 skia::CreatePlatformCanvas(kCanvasWidth, kCanvasHeight, true)); in TEST()
148 skia::CreatePlatformCanvas(kCanvasWidth, kCanvasHeight, true, section, in TEST()
Dcanvas.cc30 owned_canvas_ = skia::AdoptRef(skia::CreatePlatformCanvas(pixel_size.width(), in Canvas()
48 skia::CreatePlatformCanvas(image_rep.pixel_width(), in Canvas()
59 owned_canvas_(skia::AdoptRef(skia::CreatePlatformCanvas(0, 0, false))), in Canvas()
77 owned_canvas_ = skia::AdoptRef(skia::CreatePlatformCanvas(pixel_size.width(), in RecreateBackingCanvas()
/external/chromium_org/ui/surface/
Dtransport_dib_win.cc75 skia::CreatePlatformCanvas(w, h, true, handle(), in GetPlatformCanvas()
Dtransport_dib_posix.cc69 return skia::CreatePlatformCanvas(w, h, true, in GetPlatformCanvas()
/external/chromium_org/content/plugin/
Dwebplugin_proxy.cc425 skia::CreatePlatformCanvas(window_rect.width(), in CreateCanvasFromHandle()
/external/chromium_org/content/renderer/npapi/
Dwebplugin_delegate_proxy.cc635 canvas->reset(skia::CreatePlatformCanvas( in CreateLocalBitmap()