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

  /external/webkit/Source/WebCore/html/canvas/
CanvasStyle.h 66 bool isEquivalentCMYKA(float c, float m, float y, float k, float a) const;
CanvasStyle.cpp 218 bool CanvasStyle::isEquivalentCMYKA(float c, float m, float y, float k, float a) const
CanvasRenderingContext2D.cpp 701 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))
    [all...]

Completed in 20 milliseconds