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 78 SkColor effectiveStrokeColor() const { return applyAlpha(m_strokeData.color().rgb()); }
GraphicsContext.h 130 SkColor effectiveStrokeColor() const { return immutableState()->effectiveStrokeColor(); }
GraphicsContext.cpp 880 paint.setColor(effectiveStrokeColor());
914 paint.setColor(effectiveStrokeColor());
    [all...]

Completed in 56 milliseconds