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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsContext.h 132 SkColor effectiveStrokeColor() const { return m_state->applyAlpha(m_state->m_strokeData.color().rgb()); }
GraphicsContext.cpp 862 paint.setColor(effectiveStrokeColor());
889 paint.setColor(this->effectiveStrokeColor());
    [all...]

Completed in 46 milliseconds