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

/external/webkit/Source/WebCore/html/canvas/
H A DCanvasStyle.h66 bool isEquivalentCMYKA(float c, float m, float y, float k, float a) const;
H A DCanvasStyle.cpp218 bool CanvasStyle::isEquivalentCMYKA(float c, float m, float y, float k, float a) const function in class:WebCore::CanvasStyle
H A DCanvasRenderingContext2D.cpp701 if (state().m_strokeStyle && state().m_strokeStyle->isEquivalentCMYKA(c, m, y, k, a))
742 if (state().m_fillStyle && state().m_fillStyle->isEquivalentCMYKA(c, m, y, k, a))

Completed in 85 milliseconds