Home
last modified time | relevance | path

Searched refs:isCurrentColor (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/html/canvas/
DCanvasStyle.h53 …bool isCurrentColor() const { return m_type == CurrentColor || m_type == CurrentColorWithOverrideA… in isCurrentColor() function
DCanvasRenderingContext2D.cpp347 if (style->isCurrentColor()) { in setStrokeStyle()
376 if (style->isCurrentColor()) { in setFillStyle()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0633521 (WebCore::CanvasStyle::isCurrentColor):