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 175 bool CanvasStyle::isEquivalentColor(const CanvasStyle& other) const
CanvasRenderingContext2D.cpp 286 if (state().m_strokeStyle && state().m_strokeStyle->isEquivalentColor(*style))
318 if (state().m_fillStyle && state().m_fillStyle->isEquivalentColor(*style))
    [all...]

Completed in 281 milliseconds