Home
last modified time | relevance | path

Searched defs:stroke (Results 1 – 3 of 3) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DSwtDrawingStyle.java174 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()
DHoverOverlay.java163 Color stroke = hoverIsSelected ? mHoverSelectStrokeColor : mHoverStrokeColor; in paint() local
DGCWrapper.java431 RGB stroke = swtStyle.getStrokeColor(); in useStyle() local