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

  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasStyle.h 65 bool isEquivalentColor(const CanvasStyle&) const;
CanvasStyle.cpp 174 bool CanvasStyle::isEquivalentColor(const CanvasStyle& other) const
CanvasRenderingContext2D.cpp 276 if (state().m_strokeStyle && state().m_strokeStyle->isEquivalentColor(*style))
308 if (state().m_fillStyle && state().m_fillStyle->isEquivalentColor(*style))
    [all...]

Completed in 481 milliseconds