Searched defs:premultiplyAlpha (Results 1 – 9 of 9) sorted by relevance
/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()
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
D | HTMLVideoElement.cpp | 206 …DObject texture, GLint level, GLenum type, GLenum internalFormat, bool premultiplyAlpha, bool flip… in copyVideoTextureToPlatformTexture()
|
/external/chromium_org/third_party/WebKit/public/platform/ |
D | WebMediaPlayer.h | 148 … texture, unsigned level, unsigned internalFormat, unsigned type, bool premultiplyAlpha, bool flip… in copyVideoTextureToPlatformTexture()
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/ |
D | DrawingBuffer.cpp | 432 …ect texture, GLenum internalFormat, GLenum destType, GLint level, bool premultiplyAlpha, bool flip… in copyToPlatformTexture() 955 …:paintFramebufferToCanvas(int framebuffer, int width, int height, bool premultiplyAlpha, ImageBuff… in paintFramebufferToCanvas()
|
D | WebGLImageConversion.cpp | 1531 …ageExtractor(Image* image, ImageHtmlDomSource imageHtmlDomSource, bool premultiplyAlpha, bool igno… in ImageExtractor() 1544 bool WebGLImageConversion::ImageExtractor::extractImage(bool premultiplyAlpha, bool ignoreGammaAndC… in extractImage() 1689 bool premultiplyAlpha, in extractImageData() 1714 bool flipY, bool premultiplyAlpha, in extractTextureData()
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
D | ImageBuffer.cpp | 154 …ect texture, GLenum internalFormat, GLenum destType, GLint level, bool premultiplyAlpha, bool flip… in copyToPlatformTexture()
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | WebMediaPlayerClientImpl.cpp | 344 …DObject texture, GLint level, GLenum type, GLenum internalFormat, bool premultiplyAlpha, bool flip… in copyVideoTextureToPlatformTexture()
|
/external/chromium_org/content/shell/renderer/test_runner/ |
D | TestPlugin.cpp | 64 void premultiplyAlpha(const unsigned colorIn[3], float alpha, float colorOut[4]) in premultiplyAlpha() function
|
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/ |
D | WebGLRenderingContextBase.cpp | 3308 …, WebGLImageConversion::ImageHtmlDomSource domSource, bool flipY, bool premultiplyAlpha, Exception… in texImage2DImpl() 3619 …, WebGLImageConversion::ImageHtmlDomSource domSource, bool flipY, bool premultiplyAlpha, Exception… in texSubImage2DImpl()
|