Searched refs:halfStrokeWidth (Results 1 – 1 of 1) sorted by relevance
1883 final float halfStrokeWidth = mStrokePaint == null ? in getOutline() local1886 final int top = (int) Math.floor(centerY - halfStrokeWidth); in getOutline()1887 final int bottom = (int) Math.ceil(centerY + halfStrokeWidth); in getOutline()