Home
last modified time | relevance | path

Searched refs:premultiplyAlpha (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
DWebGLImageConversion.h81 …ImageExtractor(Image*, ImageHtmlDomSource, bool premultiplyAlpha, bool ignoreGammaAndColorProfile);
96 bool extractImage(bool premultiplyAlpha, bool ignoreGammaAndColorProfile);
145 …t8_t*, const IntSize&, GLenum format, GLenum type, bool flipY, bool premultiplyAlpha, Vector<uint8…
152 …num format, GLenum type, unsigned unpackAlignment, bool flipY, bool premultiplyAlpha, const void* …
DDrawingBuffer.h161 … GLenum destType, GLint level, bool premultiplyAlpha, bool flipY, bool fromFrontBuffer = false);
209 …void paintFramebufferToCanvas(int framebuffer, int width, int height, bool premultiplyAlpha, Image…
DWebGLImageConversion.cpp1531 …Extractor(Image* image, ImageHtmlDomSource imageHtmlDomSource, bool premultiplyAlpha, bool ignoreG… in ImageExtractor() argument
1535 m_extractSucceeded = extractImage(premultiplyAlpha, ignoreGammaAndColorProfile); in ImageExtractor()
1544 bool WebGLImageConversion::ImageExtractor::extractImage(bool premultiplyAlpha, bool ignoreGammaAndC… in extractImage() argument
1551 …if ((!m_skiaImage || ignoreGammaAndColorProfile || (hasAlpha && !premultiplyAlpha)) && m_image->da… in extractImage()
1571 if (hasAlpha && premultiplyAlpha) in extractImage()
1573 } else if (!premultiplyAlpha && hasAlpha) { in extractImage()
1689 bool premultiplyAlpha, in extractImageData() argument
1703 …if (!packPixels(imageData, DataFormatRGBA8, width, height, 0, format, type, premultiplyAlpha ? Alp… in extractImageData()
1714 bool flipY, bool premultiplyAlpha, in extractTextureData() argument
1728 …), sourceDataFormat, width, height, unpackAlignment, format, type, (premultiplyAlpha ? AlphaDoPrem… in extractTextureData()
DDrawingBuffer.cpp432 … texture, GLenum internalFormat, GLenum destType, GLint level, bool premultiplyAlpha, bool flipY, … in copyToPlatformTexture() argument
471 if (m_actualAttributes.alpha && m_actualAttributes.premultipliedAlpha && !premultiplyAlpha) in copyToPlatformTexture()
473 else if (m_actualAttributes.alpha && !m_actualAttributes.premultipliedAlpha && premultiplyAlpha) in copyToPlatformTexture()
955 …intFramebufferToCanvas(int framebuffer, int width, int height, bool premultiplyAlpha, ImageBuffer*… in paintFramebufferToCanvas() argument
983 …readBackFramebuffer(pixels, width, height, ReadbackSkia, premultiplyAlpha ? WebGLImageConversion::… in paintFramebufferToCanvas()
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/
DImageFrame.h120 bool premultiplyAlpha() const { return m_premultiplyAlpha; } in premultiplyAlpha() function
140 void setPremultiplyAlpha(bool premultiplyAlpha) { m_premultiplyAlpha = premultiplyAlpha; } in setPremultiplyAlpha() argument
DImageFrame.cpp66 setPremultiplyAlpha(other.premultiplyAlpha()); in operator =()
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLVideoElement.cpp206 …Object texture, GLint level, GLenum type, GLenum internalFormat, bool premultiplyAlpha, bool flipY) in copyVideoTextureToPlatformTexture() argument
210 …eoTextureToPlatformTexture(context, texture, level, type, internalFormat, premultiplyAlpha, flipY); in copyVideoTextureToPlatformTexture()
DHTMLVideoElement.h64 …texture, GC3Dint level, GC3Denum type, GC3Denum internalFormat, bool premultiplyAlpha, bool flipY);
/external/chromium_org/third_party/WebKit/public/platform/
DWebMediaPlayer.h148 …xture, unsigned level, unsigned internalFormat, unsigned type, bool premultiplyAlpha, bool flipY) … in copyVideoTextureToPlatformTexture() argument
/external/chromium_org/third_party/WebKit/Source/web/
DWebMediaPlayerClientImpl.cpp344 …Object texture, GLint level, GLenum type, GLenum internalFormat, bool premultiplyAlpha, bool flipY) in copyVideoTextureToPlatformTexture() argument
351 …eoTextureToPlatformTexture(context, texture, level, internalFormat, type, premultiplyAlpha, flipY); in copyVideoTextureToPlatformTexture()
DWebMediaPlayerClientImpl.h117 …ject texture, GLint level, GLenum type, GLenum internalFormat, bool premultiplyAlpha, bool flipY) …
/external/chromium_org/content/shell/renderer/test_runner/
DTestPlugin.cpp64 void premultiplyAlpha(const unsigned colorIn[3], float alpha, float colorOut[4]) in premultiplyAlpha() function
398 premultiplyAlpha(m_scene.backgroundColor, m_scene.opacity, color); in initScene()
532 premultiplyAlpha(m_scene.primitiveColor, m_scene.opacity, color); in drawPrimitive()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DImageBuffer.cpp154 …ct texture, GLenum internalFormat, GLenum destType, GLint level, bool premultiplyAlpha, bool flipY) in copyToPlatformTexture() argument
185 context->pixelStorei(GC3D_UNPACK_UNPREMULTIPLY_ALPHA_CHROMIUM, !premultiplyAlpha); in copyToPlatformTexture()
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/webp/
DWEBPImageDecoderTest.cpp227 if (!a->premultiplyAlpha()) in verifyFramesMatch()
230 if (!b->premultiplyAlpha()) in verifyFramesMatch()
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/png/
DPNGImageDecoder.cpp500 if (buffer.premultiplyAlpha()) { in rowAvailable()
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DWebGLRenderingContextBase.h674 … Image*, WebGLImageConversion::ImageHtmlDomSource, bool flipY, bool premultiplyAlpha, ExceptionSta…
676 … Image*, WebGLImageConversion::ImageHtmlDomSource, bool flipY, bool premultiplyAlpha, ExceptionSta…
DWebGLRenderingContextBase.cpp3308 …ebGLImageConversion::ImageHtmlDomSource domSource, bool flipY, bool premultiplyAlpha, ExceptionSta… in texImage2DImpl() argument
3312 …WebGLImageConversion::ImageExtractor imageExtractor(image, domSource, premultiplyAlpha, m_unpackCo… in texImage2DImpl()
3619 …ebGLImageConversion::ImageHtmlDomSource domSource, bool flipY, bool premultiplyAlpha, ExceptionSta… in texSubImage2DImpl() argument
3623 …WebGLImageConversion::ImageExtractor imageExtractor(image, domSource, premultiplyAlpha, m_unpackCo… in texSubImage2DImpl()