Searched refs:CompatibleImageBufferSurface (Results 1 – 1 of 1) sorted by relevance
64 class CompatibleImageBufferSurface : public ImageBufferSurface { class65 WTF_MAKE_NONCOPYABLE(CompatibleImageBufferSurface); WTF_MAKE_FAST_ALLOCATED;67 …CompatibleImageBufferSurface(PassRefPtr<SkBaseDevice> device, const IntSize& size, OpacityMode opa… in CompatibleImageBufferSurface() function in WebCore::__anon5a228a3e0111::CompatibleImageBufferSurface72 virtual ~CompatibleImageBufferSurface() { } in ~CompatibleImageBufferSurface()1741 …OwnPtr<ImageBufferSurface> surface = adoptPtr(new CompatibleImageBufferSurface(device.release(), s… in createCompatibleBuffer()