Searched refs:isEquivalentRGBA (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/html/canvas/
H A DCanvasStyle.h65 bool isEquivalentRGBA(float r, float g, float b, float a) const;
H A DCanvasStyle.cpp210 bool CanvasStyle::isEquivalentRGBA(float r, float g, float b, float a) const function in class:WebCore::CanvasStyle
H A DCanvasRenderingContext2D.cpp675 if (state().m_strokeStyle && state().m_strokeStyle->isEquivalentRGBA(grayLevel, grayLevel, grayLevel, 1.0f))
687 if (state().m_strokeStyle && state().m_strokeStyle->isEquivalentRGBA(grayLevel, grayLevel, grayLevel, alpha))
694 if (state().m_strokeStyle && state().m_strokeStyle->isEquivalentRGBA(r, g, b, a))
716 if (state().m_fillStyle && state().m_fillStyle->isEquivalentRGBA(grayLevel, grayLevel, grayLevel, 1.0f))
728 if (state().m_fillStyle && state().m_fillStyle->isEquivalentRGBA(grayLevel, grayLevel, grayLevel, alpha))
735 if (state().m_fillStyle && state().m_fillStyle->isEquivalentRGBA(r, g, b, a))

Completed in 62 milliseconds