Searched refs:outputVector (Results 1 – 5 of 5) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/skia/ |
D | GraphicsContext3DSkia.cpp | 49 Vector<uint8_t>& outputVector) in getImageData() argument 81 outputVector.resize(skiaImage->rowBytes() * skiaImage->height()); in getImageData() 84 format, type, neededAlphaOp, outputVector.data()); in getImageData()
|
/external/webkit/Source/WebCore/platform/graphics/cairo/ |
D | GraphicsContext3DCairo.cpp | 41 …ed int type, bool premultiplyAlpha, bool ignoreGammaAndColorProfile, Vector<uint8_t>& outputVector) in getImageData() argument 82 outputVector.resize(width * height * 4); in getImageData() 84 … width, height, srcUnpackAlignment, format, type, alphaOp, outputVector.data()); in getImageData()
|
/external/webkit/Source/WebCore/platform/graphics/cg/ |
D | GraphicsContext3DCG.cpp | 97 Vector<uint8_t>& outputVector) in getImageData() argument 243 outputVector.resize(width * height * 4); in getImageData() 253 format, type, neededAlphaOp, outputVector.data()); in getImageData()
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
D | GraphicsContext3DQt.cpp | 1737 Vector<uint8_t>& outputVector) in getImageData() argument 1751 outputVector.resize(nativeImage.byteCount()); in getImageData() 1753 format, type, neededAlphaOp, outputVector.data()); in getImageData()
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | GraphicsContext3D.h | 850 Vector<uint8_t>& outputVector);
|