Searched defs:stroke (Results 1 – 3 of 3) sorted by relevance
174 private SwtDrawingStyle(RGB stroke, int strokeAlpha, RGB fill, int fillAlpha, int lineWidth, in SwtDrawingStyle()193 private SwtDrawingStyle(RGB stroke, int strokeAlpha, int lineStyle) { in SwtDrawingStyle()
163 Color stroke = hoverIsSelected ? mHoverSelectStrokeColor : mHoverStrokeColor; in paint() local
431 RGB stroke = swtStyle.getStrokeColor(); in useStyle() local