/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/ |
D | ImageFrame.h | 120 bool premultiplyAlpha() const { return m_premultiplyAlpha; } in premultiplyAlpha() function 140 void setPremultiplyAlpha(bool premultiplyAlpha) { m_premultiplyAlpha = premultiplyAlpha; } in setPremultiplyAlpha() argument
|
D | ImageFrame.cpp | 67 setPremultiplyAlpha(other.premultiplyAlpha()); in operator =()
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
D | HTMLVideoElement.cpp | 192 … texture, GC3Dint level, GC3Denum type, GC3Denum internalFormat, bool premultiplyAlpha, bool flipY) in copyVideoTextureToPlatformTexture() argument 196 …eoTextureToPlatformTexture(context, texture, level, type, internalFormat, premultiplyAlpha, flipY); in copyVideoTextureToPlatformTexture()
|
D | HTMLVideoElement.h | 58 …texture, GC3Dint level, GC3Denum type, GC3Denum internalFormat, bool premultiplyAlpha, bool flipY);
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
D | GraphicsContext3D.h | 427 …ImageExtractor(Image*, ImageHtmlDomSource, bool premultiplyAlpha, bool ignoreGammaAndColorProfile); 442 bool extractImage(bool premultiplyAlpha, bool ignoreGammaAndColorProfile); 468 …*, const IntSize&, GC3Denum format, GC3Denum type, bool flipY, bool premultiplyAlpha, Vector<uint8… 475 …m format, GC3Denum type, unsigned unpackAlignment, bool flipY, bool premultiplyAlpha, const void* … 503 …void paintFramebufferToCanvas(int framebuffer, int width, int height, bool premultiplyAlpha, Image…
|
D | GraphicsContext3D.cpp | 697 …Extractor(Image* image, ImageHtmlDomSource imageHtmlDomSource, bool premultiplyAlpha, bool ignoreG… in ImageExtractor() argument 701 m_extractSucceeded = extractImage(premultiplyAlpha, ignoreGammaAndColorProfile); in ImageExtractor() 710 bool GraphicsContext3D::ImageExtractor::extractImage(bool premultiplyAlpha, bool ignoreGammaAndColo… in extractImage() argument 717 …if ((!m_skiaImage || ignoreGammaAndColorProfile || (hasAlpha && !premultiplyAlpha)) && m_image->da… in extractImage() 738 if (hasAlpha && premultiplyAlpha) in extractImage() 740 } else if (!premultiplyAlpha && hasAlpha) { in extractImage() 814 …intFramebufferToCanvas(int framebuffer, int width, int height, bool premultiplyAlpha, ImageBuffer*… in paintFramebufferToCanvas() argument 843 …readBackFramebuffer(pixels, width, height, ReadbackSkia, premultiplyAlpha ? AlphaDoPremultiply : A… in paintFramebufferToCanvas()
|
D | Extensions3D.cpp | 126 …intFramebufferToCanvas(int framebuffer, int width, int height, bool premultiplyAlpha, ImageBuffer*… in paintFramebufferToCanvas() argument 128 m_context->paintFramebufferToCanvas(framebuffer, width, height, premultiplyAlpha, imageBuffer); in paintFramebufferToCanvas()
|
D | Extensions3D.h | 285 …void paintFramebufferToCanvas(int framebuffer, int width, int height, bool premultiplyAlpha, Image…
|
D | ImageBuffer.cpp | 135 …ture, GC3Denum internalFormat, GC3Denum destType, GC3Dint level, bool premultiplyAlpha, bool flipY) in copyToPlatformTexture() argument 149 context.pixelStorei(Extensions3D::UNPACK_UNPREMULTIPLY_ALPHA_CHROMIUM, !premultiplyAlpha); in copyToPlatformTexture()
|
D | GraphicsContext3DImagePacking.cpp | 1497 bool premultiplyAlpha, in extractImageData() argument 1511 …if (!packPixels(imageData, DataFormatRGBA8, width, height, 0, format, type, premultiplyAlpha ? Alp… in extractImageData() 1522 bool flipY, bool premultiplyAlpha, in extractTextureData() argument 1536 …), sourceDataFormat, width, height, unpackAlignment, format, type, (premultiplyAlpha ? AlphaDoPrem… in extractTextureData()
|
/external/chromium_org/third_party/WebKit/public/platform/ |
D | WebMediaPlayer.h | 146 …xture, unsigned level, unsigned internalFormat, unsigned type, bool premultiplyAlpha, bool flipY) … in copyVideoTextureToPlatformTexture() argument
|
/external/chromium_org/third_party/WebKit/Source/testing/runner/ |
D | TestPlugin.cpp | 77 void premultiplyAlpha(const unsigned colorIn[3], float alpha, float colorOut[4]) in premultiplyAlpha() function 339 premultiplyAlpha(m_scene.backgroundColor, m_scene.opacity, color); in initScene() 441 premultiplyAlpha(m_scene.primitiveColor, m_scene.opacity, color); in drawPrimitive()
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/ |
D | DrawingBuffer.h | 133 GC3Denum destType, GC3Dint level, bool premultiplyAlpha, bool flipY);
|
D | DrawingBuffer.cpp | 301 …ture, GC3Denum internalFormat, GC3Denum destType, GC3Dint level, bool premultiplyAlpha, bool flipY) in copyToPlatformTexture() argument 326 if (m_attributes.alpha && m_attributes.premultipliedAlpha && !premultiplyAlpha) in copyToPlatformTexture() 328 else if (m_attributes.alpha && !m_attributes.premultipliedAlpha && premultiplyAlpha) in copyToPlatformTexture()
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | WebMediaPlayerClientImpl.cpp | 480 … texture, GC3Dint level, GC3Denum type, GC3Denum internalFormat, bool premultiplyAlpha, bool flipY) in copyVideoTextureToPlatformTexture() argument 489 …atformTexture(webGraphicsContext3D, texture, level, internalFormat, type, premultiplyAlpha, flipY); in copyVideoTextureToPlatformTexture()
|
D | WebMediaPlayerClientImpl.h | 122 …exture, GC3Dint level, GC3Denum type, GC3Denum internalFormat, bool premultiplyAlpha, bool flipY) …
|
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/ |
D | WebGLRenderingContext.h | 672 …pe, Image*, GraphicsContext3D::ImageHtmlDomSource, bool flipY, bool premultiplyAlpha, ExceptionSta… 674 …pe, Image*, GraphicsContext3D::ImageHtmlDomSource, bool flipY, bool premultiplyAlpha, ExceptionSta…
|
D | WebGLRenderingContext.cpp | 3299 …, GraphicsContext3D::ImageHtmlDomSource domSource, bool flipY, bool premultiplyAlpha, ExceptionSta… in texImage2DImpl() argument 3303 …GraphicsContext3D::ImageExtractor imageExtractor(image, domSource, premultiplyAlpha, m_unpackColor… in texImage2DImpl() 3595 …, GraphicsContext3D::ImageHtmlDomSource domSource, bool flipY, bool premultiplyAlpha, ExceptionSta… in texSubImage2DImpl() argument 3599 …GraphicsContext3D::ImageExtractor imageExtractor(image, domSource, premultiplyAlpha, m_unpackColor… in texSubImage2DImpl()
|