Home
last modified time | relevance | path

Searched refs:isEquivalentRGBA (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/html/canvas/
DCanvasStyle.h65 bool isEquivalentRGBA(float r, float g, float b, float a) const;
DCanvasRenderingContext2D.cpp675 …if (state().m_strokeStyle && state().m_strokeStyle->isEquivalentRGBA(grayLevel, grayLevel, grayLev… in setStrokeColor()
687 …if (state().m_strokeStyle && state().m_strokeStyle->isEquivalentRGBA(grayLevel, grayLevel, grayLev… in setStrokeColor()
694 if (state().m_strokeStyle && state().m_strokeStyle->isEquivalentRGBA(r, g, b, a)) in setStrokeColor()
716 …if (state().m_fillStyle && state().m_fillStyle->isEquivalentRGBA(grayLevel, grayLevel, grayLevel, … in setFillColor()
728 …if (state().m_fillStyle && state().m_fillStyle->isEquivalentRGBA(grayLevel, grayLevel, grayLevel, … in setFillColor()
735 if (state().m_fillStyle && state().m_fillStyle->isEquivalentRGBA(r, g, b, a)) in setFillColor()
DCanvasStyle.cpp210 bool CanvasStyle::isEquivalentRGBA(float r, float g, float b, float a) const in isEquivalentRGBA() function in WebCore::CanvasStyle
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0676214 (WebCore::CanvasStyle::isEquivalentRGBA):