Searched refs:extractImageData (Results 1 - 5 of 5) sorted by relevance

/external/jmonkeyengine/engine/src/desktop/com/jme3/texture/plugins/
H A DAWTLoader.java66 private Object extractImageData(BufferedImage img){ method in class:AWTLoader
110 byte[] dataBuf1 = (byte[]) extractImageData(img);
118 byte[] dataBuf2 = (byte[]) extractImageData(img);
126 byte[] dataBuf3 = (byte[]) extractImageData(img);
133 short[] dataBuf4 = (short[]) extractImageData(img);
/external/skia/src/pdf/
H A DSkPDFImage.cpp25 void extractImageData(const SkBitmap& bitmap, const SkIRect& srcRect, function in namespace:__anon13153
261 extractImageData(bitmap, srcRect, &imageData, &alphaData);
/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsContext3D.h529 bool extractImageData(Image* image,
541 bool extractImageData(ImageData*,
H A DGraphicsContext3D.cpp168 bool GraphicsContext3D::extractImageData(Image* image, function in class:WebCore::GraphicsContext3D
195 bool GraphicsContext3D::extractImageData(ImageData* imageData, function in class:WebCore::GraphicsContext3D
/external/webkit/Source/WebCore/html/canvas/
H A DWebGLRenderingContext.cpp3079 if (!m_context->extractImageData(image, format, type, flipY, premultiplyAlpha, m_unpackColorspaceConversion == GraphicsContext3D::NONE, data)) {
3125 if (!m_context->extractImageData(pixels, format, type, m_unpackFlipY, m_unpackPremultiplyAlpha, data)) {
3280 if (!m_context->extractImageData(image, format, type, flipY, premultiplyAlpha, m_unpackColorspaceConversion == GraphicsContext3D::NONE, data)) {
3321 if (!m_context->extractImageData(pixels, format, type, m_unpackFlipY, m_unpackPremultiplyAlpha, data)) {

Completed in 433 milliseconds