HomeSort by relevance Sort by last modified time
    Searched refs:isEquivalentRGBA (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasStyle.h 66 bool isEquivalentRGBA(float r, float g, float b, float a) const;
CanvasStyle.cpp 199 bool CanvasStyle::isEquivalentRGBA(float r, float g, float b, float a) const
CanvasRenderingContext2D.cpp 754 if (state().m_strokeStyle && state().m_strokeStyle->isEquivalentRGBA(grayLevel, grayLevel, grayLevel, 1.0f))
766 if (state().m_strokeStyle && state().m_strokeStyle->isEquivalentRGBA(grayLevel, grayLevel, grayLevel, alpha))
773 if (state().m_strokeStyle && state().m_strokeStyle->isEquivalentRGBA(r, g, b, a))
796 if (state().m_fillStyle && state().m_fillStyle->isEquivalentRGBA(grayLevel, grayLevel, grayLevel, 1.0f))
808 if (state().m_fillStyle && state().m_fillStyle->isEquivalentRGBA(grayLevel, grayLevel, grayLevel, alpha))
815 if (state().m_fillStyle && state().m_fillStyle->isEquivalentRGBA(r, g, b, a))
    [all...]

Completed in 97 milliseconds