AlphaOp 3289 Source/core/html/canvas/WebGLRenderingContextBase.cpp WebGLImageConversion::AlphaOp alphaOp = imageExtractor.imageAlphaOp(); AlphaOp 3585 Source/core/html/canvas/WebGLRenderingContextBase.cpp WebGLImageConversion::AlphaOp alphaOp = imageExtractor.imageAlphaOp(); AlphaOp 179 Source/platform/graphics/gpu/DrawingBuffer.cpp WebGLImageConversion::AlphaOp op = needPremultiply ? WebGLImageConversion::AlphaDoPremultiply : WebGLImageConversion::AlphaDoNothing; AlphaOp 903 Source/platform/graphics/gpu/DrawingBuffer.cpp void DrawingBuffer::readBackFramebuffer(unsigned char* pixels, int width, int height, ReadbackOrder readbackOrder, WebGLImageConversion::AlphaOp op) AlphaOp 187 Source/platform/graphics/gpu/DrawingBuffer.h void readBackFramebuffer(unsigned char* pixels, int width, int height, ReadbackOrder, WebGLImageConversion::AlphaOp); AlphaOp 1273 Source/platform/graphics/gpu/WebGLImageConversion.cpp void convert(WebGLImageConversion::DataFormat srcFormat, WebGLImageConversion::DataFormat dstFormat, WebGLImageConversion::AlphaOp); AlphaOp 1278 Source/platform/graphics/gpu/WebGLImageConversion.cpp void convert(WebGLImageConversion::DataFormat dstFormat, WebGLImageConversion::AlphaOp); AlphaOp 1281 Source/platform/graphics/gpu/WebGLImageConversion.cpp void convert(WebGLImageConversion::AlphaOp); AlphaOp 1283 Source/platform/graphics/gpu/WebGLImageConversion.cpp template<WebGLImageConversion::DataFormat SrcFormat, WebGLImageConversion::DataFormat DstFormat, WebGLImageConversion::AlphaOp alphaOp> AlphaOp 1294 Source/platform/graphics/gpu/WebGLImageConversion.cpp void FormatConverter::convert(WebGLImageConversion::DataFormat srcFormat, WebGLImageConversion::DataFormat dstFormat, WebGLImageConversion::AlphaOp alphaOp) AlphaOp 1326 Source/platform/graphics/gpu/WebGLImageConversion.cpp void FormatConverter::convert(WebGLImageConversion::DataFormat dstFormat, WebGLImageConversion::AlphaOp alphaOp) AlphaOp 1359 Source/platform/graphics/gpu/WebGLImageConversion.cpp void FormatConverter::convert(WebGLImageConversion::AlphaOp alphaOp) AlphaOp 1375 Source/platform/graphics/gpu/WebGLImageConversion.cpp template<WebGLImageConversion::DataFormat SrcFormat, WebGLImageConversion::DataFormat DstFormat, WebGLImageConversion::AlphaOp alphaOp> AlphaOp 1660 Source/platform/graphics/gpu/WebGLImageConversion.cpp AlphaOp alphaOp, AlphaOp 1742 Source/platform/graphics/gpu/WebGLImageConversion.cpp AlphaOp alphaOp, AlphaOp 90 Source/platform/graphics/gpu/WebGLImageConversion.h AlphaOp imageAlphaOp() { return m_alphaOp; } AlphaOp 107 Source/platform/graphics/gpu/WebGLImageConversion.h AlphaOp m_alphaOp; AlphaOp 139 Source/platform/graphics/gpu/WebGLImageConversion.h static bool packImageData(Image*, const void* pixels, GLenum format, GLenum type, bool flipY, AlphaOp, DataFormat sourceFormat, unsigned width, unsigned height, unsigned sourceUnpackAlignment, Vector<uint8_t>& data); AlphaOp 163 Source/platform/graphics/gpu/WebGLImageConversion.h static bool packPixels(const uint8_t* sourceData, DataFormat sourceDataFormat, unsigned width, unsigned height, unsigned sourceUnpackAlignment, unsigned destinationFormat, unsigned destinationType, AlphaOp, void* destinationData, bool flipY);