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

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DCanvasStyle.h65 bool isEquivalentColor(const CanvasStyle&) const;
H A DCanvasStyle.cpp176 bool CanvasStyle::isEquivalentColor(const CanvasStyle& other) const function in class:blink::CanvasStyle
H A DCanvasRenderingContext2D.cpp422 if (state().m_strokeStyle && state().m_strokeStyle->isEquivalentColor(*style))
455 if (state().m_fillStyle && state().m_fillStyle->isEquivalentColor(*style))

Completed in 185 milliseconds