Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/wx/
DImageBufferWx.cpp96 PassRefPtr<Image> ImageBuffer::copyImage() const in copyImage() function in WebCore::ImageBuffer
/external/webkit/Source/WebCore/platform/graphics/android/
DImageBufferAndroid.cpp91 PassRefPtr<Image> ImageBuffer::copyImage() const in copyImage() function in WebCore::ImageBuffer
/external/webkit/Source/WebCore/platform/graphics/cg/
DImageBufferCG.cpp181 PassRefPtr<Image> ImageBuffer::copyImage() const in copyImage() function in WebCore::ImageBuffer
/external/webkit/Source/WebCore/platform/graphics/wince/
DImageBufferWinCE.cpp106 PassRefPtr<Image> ImageBuffer::copyImage() const in copyImage() function in WebCore::ImageBuffer
/external/webkit/Source/WebCore/platform/graphics/cairo/
DImageBufferCairo.cpp111 PassRefPtr<Image> ImageBuffer::copyImage() const in copyImage() function in WebCore::ImageBuffer
/external/webkit/Source/WebCore/platform/graphics/qt/
DImageBufferQt.cpp130 PassRefPtr<Image> ImageBuffer::copyImage() const in copyImage() function in WebCore::ImageBuffer
/external/webkit/Source/WebCore/platform/graphics/skia/
DImageBufferSkia.cpp106 PassRefPtr<Image> ImageBuffer::copyImage() const in copyImage() function in WebCore::ImageBuffer
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
DTexture.cpp1328 void Texture2D::copyImage(GLint level, GLenum internalFormat, GLint x, GLint y, GLsizei width, GLsi… in copyImage() function in gl::Texture2D
2159 void TextureCubeMap::copyImage(GLenum target, GLint level, GLenum internalFormat, GLint x, GLint y,… in copyImage() function in gl::TextureCubeMap
/external/webkit/Source/WebCore/editing/
DEditor.cpp1254 void Editor::copyImage(const HitTestResult& result) in copyImage() function in WebCore::Editor