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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGStopElement.h 35 Color stopColorIncludingOpacity() const;
SVGStopElement.cpp 94 Color SVGStopElement::stopColorIncludingOpacity() const
SVGGradientElement.cpp 113 stops.append(Gradient::ColorStop(offset, stop->stopColorIncludingOpacity()));
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGRenderTreeAsText.cpp 640 ts << " [offset=" << stopElement->offset()->currentValue()->value() << "] [color=" << stopElement->stopColorIncludingOpacity() << "]\n";

Completed in 171 milliseconds