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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
Gradient.h 68 bool shaderChanged() const { return !m_gradient; }
GraphicsContextState.cpp 68 if (m_strokeGradient && m_strokeGradient->shaderChanged())
76 if (m_fillGradient && m_fillGradient->shaderChanged())

Completed in 253 milliseconds