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

  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasStyle.h 67 bool isEquivalentCMYKA(float c, float m, float y, float k, float a) const;
CanvasStyle.cpp 207 bool CanvasStyle::isEquivalentCMYKA(float c, float m, float y, float k, float a) const
CanvasRenderingContext2D.cpp 780 if (state().m_strokeStyle && state().m_strokeStyle->isEquivalentCMYKA(c, m, y, k, a))
822 if (state().m_fillStyle && state().m_fillStyle->isEquivalentCMYKA(c, m, y, k, a))
    [all...]

Completed in 181 milliseconds