isEquivalentRGBA  855 Source/core/html/canvas/CanvasRenderingContext2D.cpp     if (state().m_strokeStyle && state().m_strokeStyle->isEquivalentRGBA(grayLevel, grayLevel, grayLevel, 1.0f))
isEquivalentRGBA  867 Source/core/html/canvas/CanvasRenderingContext2D.cpp     if (state().m_strokeStyle && state().m_strokeStyle->isEquivalentRGBA(grayLevel, grayLevel, grayLevel, alpha))
isEquivalentRGBA  874 Source/core/html/canvas/CanvasRenderingContext2D.cpp     if (state().m_strokeStyle && state().m_strokeStyle->isEquivalentRGBA(r, g, b, a))
isEquivalentRGBA  897 Source/core/html/canvas/CanvasRenderingContext2D.cpp     if (state().m_fillStyle && state().m_fillStyle->isEquivalentRGBA(grayLevel, grayLevel, grayLevel, 1.0f))
isEquivalentRGBA  909 Source/core/html/canvas/CanvasRenderingContext2D.cpp     if (state().m_fillStyle && state().m_fillStyle->isEquivalentRGBA(grayLevel, grayLevel, grayLevel, alpha))
isEquivalentRGBA  916 Source/core/html/canvas/CanvasRenderingContext2D.cpp     if (state().m_fillStyle && state().m_fillStyle->isEquivalentRGBA(r, g, b, a))
isEquivalentRGBA   65 Source/core/html/canvas/CanvasStyle.h         bool isEquivalentRGBA(float r, float g, float b, float a) const;