RGBA               90 Source/core/html/canvas/CanvasStyle.cpp     : m_type(RGBA)
RGBA               96 Source/core/html/canvas/CanvasStyle.cpp     : m_type(RGBA)
RGBA              102 Source/core/html/canvas/CanvasStyle.cpp     : m_type(RGBA)
RGBA              181 Source/core/html/canvas/CanvasStyle.cpp     case RGBA:
RGBA              202 Source/core/html/canvas/CanvasStyle.cpp     if (m_type != RGBA)
RGBA              225 Source/core/html/canvas/CanvasStyle.cpp     case RGBA:
RGBA              252 Source/core/html/canvas/CanvasStyle.cpp     case RGBA:
RGBA               57 Source/core/html/canvas/CanvasStyle.h         String color() const { ASSERT(m_type == RGBA || m_type == CMYKA); return Color(m_rgba).serialized(); }
RGBA              508 Source/platform/image-decoders/webp/WEBPImageDecoder.cpp         m_decoderBuffer.u.RGBA.stride = size().width() * sizeof(ImageFrame::PixelData);
RGBA              509 Source/platform/image-decoders/webp/WEBPImageDecoder.cpp         m_decoderBuffer.u.RGBA.size = m_decoderBuffer.u.RGBA.stride * frameRect.height();
RGBA              516 Source/platform/image-decoders/webp/WEBPImageDecoder.cpp     m_decoderBuffer.u.RGBA.rgba = reinterpret_cast<uint8_t*>(buffer.getAddr(frameRect.x(), frameRect.y()));