HomeSort by relevance Sort by last modified time
    Searched defs:effectiveStrokeColor (Results 1 - 2 of 2) 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(); }

Completed in 385 milliseconds