Home
last modified time | relevance | path

Searched refs:effectiveStrokeColor (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsContext.h134 …SkColor effectiveStrokeColor() const { return m_state->applyAlpha(m_state->m_strokeData.color().rg… in effectiveStrokeColor() function
DGraphicsContext.cpp961 paint.setColor(effectiveStrokeColor()); in drawLineForText()
988 paint.setColor(this->effectiveStrokeColor()); in drawRect()