Searched defs:copyImage (Results 1 - 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/wx/
H A DImageBufferWx.cpp96 PassRefPtr<Image> ImageBuffer::copyImage() const function in class:WebCore::ImageBuffer
110 RefPtr<Image> imageCopy = copyImage();
117 RefPtr<Image> imageCopy = copyImage();
/external/webkit/Source/WebCore/platform/graphics/wince/
H A DImageBufferWinCE.cpp106 PassRefPtr<Image> ImageBuffer::copyImage() const function in class:WebCore::ImageBuffer
119 RefPtr<Image> imageCopy = copyImage();
126 RefPtr<Image> imageCopy = copyImage();
/external/webkit/Source/WebCore/platform/graphics/android/
H A DImageBufferAndroid.cpp80 PassRefPtr<Image> ImageBuffer::copyImage() const function in class:WebCore::ImageBuffer
105 RefPtr<Image> imageCopy = copyImage();
111 RefPtr<Image> imageCopy = copyImage();
/external/webkit/Source/WebCore/platform/graphics/cairo/
H A DImageBufferCairo.cpp111 PassRefPtr<Image> ImageBuffer::copyImage() const function in class:WebCore::ImageBuffer
/external/webkit/Source/WebCore/platform/graphics/cg/
H A DImageBufferCG.cpp181 PassRefPtr<Image> ImageBuffer::copyImage() const function in class:WebCore::ImageBuffer
206 RefPtr<Image> copy = copyImage();
213 RefPtr<Image> copy = copyImage();
225 RefPtr<Image> copy = copyImage();
232 RefPtr<Image> copy = copyImage();
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DImageBufferQt.cpp130 PassRefPtr<Image> ImageBuffer::copyImage() const function in class:WebCore::ImageBuffer
140 RefPtr<Image> copy = copyImage();
151 RefPtr<Image> copy = copyImage();
/external/webkit/Source/WebCore/platform/graphics/skia/
H A DImageBufferSkia.cpp106 PassRefPtr<Image> ImageBuffer::copyImage() const function in class:WebCore::ImageBuffer
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A DTexture.cpp1328 void Texture2D::copyImage(GLint level, GLenum internalFormat, GLint x, GLint y, GLsizei width, GLsizei height, RenderbufferStorage *source) function in class:gl::Texture2D
2159 void TextureCubeMap::copyImage(GLenum target, GLint level, GLenum internalFormat, GLint x, GLint y, GLsizei width, GLsizei height, RenderbufferStorage *source) function in class:gl::TextureCubeMap
/external/webkit/Source/WebCore/editing/
H A DEditor.cpp1254 void Editor::copyImage(const HitTestResult& result) function in class:WebCore::Editor

Completed in 393 milliseconds