Home
last modified time | relevance | path

Searched defs:strokeGradient (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsContextState.h75 Gradient* strokeGradient() const { return m_strokeGradient.get(); } in strokeGradient() function
DGraphicsContext.h130 Gradient* strokeGradient() const { return immutableState()->strokeGradient(); } in strokeGradient() function