Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsContext.cpp64 class CompatibleImageBufferSurface : public ImageBufferSurface { class
65 WTF_MAKE_NONCOPYABLE(CompatibleImageBufferSurface); WTF_MAKE_FAST_ALLOCATED;
67CompatibleImageBufferSurface(PassRefPtr<SkBaseDevice> device, const IntSize& size, OpacityMode opa… in CompatibleImageBufferSurface() function in WebCore::__anon5a228a3e0111::CompatibleImageBufferSurface
72 virtual ~CompatibleImageBufferSurface() { } in ~CompatibleImageBufferSurface()
1741 …OwnPtr<ImageBufferSurface> surface = adoptPtr(new CompatibleImageBufferSurface(device.release(), s… in createCompatibleBuffer()