Searched defs:getImageData (Results 1 - 19 of 19) sorted by relevance

/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
H A DImageImageDescriptor.java41 public ImageData getImageData() { method in class:ImageImageDescriptor
42 return m_Image == null ? null : m_Image.getImageData();
/external/webkit/Source/WebCore/platform/graphics/skia/
H A DGraphicsContext3DSkia.cpp44 bool GraphicsContext3D::getImageData(Image* image, function in class:WebCore::GraphicsContext3D
H A DImageBufferSkia.cpp168 PassRefPtr<ByteArray> getImageData(const IntRect& rect, SkDevice& srcDevice, function in namespace:WebCore
260 return getImageData<Unmultiplied>(rect, *context()->platformContext()->canvas()->getDevice(), m_size);
266 return getImageData<Premultiplied>(rect, *context()->platformContext()->canvas()->getDevice(), m_size);
/external/webkit/Source/WebCore/platform/graphics/cairo/
H A DGraphicsContext3DCairo.cpp41 bool GraphicsContext3D::getImageData(Image* image, unsigned int format, unsigned int type, bool premultiplyAlpha, bool ignoreGammaAndColorProfile, Vector<uint8_t>& outputVector) function in class:WebCore::GraphicsContext3D
H A DImageBufferCairo.cpp160 PassRefPtr<ByteArray> getImageData(const IntRect& rect, const ImageBufferData& data, const IntSize& size) function in namespace:WebCore
220 return getImageData<Unmultiplied>(rect, m_data, m_size);
225 return getImageData<Premultiplied>(rect, m_data, m_size);
/external/webkit/Tools/Scripts/webkitpy/tool/commands/data/rebaselineserver/
H A Dmain.js415 function getImageData(image) {
426 return imageCanvasContext.getImageData(
430 var expectedImageData = getImageData(expectedImage);
431 var actualImageData = getImageData(actualImage);
/external/webkit/Source/WebCore/platform/graphics/cg/
H A DGraphicsContext3DCG.cpp92 bool GraphicsContext3D::getImageData(Image* image, function in class:WebCore::GraphicsContext3D
/external/webkit/Source/WebCore/platform/graphics/haiku/
H A DImageBufferHaiku.cpp215 static PassRefPtr<ImageData> getImageData(const IntRect& rect, const ImageBufferData& imageData, const IntSize& size, bool premultiplied) function in namespace:WebCore
262 return getImageData(rect, m_data, m_size, false);
269 return getImageData(rect, m_data, m_size, true);
/external/webkit/Source/WebCore/platform/graphics/wince/
H A DImageBufferWinCE.cpp131 static PassRefPtr<ByteArray> getImageData(const IntRect& rect, const SharedBitmap* bitmap) function in namespace:WebCore
182 return getImageData<false>(rect, m_data.m_bitmap.get());
187 return getImageData<true>(rect, m_data.m_bitmap.get());
/external/webkit/Source/WebCore/html/
H A DHTMLCanvasElement.cpp366 RefPtr<ImageData> imageData = getImageData();
377 PassRefPtr<ImageData> HTMLCanvasElement::getImageData() function in class:WebCore::HTMLCanvasElement
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DImageBufferQt.cpp201 PassRefPtr<ByteArray> getImageData(const IntRect& rect, const ImageBufferData& imageData, const IntSize& size) function in namespace:WebCore
281 return getImageData<Unmultiplied>(rect, m_data, m_size);
286 return getImageData<Premultiplied>(rect, m_data, m_size);
H A DGraphicsContext3DQt.cpp1732 bool GraphicsContext3D::getImageData(Image* image, function in class:WebCore::GraphicsContext3D
/external/webkit/Source/WebCore/html/canvas/
H A DCanvasRenderingContext2D.cpp1642 PassRefPtr<ImageData> CanvasRenderingContext2D::getImageData(float sx, float sy, float sw, float sh, ExceptionCode& ec) const function in class:WebCore::CanvasRenderingContext2D
/external/chromium/chrome/common/extensions/docs/examples/extensions/imageinfo/imageinfo/
H A Dexif.js313 function getImageData(oImg, fncCallback) function
560 getImageData(oImg, fncCallback);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 480 milliseconds