Searched refs:RecordingImageBufferSurface (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DRecordingImageBufferSurface.cpp7 #include "platform/graphics/RecordingImageBufferSurface.h"
19 RecordingImageBufferSurface::RecordingImageBufferSurface(const IntSize& size, OpacityMode opacityMode) function in class:blink::RecordingImageBufferSurface
28 RecordingImageBufferSurface::~RecordingImageBufferSurface()
31 bool RecordingImageBufferSurface::initializeCurrentFrame()
56 void RecordingImageBufferSurface::setImageBuffer(ImageBuffer* imageBuffer)
65 void RecordingImageBufferSurface::willAccessPixels()
70 void RecordingImageBufferSurface::fallBackToRasterCanvas()
95 SkCanvas* RecordingImageBufferSurface
[all...]
H A DRecordingImageBufferSurface.h23 class PLATFORM_EXPORT RecordingImageBufferSurface : public ImageBufferSurface { class in namespace:blink
24 WTF_MAKE_NONCOPYABLE(RecordingImageBufferSurface); WTF_MAKE_FAST_ALLOCATED;
26 RecordingImageBufferSurface(const IntSize&, OpacityMode = NonOpaque);
27 virtual ~RecordingImageBufferSurface();
H A DRecordingImageBufferSurfaceTest.cpp7 #include "platform/graphics/RecordingImageBufferSurface.h"
82 OwnPtr<RecordingImageBufferSurface> testSurface = adoptPtr(new RecordingImageBufferSurface(IntSize(10, 10)));
203 RecordingImageBufferSurface* m_testSurface;
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLCanvasElement.cpp52 #include "platform/graphics/RecordingImageBufferSurface.h"
493 OwnPtr<ImageBufferSurface> surface = adoptPtr(new RecordingImageBufferSurface(size(), opacityMode));
/external/chromium_org/third_party/WebKit/Source/platform/
H A Dblink_platform.target.darwin-arm.mk332 third_party/WebKit/Source/platform/graphics/RecordingImageBufferSurface.cpp \
H A Dblink_platform.target.darwin-arm64.mk331 third_party/WebKit/Source/platform/graphics/RecordingImageBufferSurface.cpp \
H A Dblink_platform.target.darwin-mips.mk331 third_party/WebKit/Source/platform/graphics/RecordingImageBufferSurface.cpp \
H A Dblink_platform.target.darwin-mips64.mk331 third_party/WebKit/Source/platform/graphics/RecordingImageBufferSurface.cpp \
H A Dblink_platform.target.darwin-x86.mk331 third_party/WebKit/Source/platform/graphics/RecordingImageBufferSurface.cpp \
H A Dblink_platform.target.darwin-x86_64.mk331 third_party/WebKit/Source/platform/graphics/RecordingImageBufferSurface.cpp \
H A Dblink_platform.target.linux-arm.mk332 third_party/WebKit/Source/platform/graphics/RecordingImageBufferSurface.cpp \
H A Dblink_platform.target.linux-arm64.mk331 third_party/WebKit/Source/platform/graphics/RecordingImageBufferSurface.cpp \
H A Dblink_platform.target.linux-mips.mk331 third_party/WebKit/Source/platform/graphics/RecordingImageBufferSurface.cpp \
H A Dblink_platform.target.linux-mips64.mk331 third_party/WebKit/Source/platform/graphics/RecordingImageBufferSurface.cpp \
H A Dblink_platform.target.linux-x86.mk331 third_party/WebKit/Source/platform/graphics/RecordingImageBufferSurface.cpp \
H A Dblink_platform.target.linux-x86_64.mk331 third_party/WebKit/Source/platform/graphics/RecordingImageBufferSurface.cpp \

Completed in 2636 milliseconds