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

  /external/webkit/Source/WebCore/html/canvas/
CanvasStyle.h 53 bool isCurrentColor() const { return m_type == CurrentColor || m_type == CurrentColorWithOverrideAlpha; }
CanvasRenderingContext2D.cpp 347 if (style->isCurrentColor()) {
376 if (style->isCurrentColor()) {
    [all...]

Completed in 419 milliseconds