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

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DCanvasStyle.h67 bool isEquivalentCMYKA(float c, float m, float y, float k, float a) const;
H A DCanvasStyle.cpp208 bool CanvasStyle::isEquivalentCMYKA(float c, float m, float y, float k, float a) const function in class:WebCore::CanvasStyle
H A DCanvasRenderingContext2D.cpp770 if (state().m_strokeStyle && state().m_strokeStyle->isEquivalentCMYKA(c, m, y, k, a))
812 if (state().m_fillStyle && state().m_fillStyle->isEquivalentCMYKA(c, m, y, k, a))

Completed in 290 milliseconds