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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContextState.h 72 SkColor effectiveStrokeColor() const { return applyAlpha(m_strokeColor.rgb()); }
GraphicsContext.h 125 SkColor effectiveStrokeColor() const { return immutableState()->effectiveStrokeColor(); }
GraphicsContext.cpp 960 paint.setColor(effectiveStrokeColor());
994 paint.setColor(effectiveStrokeColor());
    [all...]

Completed in 906 milliseconds