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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContextState.cpp 101 void GraphicsContextState::setStrokeGradient(const PassRefPtr<Gradient> gradient)
GraphicsContext.cpp 260 void GraphicsContext::setStrokeGradient(PassRefPtr<Gradient> gradient)
270 mutableState()->setStrokeGradient(gradient);
    [all...]

Completed in 496 milliseconds